mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
29 lines
417 B
JSON
29 lines
417 B
JSON
|
[
|
||
|
{
|
||
|
"name": "baz",
|
||
|
"kind": 6,
|
||
|
"detail": "Bar",
|
||
|
"uri": "file:///a/file.ts",
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 5,
|
||
|
"character": 2
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 7,
|
||
|
"character": 3
|
||
|
}
|
||
|
},
|
||
|
"selectionRange": {
|
||
|
"start": {
|
||
|
"line": 5,
|
||
|
"character": 2
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 5,
|
||
|
"character": 5
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|