-
Notifications
You must be signed in to change notification settings - Fork 383
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
list features in docs, that jumped over ES5.1 (ES6) #420
Comments
I think it would be better to have a separate document and add a link to it from the README. The document should be a table with all ES6 features (i.e. features introduced in ES6, including not yet implemented) and ES6+ features implemented so far. The columns should be: Feature, Implemented? (Yes/No), Link to an issue (optional). If someone could come up with such a table, it would be great. |
Thanks, |
Class has been implemented at 0b5d210. It is great feature,
thank you.
At this time, static/private was also implemented. this goes beyond ES6.
People who come later, may missed this feature(even it's a great feature.).
Do you plan to list features that jumped over ES5.1 (ES6) in the Readme? or is it ok to contribute to the Readme?
The text was updated successfully, but these errors were encountered: