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
- 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
- @nocollapse doesn't prevent collapse warning
- constant property types are not properly inferred if they referenced in code before declaration
- Shorter syntax for property definitions: 1. inline type
- Docs
- Java not yet supported