mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 12:15:34 -06:00
reset symbol count in binder
This commit is contained in:
parent
f28d535795
commit
9f8a4c709f
@ -138,6 +138,7 @@ namespace ts {
|
||||
languageVersion = getEmitScriptTarget(options);
|
||||
inStrictMode = !!file.externalModuleIndicator;
|
||||
classifiableNames = {};
|
||||
symbolCount = 0;
|
||||
|
||||
Symbol = objectAllocator.getSymbolConstructor();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user