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
/
bundle
/
dynamic_import.ts
blob: d8c7d08ec5c116f2d14696f47485ff4e73968a87 (
plain
)
1
2
3
const mod1 = await import("http://localhost:4545/subdir/mod1.ts"); mod1.printHello3();