-
Notifications
You must be signed in to change notification settings - Fork 322
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
Unexpected reserved word #175
Comments
I am also getting this error despite using the following eslintrc:
I'm using the following config:
And executing in this way:
|
I don't get the errors when I use exec but the reports are empty:
|
When I run from the command line I also get the
|
This is because Plato is not able to figure out ES6 |
@vtovikram Can you provide some steps on how to use Babel with plato? Are you suggesting that I run plato against my transpiled files or can I run it against my source code but somehow piped through Babel? |
yeah i did run it against my transpiled files it Worked, but ended up not using it. but again debugging on that was much harder to get my numbers better so gave up on it. |
I get the following error when it sees the word 'import' in my code.
The text was updated successfully, but these errors were encountered: