Skip to content

v0.50.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 14:24
· 586 commits to main since this release

This is a bug fix release addressing the following issues:

Fixes

  • ast/compile: Guard recursive module equality check. (#5756) authored by @philipaconrad.
    Resolves a performance regression when using large bundles.
  • ast: Relaxing strict-mode check for unused args in else-branching functions (#5758) authored by @johanfylling reported by @ethanjli.

Miscellaneous

  • Use normalized policy paths as compiler module keys and store IDs (authored by @ashutosh-narkar).
    Resolves an issue with bundle loading on Windows.