Does JSure, a Javascript Static Analysis Tool, run on Windows ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It seems to run on oCaml, and for oCaml there is a windows distribution, so it seems to be possible. You may download oCaml here:
http://caml.inria.fr/download.en.html I’ve got no experience at all using oCaml or this tool, you’re more or less on your own from there.
However if javascript quality checking is your objective you might find that these tools are easier to implement.
JSLint: the original javascript linter by Douglas Crockford
http://www.jslint.com/
JSHint: A more real-world fork of jslint
http://jshint.com/
And two framework based approaches:
jQuery lint: A jquery run-time code linter
http://james.padolsey.com/javascript/jquery-lint/
Google closure linter: To check google closure code against the google closure javascript style
http://code.google.com/closure/utilities/