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 |
---|---|
Categories | JavaScript Processors |
HomePage | https://developers.google.com/closure/compiler/ |
Date | (Aug 15, 2014) |
Files | pom (8 KB) jar (2.8 MB) View All |
Repositories | CentralIBiblioSonatype |
Used By | 247 artifacts |
Vulnerabilities | Vulnerabilities from dependencies: CVE-2021-22569 CVE-2020-8908 CVE-2020-15250 View 1 more ... |
Compile Dependencies (6)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
CLI Parser MIT | args4j » args4j | 2.0.26 | 2.33 | |
Defect Detection Apache 2.0 | com.google.code.findbugs » jsr305 | 1.3.9 | 3.0.2 | |
Core Utils Apache 2.0 | com.google.guava » guava2 vulnerabilities | 17.0 | 31.1-jre | |
Apache 2.0 | com.google.javascript » closure-compiler-externs | v20140814 | v20220502 | |
Serializer BSD 3-clause | com.google.protobuf » protobuf-java1 vulnerability | 2.5.0 | 3.20.1 | |
JSON Lib JSON | org.json » json | 20090211 | 20220320 |
Test Dependencies (2)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Testing EPL 2.0 | junit » junit1 vulnerability | 4.11 | 5.8.2 | |
Mocking MIT | org.mockito » mockito-core | 1.9.5 | 4.5.1 |
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 | |
---|---|---|---|---|
John Lenz | concavelenz<at>gmail.com | johnlenz | ||
Nick Santos | nicholas.j.santos<at>gmail.com | nicksantos | ||
Alan Leung | acleung | |||
Michael Bolin | mbolin<at>alum.mit.edu | mbolin | ||
Paul Lindner | lindner<at>inuus.com | plindner |
Related Books
Closure: The Definitive Guide: Google Tools to Add Power to Your JavaScript (2010) by Michael Bolin |