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 | compilergoogleprocessorscriptingjavascript |
Ranking | #1929 in MvnRepository (See Top Artifacts) #2 in JavaScript Processors |
Used By | 268 artifacts |
Related Books
Closure: The Definitive Guide: Google Tools to Add Power to Your JavaScript (2010) by Michael Bolin |