-
Notifications
You must be signed in to change notification settings - Fork 15
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
Stage 3 ECMA Proposal Support #24
Comments
I would like to have support for the operators coming with ES2020 (https://www.w3schools.com/jS/js_2020.asp):
I'm not exactly sure how they map into these "stages" of proposals. Would it be OK to add support for these operators now to the main branch? |
This issue was originally intended to be a place holder for all features not yet implemented but would "most likely" make it into an official release. The intent was to implement anything that reached at least stage 3, so something in stage 4 would also be applicable. I apologize that I haven't been able to give these libraries as much attention as they deserve. The optional chaining feature is something I got stuck on and haven't had the time to get back to. All of your suggested features would be welcomed additions though I am not sure how much time I will be able to find to implement them |
Don't apologize! You did awesome work here already with this library all for free. Thank you! :) I might get some time to implement these operators as we need them. |
v
flag: proposalawait
ProposalThe text was updated successfully, but these errors were encountered: