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