Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.
Versionv20141023compared with

Version Details

Compile Changes (4)

v20140814 v20141023
ChangeGroup / ArtifactPreviousCurrent
+ Added com.google.code.gson » gson-2.2.4
~ Updated com.google.guava » guava17.018.0
~ Updated com.google.javascript » closure-compiler-externsv20140814v20141023
- Removed org.json » json20090211-

Provided Changes (1)

v20140814 v20141023
ChangeGroup / ArtifactPreviousCurrent
+ Added org.apache.ant » ant-1.9.4