mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -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