Skip to content

Commit 2c4946f

Browse files
committed
Merge pull request microsoft#8447 from Microsoft/resetSymbolCount
reset symbol count in binder
2 parents f28d535 + 9f8a4c7 commit 2c4946f

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)