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