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
- Process some obvious loopings and functions results
- If someone calls goog.functions.constant(true) warn, and suggest replacing it with goog.functions.TRUE
- Wrong code is compiled to correct code(maybe, due to the DevirtualizePrototypeMethods feature)
- variable_map_input_file ignored
- DOMException should be subclass of Error
- Feature Request: case where side-effect detection could do better
- Const folding with type annotation
- Functions exported within immediately-invoked function expression lose their type checking
- Source mapping of text without associated AST nodes is inconsistent.
- More nuanced version of reportUnknownTypes
- Docs
- Java not yet supported