mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-18 05:43:11 -05:00
Add new test baseline and delete else in binder
The extra `else` caused a ton of test failures!
This commit is contained in:
@@ -328,7 +328,7 @@ namespace ts {
|
||||
classifiableNames[name] = name;
|
||||
}
|
||||
|
||||
else if (symbol.flags & excludes) {
|
||||
if (symbol.flags & excludes) {
|
||||
if (symbol.isDiscardable) {
|
||||
// Javascript constructor-declared symbols can be discarded in favor of
|
||||
// prototype symbols like methods.
|
||||
|
||||
Reference in New Issue
Block a user