mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Add containerName to CallHierarchyItem (#38997)
* Add containerName to CallHierarchyItem * Update public APIs * Update test to demonstrate nested namespace working
This commit is contained in:
@@ -3069,6 +3069,7 @@ namespace ts.server.protocol {
|
||||
file: string;
|
||||
span: TextSpan;
|
||||
selectionSpan: TextSpan;
|
||||
containerName?: string;
|
||||
}
|
||||
|
||||
export interface CallHierarchyIncomingCall {
|
||||
|
||||
Reference in New Issue
Block a user