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
|
╭ name: createModelReference
├ kind: function
├ file: /a.ts
├ span:
│ ╭ /a.ts:1:1-1:42
│ │ 1: export function createModelReference() {}
│ │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│ ╰
├ selectionSpan:
│ ╭ /a.ts:1:17-1:37
│ │ 1: export function createModelReference() {}
│ │ ^^^^^^^^^^^^^^^^^^^^
│ ╰
├ incoming:
│ ╭ from:
│ │ ╭ name: openElementsAtEditor
│ │ ├ kind: function
│ │ ├ file: /b.ts
│ │ ├ span:
│ │ │ ╭ /b.ts:2:1-4:2
│ │ │ │ 2: function openElementsAtEditor() {
│ │ │ │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│ │ │ │ 3: createModelReference();
│ │ │ │ ^^^^^^^^^^^^^^^^^^^^^^^^^
│ │ │ │ 4: }
│ │ │ │ ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /b.ts:2:10-2:30
│ │ │ │ 2: function openElementsAtEditor() {
│ │ │ │ ^^^^^^^^^^^^^^^^^^^^
│ │ │ ╰
│ │ ╰ incoming: none
│ ├ fromSpans:
│ │ ╭ /b.ts:3:3-3:23
│ │ │ 3: createModelReference();
│ │ │ ^^^^^^^^^^^^^^^^^^^^
│ ╰ ╰
│ ╭ from:
│ │ ╭ name: registerDefaultLanguageCommand
│ │ ├ kind: function
│ │ ├ file: /c.ts
│ │ ├ span:
│ │ │ ╭ /c.ts:2:1-4:2
│ │ │ │ 2: function registerDefaultLanguageCommand() {
│ │ │ │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│ │ │ │ 3: createModelReference();
│ │ │ │ ^^^^^^^^^^^^^^^^^^^^^^^^^
│ │ │ │ 4: }
│ │ │ │ ^
│ │ │ ╰
│ │ ├ selectionSpan:
│ │ │ ╭ /c.ts:2:10-2:40
│ │ │ │ 2: function registerDefaultLanguageCommand() {
│ │ │ │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│ │ │ ╰
│ │ ╰ incoming: none
│ ├ fromSpans:
│ │ ╭ /c.ts:3:3-3:23
│ │ │ 3: createModelReference();
│ │ │ ^^^^^^^^^^^^^^^^^^^^
│ ╰ ╰
╰ outgoing: none
|