mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix ID usage in services.
This commit is contained in:
committed by
GitHub
parent
cc3836911f
commit
083db3a677
@@ -287,6 +287,7 @@ namespace ts {
|
||||
|
||||
class SymbolObject implements Symbol {
|
||||
flags: SymbolFlags;
|
||||
id = 0;
|
||||
escapedName: __String;
|
||||
declarations!: Declaration[];
|
||||
valueDeclaration!: Declaration;
|
||||
|
||||
Reference in New Issue
Block a user