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.
This binary checks for style issues such as incorrect or missing JSDoc
usage, and missing goog.require() ...
Versionv20161024compared with
Version Details
| v20160911 | v20161024 | |
|---|---|---|
| Release date | Sep 13, 2016 | Oct 25, 2016 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Provided Changes (1)
| v20160911 | v20161024 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.apache.ant » ant | 1.9.4 | 1.9.7 |
