Skip to content

5.2.0

Compare
Choose a tag to compare
@hhugo hhugo released this 28 Apr 10:25
· 1123 commits to master since this release

CHANGES:

Features/Changes

  • Compiler: jsoo link archive with -a (#1428)

Bug fixes

  • Compiler: put custom header at the top of the output file (fix #1441)
  • Compiler (js parser): fix parsing of js labels (fix #1440)
  • Compiler: fix simplification of js with let and const
  • Compiler: reduce memory consumption when parsing js
  • Compiler: parsing js can return a list of token, the list was sometime incorrect
  • Sourcemap: stop producing sourcemaps mappings with negative lines or columns
  • Runtime: fix marshalling with sharing and string (use-js-string)