closure-compiler
JavaScript optimizing compiler
Install
- All systems
-
curl cmd.cat/closure-compiler.sh
- Debian
-
apt-get install closure-compiler
- Ubuntu
-
apt-get install closure-compiler
- Kali Linux
-
apt-get install closure-compiler
- Fedora
-
dnf install closure-compiler
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install closure-compiler
- OS X
-
brew install closure-compiler
- Raspbian
-
apt-get install closure-compiler
- Dockerfile
- dockerfile.run/closure-compiler
closure-compiler
JavaScript optimizing compiler
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. This package contains the /usr/bin wrapper script and manpage.
libclosure-compiler-java
JavaScript optimizing compiler - library package
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. This package contains the jar library.