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