summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/092_import_map_unmapped_bare_specifier.ts.out
blob: 6e82ad4108bbfad7db1d282dbbe9681475aa35ff (plain)
1
2
3
4
5
6
7
[WILDCARD]
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