-
Notifications
You must be signed in to change notification settings - Fork 588
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
[JavaScript] Missing ES7 features #876
Comments
Please also read the comments from @bathos on bathos/Ecmascript-Sublime#33 |
FYI, |
@aziz Didn’t catch earlier that you were referencing something here. As mentioned in the other thread, the first example here contains a syntax error (
For more info on the potential syntax needs related to in-flight class extension proposals see:
and most importantly, |
Sorry bout the syntax error! Just updated it |
I don’t know if you would prefer these to be in separate tickets, but here are a couple things missing in the native JS syntax (that I am aware of).
Async methods inside of a class
Class static and instance properties (taken from Babel site)
I am not sure what scopes they should be. The
async
keyword highlights asentity.name.function
right now. The static and instance properties currently cause the highlighting to break:The text was updated successfully, but these errors were encountered: