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() ...
Versionv20170521compared with

Version Details

Provided Changes (1)

v20170423 v20170521
ChangeGroup / ArtifactPreviousCurrent
+ Added com.google.auto.value » auto-value-1.4.1

Test Changes (1)

v20170423 v20170521
ChangeGroup / ArtifactPreviousCurrent
~ Updated com.google.truth » truth0.300.32