mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix lint
This commit is contained in:
@@ -5716,7 +5716,7 @@ namespace ts {
|
||||
return getTypeFromSpreadTypeLiteral(node, aliasSymbol, aliasTypeArguments);
|
||||
}
|
||||
|
||||
let type = createObjectType(TypeFlags.Anonymous, node.symbol);
|
||||
const type = createObjectType(TypeFlags.Anonymous, node.symbol);
|
||||
type.aliasSymbol = aliasSymbol;
|
||||
type.aliasTypeArguments = aliasTypeArguments;
|
||||
links.resolvedType = type;
|
||||
|
||||
Reference in New Issue
Block a user