This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 510
jscs v1.13.0 reports "Unexpected reserved word" for "import" keyword. #1321
Comments
akash1810
added a commit
to guardian/grid
that referenced
this issue
Apr 29, 2015
…d word" against the "import" keyword. See jscs-dev/node-jscs#1321 for more.
This is justifies a patch version, you could use workaround for now @mikesherov i remember you said you have couple bugs you want to fix too? Does tomorrow sounds good? |
@akash1810 or even easier - use |
I think it's an issue with I tested with putting |
@hzoo nice! Thanks all. |
Great! And using |
|
@mikesherov, please see the full history |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Contents of
.jscsrc
file is:(empty for simplicity of example)
Have a file
test.js
with:./node_modules/.bin/jscs --esnext test.js
reports:My current fix/workaround is to freeze on version 1.12.0.
The text was updated successfully, but these errors were encountered: