You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parses okay, but it shouldn't, since https://tc39.github.io/ecma262/#prod-LabelledItem says a LabelledItem could only be a FunctionDeclaration, which only includes non-async non-generator functions.
Currently
parses okay, but it shouldn't, since https://tc39.github.io/ecma262/#prod-LabelledItem says a LabelledItem could only be a FunctionDeclaration, which only includes non-async non-generator functions.
Cf. #393 (similar bug for generator functions)
The text was updated successfully, but these errors were encountered: