summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/import_meta.importmap.json
blob: f8c056afd69fd988b4aacc6db87f4b845e842e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "imports": {
    "bare": "https://example.com/",
    "https://example.com/rewrite": "https://example.com/rewritten",

    "1": "https://example.com/PASS-1",
    "null": "https://example.com/PASS-null",
    "undefined": "https://example.com/PASS-undefined",
    "[object Object]": "https://example.com/PASS-object"
  }
}