mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
952caa79b3
Closes #10122
39 lines
684 B
JSON
39 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"
|
|
]
|
|
}
|
|
}
|