Skip to content

5.2.1 version

Choose a tag to compare

@sanex3339 sanex3339 released this 28 Jan 05:15
· 24 commits to master since this release
6864328
  • Fixed transformObjectKeys incorrectly hoisting object literal outside of loop when loop body is a single statement without braces, causing all iterations to share the same object reference. Fixes #1300
  • Fixed parsing error when await is used as an identifier in non-async context. Fixes #1127
  • Fixed deadCodeInjection causing SyntaxError when arguments from collected block statements was injected into class field initializers or static initialization blocks. Fixes #1166
  • Fixed transformObjectKeys with mangled identifier generator causing variable shadowing when extracted object variable name matched an existing inner scope variable. Fixes #1232