Skip to content

Commit 9f8a4c7

Browse files
committed
reset symbol count in binder
1 parent f28d535 commit 9f8a4c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/binder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ namespace ts {
138138
languageVersion = getEmitScriptTarget(options);
139139
inStrictMode = !!file.externalModuleIndicator;
140140
classifiableNames = {};
141+
symbolCount = 0;
141142

142143
Symbol = objectAllocator.getSymbolConstructor();
143144

0 commit comments

Comments
 (0)