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.
License | Apache 2.0 |
---|---|
Tags | compilergooglescriptingjavascript |
HomePage | https://developers.google.com/closure/compiler/ |
Date | Aug 03, 2023 |
Files | pom (3 KB) jar (5.4 MB) View All |
Repositories | Central |
Ranking | #5499 in MvnRepository (See Top Artifacts) |
Used By | 74 artifacts |
Vulnerabilities | Vulnerabilities from dependencies: CVE-2023-2976 CVE-2020-8908 |
Compile Dependencies (11)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
CLI Parser MIT | args4j » args4j | 2.33 | ✔ | |
Annotation Lib Apache 2.0 | com.google.auto.value » auto-value-annotations | 1.6 | 1.10.4 | |
JSON Lib Apache 2.0 | com.google.code.gson » gson | 2.9.1 | 2.10.1 | |
Defect Detection Apache 2.0 | com.google.errorprone » error_prone_annotations | 2.15.0 | 2.23.0 | |
Apache 2.0 | com.google.guava » failureaccess | 1.0.1 | 1.0.2 | |
Core Utils Apache 2.0 | com.google.guava » guava2 vulnerabilities | 31.0.1-jre | 32.1.3-jre | |
Data Format BSD 3-clause | com.google.protobuf » protobuf-java | 3.21.12 | 3.25.1 | |
com.google.re2j » re2j | 1.3 | 1.7 | ||
Java Spec CDDLGPL 2.0 | javax.annotation » jsr250-api | 1.0 | 1.3.2 | |
Build Tool Apache 2.0 | org.apache.ant » ant | 1.10.11 | 1.10.14 | |
Apache 2.0 | org.jspecify » jspecify | 0.2.0 | 0.3.0 |
Licenses
License | URL |
---|---|
The Apache Software License, Version 2.0 | http://www.apache.org/licenses/LICENSE-2.0.html |
Developers
Name | Dev Id | Roles | Organization | |
---|---|---|---|---|
Closure Compiler Authors | closure-compiler-discuss<at>googlegroups.com | closure-compiler-authors |
Related Books
Closure: The Definitive Guide: Google Tools to Add Power to Your JavaScript (2010) by Michael Bolin |