Skip to content

v1.1.0

Choose a tag to compare

@pionxzh pionxzh released this 17 May 19:04
6fa579e

wakaru v1.1.0

Async/generator recovery, esbuild unpacking, better correctness.

Highlights

  • Babel async & generatorsregeneratorRuntime and _asyncToGenerator are restored back to native async/await and function*
  • esbuild unpacking — scope-hoisted esbuild bundles are split into proper ES modules
  • Babel 7.24+ classes_callSuper and single-arg _createClass recovered correctly
  • Diagnostics — opt-in structured warnings and TDZ violation reporting
  • Sentry component names — recovered from data-sentry-component attributes
  • 25 correctness fixes — var/const scoping, duplicate imports, lexical this, unresolved marks, and more
  • Fat LTO builds — smaller and faster binaries
  • Linux ARM64 — native release binaries

Full Changelog: v1.0.0...v1.1.0

Full Changelog: v1.0.0...v1.1.0