Question

Do you know a good syntax checker and compressor for JavaScript?

We are currently using JSLINT as syntax checker and YUI for compression. Note we are using the library ExtJS for UI.

Was it helpful?

Solution

What about the newly released Closure Compiler?

It removes dead code, checks syntax, variable references, types, and warns you about other common JavaScript pitfalls.

OTHER TIPS

Those are top-of-the-line tools that are very good at their respective jobs. Is there a particular area in which you would like to see improvement? Otherwise I would say stick with them.

You might want to consider Google's newly released Closure Compiler and it's Advanced Compilation options.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top