Fix linting error

This commit is contained in:
Yui T 2017-05-08 15:35:26 -07:00 committed by Kanchalai Tanglertsampan
parent d4539bb9fc
commit 69e35cbca4

View File

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