0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-04 05:35:37 -05:00
denoland-deno/tests/testdata/run/import_meta/importmap.json

15 lines
408 B
JSON
Raw Normal View History

{
"imports": {
"@std/": "../../../util/std/",
"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"
}
}