Allen Wirfs-Brock (2013-06-27T16:07:04.000Z)
github at esdiscuss.org (2013-07-12T02:27:37.424Z)
On Jun 27, 2013, at 3:19 AM, Marius Gundersen wrote: > I haven't found this defined in the current grammar, see http://people.mozilla.org/~jorendorff/es6-draft.html#sec-13 ``` FormalParameter : BindingElement ``` http://people.mozilla.org/~jorendorff/es6-draft.html#sec-12.2.4 ``` BindingElement : BindingPattern Initialiser<opt> BindingPattern : ArrayBindingPattern ```