github mishoo/UglifyJS v3.13.2

latest releases: v3.17.4, v3.17.3, v3.17.2...
3 years ago

Features

  • support exponentiation assignment operator (01aa078)
  • flexible handling of __PURE__ through new annotations option (3b5d501)
  • retain class names via keep_fnames (997d09b)
  • better formatting of comments under beautify (7d595e2)
  • import/export { foo as foo }; ➡️ import/export { foo }; (2411132)
  • var f = async function*() { ... }; ➡️ async function* f() { ... } (b244b4e)

Bug Fixes

Don't miss a new UglifyJS release

NewReleases is sending notifications on new releases.