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 |
HomePage | https://developers.google.com/closure/compiler/ |
Date | Nov 10, 2021 |
Files | pom (1 KB) jar (12.5 MB) View All |
Repositories | Central |
Ranking | #1763 in MvnRepository (See Top Artifacts) #1 in JavaScript Processors |
Used By | 259 artifacts |
Compile Dependencies (0)
Category/License | Group / Artifact | Version | Updates |
---|
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 |