mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05: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