gruntjs / grunt-contrib-uglify

Minify files with UglifyJS.
http://gruntjs.com/
MIT License
1.48k stars 348 forks source link

Update uglify-js to v3.15.2 #562

Closed nachogarcia closed 2 years ago

nachogarcia commented 2 years ago

You can view changes in https://github.com/mishoo/UglifyJS/compare/b23b333d9d6e97bece90fb7bc37a44870a7fecf7..f8edf05c3cf59be8468967d6b919df552bbc6758

nachogarcia commented 2 years ago

Tests are failing, maybe because of the new --keep-farg ? Not sure about this

alexlamsl commented 2 years ago

@nachogarcia there are quite a few improvements since the last update 😉

tests updated accordingly − should be all green now.

nachogarcia commented 2 years ago

OK, now I see how the test work 😅 thanks!

ArtemZakharchuk commented 2 years ago

Hello! Can you give an estimate of when this pull request can be merged to the main branch? Thanks!