mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
34 lines
569 B
JSON
34 lines
569 B
JSON
|
{
|
||
|
"jsonrpc": "2.0",
|
||
|
"id": 5,
|
||
|
"method": "callHierarchy/outgoingCalls",
|
||
|
"params": {
|
||
|
"item": {
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|