org.clojars.jaen/closure-compiler

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.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 13 Downloads
  • 13 This Version

Leiningen/Boot

[org.clojars.jaen/closure-compiler "1.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.jaen/closure-compiler {:mvn/version "1.0-SNAPSHOT"}

Gradle

implementation("org.clojars.jaen:closure-compiler:1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.jaen</groupId>
  <artifactId>closure-compiler</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.