diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-05-31 01:20:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-31 10:20:34 +1000 |
| commit | 3a33510bd4a169aba00393c2b7e88bf7fa0cad06 (patch) | |
| tree | 37320e072cb142a90017e9c0709eb88dd77670ef /cli/tests/092_import_map_unmapped_bare_specifier.ts | |
| parent | 83ce33363347447e25d2d00732dad86b588b89f0 (diff) | |
fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)
Fixes #10168
Fixes #10615
Fixes #10616
Diffstat (limited to 'cli/tests/092_import_map_unmapped_bare_specifier.ts')
| -rw-r--r-- | cli/tests/092_import_map_unmapped_bare_specifier.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/092_import_map_unmapped_bare_specifier.ts b/cli/tests/092_import_map_unmapped_bare_specifier.ts new file mode 100644 index 000000000..87684430d --- /dev/null +++ b/cli/tests/092_import_map_unmapped_bare_specifier.ts @@ -0,0 +1 @@ +await import("unmapped"); |
