mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:41:22 -06:00
Fix ID usage in services.
This commit is contained in:
parent
cc3836911f
commit
083db3a677
@ -287,6 +287,7 @@ namespace ts {
|
||||
|
||||
class SymbolObject implements Symbol {
|
||||
flags: SymbolFlags;
|
||||
id = 0;
|
||||
escapedName: __String;
|
||||
declarations!: Declaration[];
|
||||
valueDeclaration!: Declaration;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user