mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
26 lines
495 B
JSON
26 lines
495 B
JSON
|
{
|
||
|
"uri": "file:///a/file.ts",
|
||
|
"diagnostics": [
|
||
|
{
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 0,
|
||
|
"character": 19
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 0,
|
||
|
"character": 49
|
||
|
}
|
||
|
},
|
||
|
"severity": 1,
|
||
|
"code": "no-cache",
|
||
|
"source": "deno",
|
||
|
"message": "Uncached or missing remote URL: \"https://deno.land/x/a/mod.ts\".",
|
||
|
"data": {
|
||
|
"specifier": "https://deno.land/x/a/mod.ts"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"version": 1
|
||
|
}
|