-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update closure-compiler. NFC #22517
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
Update closure-compiler. NFC #22517
Conversation
0fcc521
to
b916cac
Compare
There is tiny codesize regression with this update, but it seems to be |
Looking at the diff for
Note the extra Seems to be one of the UTF8 functions from library_strings.js.. just its hard to figure out what exactly is going on here. |
Yeah, seems fine to me. better to be up to date. |
There is tiny codesize regression with this update, but it seems to be consistently <10 bytes so I'm tempted to ignore it.
b916cac
to
5c9a7f9
Compare
@kripken WDYT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, an upstream change this small is probably not worth spending time on.
google/closure-compiler-npm#314
|
We ran into some regressions when trying to update so we are currently blocked on investigating that. |
See #24679 |
There is tiny codesize regression with this update, but it seems to be
consistently <10 bytes so I'm tempted to ignore it.