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? |
kripken
left a comment
There was a problem hiding this comment.
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.