mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
43 lines
676 B
JSON
43 lines
676 B
JSON
|
[
|
||
|
{
|
||
|
"to": {
|
||
|
"name": "foo",
|
||
|
"kind": 12,
|
||
|
"detail": "",
|
||
|
"uri": "file:///a/file.ts",
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 0,
|
||
|
"character": 0
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 2,
|
||
|
"character": 1
|
||
|
}
|
||
|
},
|
||
|
"selectionRange": {
|
||
|
"start": {
|
||
|
"line": 0,
|
||
|
"character": 9
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 0,
|
||
|
"character": 12
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"fromRanges": [
|
||
|
{
|
||
|
"start": {
|
||
|
"line": 6,
|
||
|
"character": 11
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 6,
|
||
|
"character": 14
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|