-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Polymer compiling clean under closure recommended flags #5424
Merged
Commits on Aug 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 83834af - Browse repository at this point
Copy the full SHA 83834afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4d6e70 - Browse repository at this point
Copy the full SHA b4d6e70View commit details
Commits on Aug 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e69c8b3 - Browse repository at this point
Copy the full SHA e69c8b3View commit details
Commits on Nov 4, 2018
-
Get Polymer compiling clean under closure recommended flags
With these changes we have zero errors and zero warnings with `RECOMMENDED_FLAGS`! Most of the changes were adding `@override` for methods and properties in mixins. Apparently if you implement an interface you need to say `@override` for each method or property on the interface. This combines with our mixin strategy to the tune of needing to add `@override` on every non-private method and property. I'm not sure this is intended behavior of the compiler. Filed google/closure-compiler#3137 to see if it is.
Configuration menu - View commit details
-
Copy full SHA for 566dcfa - Browse repository at this point
Copy the full SHA 566dcfaView commit details
Commits on Nov 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 419dce6 - Browse repository at this point
Copy the full SHA 419dce6View commit details
Commits on Nov 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bbf24c0 - Browse repository at this point
Copy the full SHA bbf24c0View commit details
Commits on Nov 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3a4db3b - Browse repository at this point
Copy the full SHA 3a4db3bView commit details
Commits on Feb 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 77ac3ec - Browse repository at this point
Copy the full SHA 77ac3ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19dd467 - Browse repository at this point
Copy the full SHA 19dd467View commit details -
Merge pull request #5348 from Polymer/sync-externs
Upstream changes to externs
Configuration menu - View commit details
-
Copy full SHA for 6611abe - Browse repository at this point
Copy the full SHA 6611abeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.