mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"importMap": {
|
|
"imports": {
|
|
"foo/": "data:text/javascript,foo/"
|
|
}
|
|
},
|
|
"importMapBaseURL": "https://example.com/app/index.html",
|
|
"baseURL": "https://example.com/js/app.mjs",
|
|
"name": "data: base URL (?)",
|
|
"tests": {
|
|
"should favor the most-specific key": {
|
|
"expectedResults": {
|
|
"foo/bar": null
|
|
}
|
|
}
|
|
}
|
|
}
|