closure-compiler
https://github.com/google/closure-compiler
Java
A JavaScript checker and optimizer.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported27 Subscribers
Add a CodeTriage badge to closure-compiler
Help out
- Issues
- Missed optimization: document.querySelector('') turns into var b=document;b.querySelector.call(b, '')
- Document @pureOrBreakMyCode
- new dynamic import(path, {}) with options fail with [JSC_PARSE_ERROR] Parse error
- Factory generated constructors are not detected as pure
- Can't use goog.reflect.object/objectProperty from es6 module.
- Define ArrayBufferView and TypedArray as interfaces rather than classes
- Respect @pureOrBreakMyCode in destructuring assignment
- `@pureOrBreakMyCode` can't handle when left-hand side is array pattern
- Parse Error for "export * as X from ..."
- java.util.ConcurrentModificationException while compiling via Java
- Docs
- Java not yet supported