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)