mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
Fix build break
This commit is contained in:
parent
a8dfdf2fa1
commit
c82881f36e
@ -766,7 +766,6 @@ namespace ts {
|
||||
export interface SpreadAssignment extends ObjectLiteralElement {
|
||||
parent: ObjectLiteralExpression;
|
||||
kind: SyntaxKind.SpreadAssignment;
|
||||
parent?: ObjectLiteralExpression;
|
||||
expression: Expression;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user