I’ve updated jslint4java again. This time, I’ve added:
- Support for the predef option, so you can specify a list of predefined global variables. I first said I’d do this over a year ago. 😦
- Updated to JSLint 2009-11-24, which brings a new devel option. Now you can decide if
alert()
,console.log()
, etc are available.
Unfortunately, just after I’d committed the release, I noticed that I’ve managed to (somehow) pick up a junit dependency. I’ll set about removing that for the next release (issue 35).