data-url-prefix.json (386B)
1 { 2 "importMap": { 3 "imports": { 4 "foo/": "data:text/javascript,foo/" 5 } 6 }, 7 "importMapBaseURL": "https://example.com/app/index.html", 8 "baseURL": "https://example.com/js/app.mjs", 9 "name": "data: URL prefix", 10 "tests": { 11 "should not resolve since you can't resolve relative to a data: URL": { 12 "expectedResults": { 13 "foo/bar": null 14 } 15 } 16 } 17 }