google/closure-compiler
A JavaScript checker and optimizer. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4522
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
7676 stars · 1181 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Google Closure Compiler is a JavaScript-to-JavaScript compiler that parses, analyzes, and optimizes code by removing dead code, rewriting, and minimizing it. It also performs syntax, variable reference, and type checking, warning about common JavaScript pitfalls.
Use cases
- minify and optimize javascript bundles
- type check javascript with jsdoc annotations
- remove dead code from large javascript codebases
- make javascript download and run faster
- statically analyze javascript for common pitfalls
- compile javascript in advanced optimization mode
When to choose
- your codebase is written specifically for closure-compiler's advanced mode
- you need the most aggressive whole-program minification and dead code elimination
- you want JSDoc-based type checking of JavaScript
- you maintain a legacy Closure Tools-based project
When to avoid
- you have arbitrary third-party JavaScript not written for closure-compiler
- you want a modern bundler integrated with the broader JS ecosystem
- you rely on dynamic property access or hidden globals that the optimizer cannot see
- you only need simple minification - other tools are comparable and easier to use
Facets
cli-tool · maturity maintenance
compiler linter type-system build-tool web-development frontend developer-tools jvm cli cross-platform javascript-optimizer minification dead-code-elimination static-analysis closure-compiler advanced-optimization javascript nodejs
2 sources
- readme: https://github.com/google/closure-compiler · fetched 2026-08-28 · ed8c9a08b786
- homepage: https://developers.google.com/closure/compiler/ · fetched 2026-08-29 · 32a480c078a5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/closure-compiler | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="google/closure-compiler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem