Source code

Revision control

Copy as Markdown

Other Tools

{
"importMapBaseURL": "https://example.com/app/index.html",
"name": "should favor the most-specific key",
"tests": {
"Overlapping entries with trailing slashes": {
"importMap": {
"imports": {
"a": "/1",
"a/": "/2/",
"a/b": "/3",
"a/b/": "/4/"
}
},
"expectedResults": {
}
}
}
}