archives

« Bugzilla Issues Index

#186 — 11.13.1.1: errors in productions


11.13.1.1 Destructuring Assignment

The preamble to the 9th algorithm says:
The supplemental production
AssignmentPropertyList :
[ AssignmentElementList , Elision_opt AssignmentRestElement_opt ]
is evaluated ...
Change "AssignmentPropertyList" to "ArrayAssignmentPattern".

The preamble to the 11th algorithm says:
The supplemental production
AssignmentElementList :
AssignmentElementList Elision_opt AssignmentElement
is evaluated ...
Insert "," before "Elision_opt".


corrected in working draft