mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
39 lines
655 B
JSON
39 lines
655 B
JSON
|
{
|
||
|
"textDocument": {
|
||
|
"uri": "file:///a/file.ts"
|
||
|
},
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 441,
|
||
|
"character": 33
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 441,
|
||
|
"character": 42
|
||
|
}
|
||
|
},
|
||
|
"context": {
|
||
|
"diagnostics": [
|
||
|
{
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 441,
|
||
|
"character": 33
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 441,
|
||
|
"character": 42
|
||
|
}
|
||
|
},
|
||
|
"severity": 1,
|
||
|
"code": 7031,
|
||
|
"source": "deno-ts",
|
||
|
"message": "Binding element 'debugFlag' implicitly has an 'any' type."
|
||
|
}
|
||
|
],
|
||
|
"only": [
|
||
|
"quickfix"
|
||
|
]
|
||
|
}
|
||
|
}
|