1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
╭ name: bar
├ kind: function
├ file: /tests/cases/fourslash/callHierarchyFunction.ts
├ span:
│ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:5:1-9:2
│ │ 5: function bar() {
│ │ ^^^^^^^^^^^^^^^^
│ │ 6: baz();
│ │ ^^^^^^^^^^
│ │ 7: quxx();
│ │ ^^^^^^^^^^^
│ │ 8: baz();
│ │ ^^^^^^^^^^
│ │ 9: }
│ │ ^
│ ╰
├ selectionSpan:
│ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:5:10-5:13
│ │ 5: function bar() {
│ │ ^^^
│ ╰
├ incoming:
│ ╭ from:
│ │ ╭ name: foo
│ │ ├ kind: function
│ │ ├ file: /tests/cases/fourslash/callHierarchyFunction.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:1:1-3:2
│ │ │ │ 1: function foo() {
│ │ │ │ ^^^^^^^^^^^^^^^^
│ │ │ │ 2: bar();
│ │ │ │ ^^^^^^^^^^
│ │ │ │ 3: }
│ │ │ │ ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:1:10-1:13
│ │ │ │ 1: function foo() {
│ │ │ │ ^^^
│ │ │ ╰
│ │ ╰ incoming: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:2:5-2:8
│ │ │ 2: bar();
│ │ │ ^^^
│ ╰ ╰
├ outgoing:
│ ╭ to:
│ │ ╭ name: baz
│ │ ├ kind: function
│ │ ├ file: /tests/cases/fourslash/callHierarchyFunction.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:11:1-12:2
│ │ │ │ 11: function baz() {
│ │ │ │ ^^^^^^^^^^^^^^^^
│ │ │ │ 12: }
│ │ │ │ ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:11:10-11:13
│ │ │ │ 11: function baz() {
│ │ │ │ ^^^
│ │ │ ╰
│ │ ╰ outgoing: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:6:5-6:8
│ │ │ 6: baz();
│ │ │ ^^^
│ │ ╰
│ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:8:5-8:8
│ │ │ 8: baz();
│ │ │ ^^^
│ ╰ ╰
│ ╭ to:
│ │ ╭ name: quxx
│ │ ├ kind: function
│ │ ├ file: /tests/cases/fourslash/callHierarchyFunction.ts
│ │ ├ span:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:14:1-15:2
│ │ │ │ 14: function quxx() {
│ │ │ │ ^^^^^^^^^^^^^^^^^
│ │ │ │ 15: }
│ │ │ │ ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:14:10-14:14
│ │ │ │ 14: function quxx() {
│ │ │ │ ^^^^
│ │ │ ╰
│ │ ╰ outgoing: none
│ ├ fromSpans:
│ │ ╭ /tests/cases/fourslash/callHierarchyFunction.ts:7:5-7:9
│ │ │ 7: quxx();
│ │ │ ^^^^
╰ ╰ ╰
|