mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix build break
This commit is contained in:
@@ -766,7 +766,6 @@ namespace ts {
|
||||
export interface SpreadAssignment extends ObjectLiteralElement {
|
||||
parent: ObjectLiteralExpression;
|
||||
kind: SyntaxKind.SpreadAssignment;
|
||||
parent?: ObjectLiteralExpression;
|
||||
expression: Expression;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user