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
/
error_005_missing_dynamic_import.ts
blob: 4ff10f275f3f4c8cbe996bb150f1144b16b9b1ac (
plain
)
1
2
3
(async (): Promise<void> => { const _badModule = await import("./bad-module.ts"); })();