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
Currently, oxc parser accepts a few invalid inputs related to trailing commas inside parenthesis, be the result a ParenthesizedExpression or a SequenceExpression. The following input causes no errors:
Currently, oxc parser accepts a few invalid inputs related to trailing commas inside parenthesis, be the result a ParenthesizedExpression or a SequenceExpression. The following input causes no errors:
But if you try to run the same input in engine262, it fails on both lines: https://engine262.js.org/#code=BQJgNAlA3AUKYGZJSA%3D%3D&mode=script&features=
The text was updated successfully, but these errors were encountered: