Fix linting error

This commit is contained in:
Yui T 2017-05-08 15:35:26 -07:00
parent 36ef849209
commit 3b676f4308

View file

@ -13285,7 +13285,7 @@ namespace ts {
attributesArray = [];
attributesTable = createMap<Symbol>();
}
const exprType = getApparentType(checkExpression(attributeDecl.expression))
const exprType = getApparentType(checkExpression(attributeDecl.expression));
if (isTypeAny(exprType)) {
hasSpreadAnyType = true;
}