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 |
Tags | compilergooglejavascript |
Organization | |
HomePage | http://code.google.com/p/closure-compiler/ |
Date | Nov 17, 2011 |
Files | pom (4 KB) jar (3.1 MB) View All |
Repositories | CentralIBiblioSonatype |
Ranking | #1760 in MvnRepository (See Top Artifacts) #1 in JavaScript Processors |
Used By | 259 artifacts |
Vulnerabilities | Vulnerabilities from dependencies: CVE-2023-2976 CVE-2022-45688 CVE-2022-3510 View 10 more ... |
Compile Dependencies (8)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
CLI Parser MIT | args4j » args4j | 2.0.12 | 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 | 10.0.1 | 32.1.2-jre | |
Data Format BSD 3-clause | com.google.protobuf » protobuf-java5 vulnerabilities | 2.4.1 | 3.24.3 | |
Apache 2.0 | com.googlecode.jarjar » jarjar | 1.1 | 1.3 | |
Testing EPL 2.0 | junit » junit1 vulnerability | 4.8.2 | 5.10.0 | |
Build Tool Apache 2.0 | org.apache.ant » ant4 vulnerabilities | 1.8.2 | 1.10.14 | |
JSON Lib Public | org.json » json1 vulnerability | 20090211 | 20230618 |
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<at>gmail.com | 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 |