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_012_bad_dynamic_import_specifier.ts
blob: 5f39f407c6d2d298d2e8c2e01d55eb69aec94971 (
plain
)
1
2
3
(async () => { const _badModule = await import("bad-module.ts"); })();