Closed GoogleCodeExporter closed 8 years ago
Hi Benx,
it is possible to port fixmyjs. But it would be hard job consuming a lot of
time.
The problem is that fixmyjs, jshint are developed for modern javascript
offering getter, setter. They are using window object. All of these are not
available in jN.
One have to replace getter and setter by function calls. Work around of window
object. The result will be modified fixmyjs and its dependencies requiring
continual support.
You can try it and I would support you answering your questions.
Take a look into jn\includes\csslint.js
Best regards
Eugen
Original comment by eugen.kr...@gmail.com
on 24 Oct 2014 at 5:51
Added support for JSHint
Original issue reported on code.google.com by
benx.s...@gmail.com
on 24 Oct 2014 at 3:40