We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d5285 commit 0e62fb6Copy full SHA for 0e62fb6
1 file changed
edit/code.js
@@ -5,4 +5,5 @@ export var full = one+two+three
5
let path = window.location.href.split('?')[0]
6
export function fuller() {
7
console.log(full, path)
8
+ return "aa"
9
}
0 commit comments