We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab02d2 commit 27843d3Copy full SHA for 27843d3
src/compiler/checker.ts
@@ -12304,7 +12304,7 @@ namespace ts {
12304
t.flags & TypeFlags.ESSymbolLike ? getGlobalESSymbolType(/*reportErrors*/ languageVersion >= ScriptTarget.ES2015) :
12305
t.flags & TypeFlags.NonPrimitive ? emptyObjectType :
12306
t.flags & TypeFlags.Index ? keyofConstraintType :
12307
- t.flags & TypeFlags.Unknown && !strictNullChecks ? emptyObjectType :
+ // t.flags & TypeFlags.Unknown && !strictNullChecks ? emptyObjectType :
12308
t;
12309
}
12310
0 commit comments