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
- Order of declaration affects the result of templated functions.
- @override not being enforced when function is added via @lends tag
- ComposeWarningsGuard is not thread safe
- Make @final on a class imply @final/@const on all methods so that methods of a @final class can not be re-assigned
- When binding a nullable type to template (T|null), T should be non-nullable. It isn't...
- Consider suspicious code check for declaring a protected method/property in a constructor/interface marked as @final
- Warn when an interface is marked @final
- Lint or Analyzer warning for @type {Map} (instead of @type {Map<SomeType, AnotherType>}
- ? and ! type prefixes don't modify template type
- Don't warn/err about legit namespace declaration - please
- Docs
- Java not yet supported