blob: 834bf5e46dd7e67dade82fa3b710108ebf19627f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"imports": {
"@std/assert/throws": "../../../util/std/assert/throws.ts",
"@std/internal/styles": "../../../util/std/internal/styles.ts",
"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",
"npm:preact": "https://example.com/preact"
}
}
|