We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ef849 commit 3b676f4Copy full SHA for 3b676f4
1 file changed
src/compiler/checker.ts
@@ -13285,7 +13285,7 @@ namespace ts {
13285
attributesArray = [];
13286
attributesTable = createMap<Symbol>();
13287
}
13288
- const exprType = getApparentType(checkExpression(attributeDecl.expression))
+ const exprType = getApparentType(checkExpression(attributeDecl.expression));
13289
if (isTypeAny(exprType)) {
13290
hasSpreadAnyType = true;
13291
0 commit comments