Skip to content

Commit

Permalink
Add [?Yield] to PropertyName in AssignmentProperty
Browse files Browse the repository at this point in the history
Resolves issue tc39#388.
  • Loading branch information
jmdyck committed Mar 1, 2016
1 parent 04967df commit 0e53200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -13601,7 +13601,7 @@ <h2>Supplemental Syntax</h2>

AssignmentProperty[Yield] :
IdentifierReference[?Yield] Initializer[In, ?Yield]?
PropertyName `:` AssignmentElement[?Yield]
PropertyName[?Yield] `:` AssignmentElement[?Yield]

AssignmentElement[Yield] :
DestructuringAssignmentTarget[?Yield] Initializer[In, ?Yield]?
Expand Down

0 comments on commit 0e53200

Please sign in to comment.