mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix linting error
This commit is contained in:
committed by
Kanchalai Tanglertsampan
parent
d4539bb9fc
commit
69e35cbca4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user