Skip to content
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

no-unsupported-features should handle ES2016, ES2017 features. #46

Closed
mysticatea opened this issue Jul 27, 2016 · 0 comments
Closed

no-unsupported-features should handle ES2016, ES2017 features. #46

mysticatea opened this issue Jul 27, 2016 · 0 comments

Comments

@mysticatea
Copy link
Owner

mysticatea commented Jul 27, 2016

  • syntax
    • exponential operators (**).
    • trailing commas of functions.
    • async functions and await expressions.
  • runtime
    • Object.values
    • Object.entries
    • Object.getOwnPropertyDescriptors
    • class extends null

I'm planning to do this when Node 7 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant