mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"name": "Failing addresses: mismatched trailing slashes",
|
|
"importMap": {
|
|
"imports": {
|
|
"trailer/": "/notrailer"
|
|
}
|
|
},
|
|
"importMapBaseURL": "https://base.example/path1/path2/path3",
|
|
"expectedParsedImportMap": {
|
|
"imports": {
|
|
"trailer/": null
|
|
},
|
|
"scopes": {}
|
|
}
|
|
}
|