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
/
cli
/
tests
/
js_import_detect.ts
blob: 7b90dfe63b3449d583eefda61d3d2857481fd131 (
plain
)
1
2
3
function define(_foo: string[]): void {} define(["long"]); console.log("ok");