Skip to content

Fix `export async` and non-strict block-scoping

Choose a tag to compare

@matAtWork matAtWork released this 20 Jul 11:38
· 158 commits to master since this release
  • Update acorn-es7-plugin to fix issue with export async in webpack
  • Fix edge case where a continuation function is treated as a block-scoped (breaks some constructs in non-strict Safari as it could have generated function declarations inside a block).