File tree Expand file tree Collapse file tree
tests/baselines/reference/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5427,6 +5427,7 @@ declare namespace ts {
54275427 file : string ;
54285428 span : TextSpan ;
54295429 selectionSpan : TextSpan ;
5430+ containerName ?: string ;
54305431 }
54315432 interface CallHierarchyIncomingCall {
54325433 from : CallHierarchyItem ;
@@ -8586,6 +8587,7 @@ declare namespace ts.server.protocol {
85868587 file : string ;
85878588 span : TextSpan ;
85888589 selectionSpan : TextSpan ;
8590+ containerName ?: string ;
85898591 }
85908592 interface CallHierarchyIncomingCall {
85918593 from : CallHierarchyItem ;
Original file line number Diff line number Diff line change @@ -5427,6 +5427,7 @@ declare namespace ts {
54275427 file : string ;
54285428 span : TextSpan ;
54295429 selectionSpan : TextSpan ;
5430+ containerName ?: string ;
54305431 }
54315432 interface CallHierarchyIncomingCall {
54325433 from : CallHierarchyItem ;
You can’t perform that action at this time.
0 commit comments