index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testdata
/
run
/
js_import_detect.ts
blob: 751741996f90423294840c72c77d0b2422f928c0 (
plain
)
1
2
3
function define(_foo: string[]) {} define(["long"]); console.log("ok");