UNPKG
deno-importmap
Version:
latest (0.2.1)
0.2.1
0.1.6
0.1.5
0.1.4
0.1.0
Resolve specifiers with import maps.
github.com/dalcib/deno-importmap
dalcib/deno-importmap
deno-importmap
/
testdata
/
parsing-invalid-json.json
7 lines
(6 loc)
•
143 B
JSON
View Raw
1
2
3
4
5
6
7
{
"name"
:
"Invalid JSON"
,
"importMapBaseURL"
:
"https://base.example/"
,
"importMap"
:
"{imports: {}}"
,
"expectedParsedImportMap"
:
null
}