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

@babel/parser: update ESTree plugin to support optional chaining #11711

Closed
1 task done
kaicataldo opened this issue Jun 11, 2020 · 0 comments · Fixed by #11815
Closed
1 task done

@babel/parser: update ESTree plugin to support optional chaining #11711

kaicataldo opened this issue Jun 11, 2020 · 0 comments · Fixed by #11815
Assignees
Labels
area: eslint area: estree i: bug outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: parser

Comments

@kaicataldo
Copy link
Member

Bug Report

  • I would like to work on a fix!

Now that estree/estree#204 has landed, we need to update @babel/parser's ESTree plugin to output a spec-compliant AST for optional chaining nodes.

Initial work to get tests passing (due to Acorn being released with the new syntax) can be seen here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: eslint area: estree i: bug outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: parser
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants