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