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
/
npm
/
dynamic_import
/
main.ts
blob: 8b850a8eea4a38dfe36f796b6123c3e4b0b28469 (
plain
)
1
2
3
const importName = "./other.ts"; console.log("A"); await import(importName);