Skip to content

v0.19.13

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 01:03
ab1f0e9

New features

Bug fixes

  • Use shared temporary buffer for WASI out values (#2059) (fe06a2f)
  • Use correct data length in Array#flat (#2058) (5dce4e4)
  • Internal field names should use instance notation (#2056) (ba270a8)
  • Properly handle conditional continue in do loops (#2055) (d864c1a)
  • Defuse flow assertion on invalid function expression (#2051) (1bf3120)
  • Fix infinite loop on template literals during parse error recovery (#2011) (b1a5b0f)

Other