-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support ES6 syntax / arrow functions #7
Comments
There should now be support for some ES6 syntax such as arrow functions, let bindings, and default parameter values. Classes are not supported. Please try it out and report back. I haven't tested it very well since I don't have any good tests that use ES6 features. |
Thanks! |
doesn't handle |
There should now be basic support for Note that multi-file renaming is still not supported (and is not planned), but it does not crash any more when your file has an |
handles import and export 👍 |
Currently the plugin will respond with a syntax error message if there are ES6 contructs in the code like fat arrow functions
The text was updated successfully, but these errors were encountered: