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
/
specs
/
run
/
issue_13562
/
subdir2
/
dynamic_import.ts
blob: 59beb64c33a15390fbda0f53c50f3b9560c2766b (
plain
)
1
2
3
4
(async () => { const { printHello } = await import("../mod2.ts"); printHello(); })();