summaryrefslogtreecommitdiff
path: root/tests/testdata/run/092_import_map_unmapped_bare_specifier.ts.out
blob: 7f35b8b4f1f9e8acd528b18f60ca32b1a8694d4c (plain)
1
2
3
4
5
6
error: Uncaught (in promise) TypeError: Relative import path "unmapped" not prefixed with / or ./ or ../ and not in import map from "file://[WILDCARD]/092_import_map_unmapped_bare_specifier.ts"
    at file://[WILDCARD]/092_import_map_unmapped_bare_specifier.ts:1:14

await import("unmapped");
^
    at async file://[WILDCARD]/092_import_map_unmapped_bare_specifier.ts:1:1