Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

identifier encoding causes parse error #221

Closed
jdalton opened this issue Aug 19, 2022 · 2 comments · Fixed by #225
Closed

identifier encoding causes parse error #221

jdalton opened this issue Aug 19, 2022 · 2 comments · Fixed by #225
Assignees

Comments

@jdalton
Copy link

jdalton commented Aug 19, 2022

This is an entry from a test262 test:

headLhsAsyncEscaped: {
  let async;
  for (\u0061sync of [7]);
  assert.sameValue(async, 7);
}

Meriyah incorrectly throws:
Unexpected token: 'escaped keyword'

@3cp
Copy link
Member

3cp commented Sep 11, 2022

Released in v4.3.1.

@jdalton
Copy link
Author

jdalton commented Sep 11, 2022

Thank you @3cp!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants