mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
40 lines
684 B
JSON
40 lines
684 B
JSON
|
{
|
||
|
"textDocument": {
|
||
|
"uri": "file:///a/file.ts"
|
||
|
},
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 1,
|
||
|
"character": 5
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 1,
|
||
|
"character": 12
|
||
|
}
|
||
|
},
|
||
|
"context": {
|
||
|
"diagnostics": [
|
||
|
{
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 1,
|
||
|
"character": 5
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 1,
|
||
|
"character": 12
|
||
|
}
|
||
|
},
|
||
|
"severity": 1,
|
||
|
"code": "prefer-const",
|
||
|
"source": "deno-lint",
|
||
|
"message": "'message' is never reassigned\nUse 'const' instead",
|
||
|
"relatedInformation": []
|
||
|
}
|
||
|
],
|
||
|
"only": [
|
||
|
"quickfix"
|
||
|
]
|
||
|
}
|
||
|
}
|