summaryrefslogtreecommitdiff
path: root/tests/specs/import_map/import_map_config/unmapped_bare_specifier.out
blob: 6980fc16bb7df6065542c19c705faca6f54238f1 (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]/unmapped_bare_specifier.ts"
    at file://[WILDCARD]/unmapped_bare_specifier.ts:1:14

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