Open GoogleCodeExporter opened 9 years ago
Just stumbled on this one myself, have had to disable fixjsstyle
executing in my project build.
Yes, there are quite a lot of issues regarding ES6 support, but there’s no-one working on this, so unfortunately this is not likely to be fixed anytime soon.
@rumpeltux After searching around a bit, I have what seems a suitable replacement JSCS
Is there any progress for this issue?
I'm facing problems while trying to write code in ES6 standard. For instance, the fat arrow notation, and es6 style template strings are throwing errors.
In general, if you use ES6 you will not be able to use gjslint. Please look for alternatives. E.g. for formatting clang-format is recommended. For semantic checks the https://github.com/google/closure-compiler can be used, which also supports a lint mode.
That aside there’s a pull request for adding some support for template strings (#104).
Original issue reported on code.google.com by
yosuke.f...@gmail.com
on 16 Jan 2015 at 1:47