tc39/proposal-object-rest-spread

Missing grammar extensions to ObjectLiteral?

syg opened this issue · 1 comments

syg commented

The motivation example uses spread in an object literal, but the current spec text only references ObjectAssignmentPattern and ObjectBindingPattern.

syg commented

I retract this; it's part of PropertyDefinition in the spec.