8000
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 758cdf3 commit c05650aCopy full SHA for c05650a
src/compiler/checker.ts
@@ -5507,6 +5507,7 @@ namespace ts {
5507
regularType.constructSignatures = (<ResolvedType>type).constructSignatures;
5508
regularType.stringIndexType = (<ResolvedType>type).stringIndexType;
5509
regularType.numberIndexType = (<ResolvedType>type).numberIndexType;
5510
+ (<FreshObjectLiteralType>type).regularType = regularType;
5511
}
5512
return regularType;
5513
0 commit comments