mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Fix linting error
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user