mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-02 13:30:09 -05: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