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.
N/A
[org.clojars.bost/closure-compiler-unshaded "v20200704"]
org.clojars.bost/closure-compiler-unshaded {:mvn/version "v20200704"}
implementation("org.clojars.bost:closure-compiler-unshaded:v20200704")
<dependency> <groupId>org.clojars.bost</groupId> <artifactId>closure-compiler-unshaded</artifactId> <version>v20200704</version> </dependency>
Note: this artifact is a non-canonical fork. See the wiki for more details.
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: