-
Notifications
You must be signed in to change notification settings - Fork 130
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
ES6 Parsing seems to be Broken with 2.2.1 #144
Comments
Ok, after looking into the commits, I admit that it's just the warning that's missing. Still, can someone explain why it's not parsing? |
In my case it's broken because of imports. By default
I'm not sure tho if it should be changed globally or passed thru configuration options. |
This warning message come from the last PR : f5ea8a0 |
When using version 2.2.1, parsing ES6 files seem to be broken:
Error parsing factories/<some-file>.js at line 44 column 61
, where the file contains::this.unserializeEvent);
When downgrading to 2.2.0, this does not happen.
The text was updated successfully, but these errors were encountered: