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
/
check
/
module_detection_force.ts
blob: 185ceb8168f49a242b072fac3a13f4cbf4de44a5 (
plain
)
1
2
3
const a = 1; await import("./module_detection_force/import.ts"); console.log(a);