File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5427,6 +5427,7 @@ declare namespace ts {
5427
5427
file : string ;
5428
5428
span : TextSpan ;
5429
5429
selectionSpan : TextSpan ;
5430
+ containerName ?: string ;
5430
5431
}
5431
5432
interface CallHierarchyIncomingCall {
5432
5433
from : CallHierarchyItem ;
@@ -8586,6 +8587,7 @@ declare namespace ts.server.protocol {
8586
8587
file : string ;
8587
8588
span : TextSpan ;
8588
8589
selectionSpan : TextSpan ;
8590
+ containerName ?: string ;
8589
8591
}
8590
8592
interface CallHierarchyIncomingCall {
8591
8593
from : CallHierarchyItem ;
Original file line number Diff line number Diff line change @@ -5427,6 +5427,7 @@ declare namespace ts {
5427
5427
file : string ;
5428
5428
span : TextSpan ;
5429
5429
selectionSpan : TextSpan ;
5430
+ containerName ?: string ;
5430
5431
}
5431
5432
interface CallHierarchyIncomingCall {
5432
5433
from : CallHierarchyItem ;
You can’t perform that action at this time.
0 commit comments