Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Sep 7, 2017
1 parent a8dfdf2 commit c82881f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,6 @@ namespace ts {
export interface SpreadAssignment extends ObjectLiteralElement {
parent: ObjectLiteralExpression;
kind: SyntaxKind.SpreadAssignment;
parent?: ObjectLiteralExpression;
expression: Expression;
}

Expand Down

0 comments on commit c82881f

Please sign in to comment.