Skip to content

Commit c82881f

Browse files
committed
Fix build break
1 parent a8dfdf2 commit c82881f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,6 @@ namespace ts {
766766
export interface SpreadAssignment extends ObjectLiteralElement {
767767
parent: ObjectLiteralExpression;
768768
kind: SyntaxKind.SpreadAssignment;
769-
parent?: ObjectLiteralExpression;
770769
expression: Expression;
771770
}
772771

0 commit comments

Comments
 (0)