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