reset symbol count in binder

This commit is contained in:
Vladimir Matveev 2016-05-03 13:56:02 -07:00
parent f28d535795
commit 9f8a4c709f

View File

@ -138,6 +138,7 @@ namespace ts {
languageVersion = getEmitScriptTarget(options);
inStrictMode = !!file.externalModuleIndicator;
classifiableNames = {};
symbolCount = 0;
Symbol = objectAllocator.getSymbolConstructor();