Skip to content

v3.13.5

Compare
Choose a tag to compare
@alexlamsl alexlamsl released this 29 Apr 16:45
· 528 commits to master since this release
8aa650b

Features

  • drop unused self-referencing class & function (bddb5a0)
  • handle Map, Set, WeakMap & WeakSet (f46209b)
  • improve detection of unused assignment (9b8deff)
  • improve compression on variable reassignment (10dd9d4)
  • enable ESTree translation on all supported ECMAScript features (324587f, 97bd56b)
  • support __PURE__ in ESTree translation (d576495)

Bug Fixes