mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-07 17:26:48 -05:00
Fix call hierarchy item serialization and server tests (#40348)
This commit is contained in:
committed by
Wesley Wigham
parent
b0011feee1
commit
838a5e6044
@@ -2408,6 +2408,7 @@ namespace ts.server {
|
||||
kind: item.kind,
|
||||
kindModifiers: item.kindModifiers,
|
||||
file: item.file,
|
||||
containerName: item.containerName,
|
||||
span: toProtocolTextSpan(item.span, scriptInfo),
|
||||
selectionSpan: toProtocolTextSpan(item.selectionSpan, scriptInfo)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user