jquery / esprima

ECMAScript parsing infrastructure for multipurpose analysis
http://esprima.org
BSD 2-Clause "Simplified" License
7.04k stars 785 forks source link

Missing ES2019 and ES2020 features #2015

Closed donnagf closed 4 years ago

donnagf commented 4 years ago

Looks like this parser doesn't support ES2019 and ES2020.

I know that ES2018 implementation was scheduled to be implemented 2 years ago, but still not happened.

What's the release plan for ES2020?

ariya commented 4 years ago

Hi @donnagf, please take a look at individual issues for the syntax features (if there's any yet, feel free to create one). As for the release plan, it will be released whenever the implementation is completed (contributions are welcomed!).