login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

The Closure Compiler compiles JavaScript into compact, h... code. The compiler removes dead code and rewrites and mi... left so that it downloads and runs quickly. It also also... variable references, and types, and warns about common J... pitfalls. T

Closure Tools - Google Code
http://code.google.com/closure/

Categories

/Channels/techie/JavaScript

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

The Closure Compiler compiles JavaScript into compact, high-performance code. The compiler removes dead code and rewrites and minimizes what's left so that it downloads and runs quickly. It also also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. These checks and optimizations help you write apps that are less buggy and easier to maintain. You can use the compiler with Closure Inspector, a Firebug extension that makes debugging the obfuscated code almost as easy as debugging the human-readable source.

HTML

The <a href="compiler/">Closure Compiler</a> compiles JavaScript into compact, high-performance code. The compiler removes dead code and rewrites and minimizes what's left so that it downloads and runs quickly. It also also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. These checks and optimizations help you write apps that are less buggy and easier to maintain. You can use the compiler with Closure Inspector, a Firebug extension that makes debugging the obfuscated code almost as easy as debugging the human-readable source.