archives

« Bugzilla Issues Index

#3743 — 13.2.2 [Yield] parameter in VariableDeclaration


In 13.2.2, the one production for VariableDeclaration is:

VariableDeclaration[In, Yield] :
BindingIdentifier[?Yield] Initializer[?In, ?Yield]opt
BindingPattern[Yield] Initializer[?In, ?Yield]

Should the production instead be the following?

VariableDeclaration[In, Yield] :
BindingIdentifier[?Yield] Initializer[?In, ?Yield]opt
BindingPattern[?Yield] Initializer[?In, ?Yield]


fixed in rev33 editor's draft


fixed in rev33