-
Notifications
You must be signed in to change notification settings - Fork 59
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
Spread operator not working. #145
Comments
The formatter basically doesn't have support for ES6 yet. We hope to correct this soon. |
Yeah, I Think I found out after some more googling last night that this an espree issue. Thanks for the quick reply. :) |
It appears the object rest spread was added for the |
helloyou2012
added a commit
to helloyou2012/esformatter-semicolon-first
that referenced
this issue
Jul 7, 2016
millermedeiros
pushed a commit
to millermedeiros/esformatter-semicolon-first
that referenced
this issue
Aug 7, 2016
just released |
Nice! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't look like the spread operator syntax is very happy right now.
results in:
SearchActions.js: Error: Line 29: Unexpected token ...
The text was updated successfully, but these errors were encountered: