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.out | |
| 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.out')
| -rw-r--r-- | cli/tests/092_import_map_unmapped_bare_specifier.ts.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/092_import_map_unmapped_bare_specifier.ts.out b/cli/tests/092_import_map_unmapped_bare_specifier.ts.out new file mode 100644 index 000000000..1a55e352b --- /dev/null +++ b/cli/tests/092_import_map_unmapped_bare_specifier.ts.out @@ -0,0 +1,4 @@ +[WILDCARD]error: Uncaught (in promise) TypeError: Relative import path "unmapped" not prefixed with / or ./ or ../ and not in import map from "[WILDCARD]" +await import("unmapped"); +^ + at [WILDCARD] |
