Skip to content

v3.16.1

Compare
Choose a tag to compare
@alexlamsl alexlamsl released this 16 Jun 23:54
· 229 commits to master since this release
74e36e4

Features

  • support top-level await via --module (d2bd0d1, 0c7b016)
  • support class static initialization block (88b4283, 0066576, 4382bfe)
  • discard all unused in & instanceof expressions via unsafe_comps (5d69545)
  • improve detection of unreferenced class & function (b6f250f)

Bug Fixes