-
Notifications
You must be signed in to change notification settings - Fork 787
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
Release 4.0 #1589
Comments
Looks like we need to keep only trailing commas and async/await for 4.0. From the most recent TC-39 meeting on Jan 24-26, the above two are the only syntax changes which made it to the expected 2017 spec. Any other opinions and perspectives (perhaps from the Foundation representatives on TC-39) will be appreciated. |
Yeah the other 2 are stage-3 are still I believe |
Also useful: http://www.2ality.com/2016/02/ecmascript-2017.html. |
Non-ES2017 syntax features are bumped to major version update 5.0 (#1743). |
Question: What is the release time line for this, for those of us already using ES2017 feature? |
@samgurtman Keep an eye on the projects page: https://github.com/jquery/esprima/projects. |
Thanks!
…On 29/03/2017 12:51 AM, "Ariya Hidayat" ***@***.***> wrote:
@samgurtman <https://github.com/samgurtman> Keep an eye on the projects
page: https://github.com/jquery/esprima/projects.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1589 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGIKX5q31hwOgM6xOD2fZdFHut_5RTWoks5rqPQ6gaJpZM4KSoQb>
.
|
Hi! Do we have an estimate release date for this version? The previous one was due in April. We would love to use this new ES2017 support! Thanks! |
No noticeable performance difference is observed. Version 3.1.3:
Version 4.0.0:
(Tested with Node.js 8.0, using V8 5.8) |
The npm package has been published and the web site has been updated. Enjoy the release! |
What goes into this release? New ES2017 syntax support:
API change:
parseScript
vsparseModule
Other relevant improvements:
And tons of various fixes!
in
expressions in function-bodied arrows in for statement initialisers #1793 Allowin
expression in a concise body with a function bodyThe text was updated successfully, but these errors were encountered: