Changed
Now using .Net 8.0.
Fixed
Scoping of class expressions names.
Changed
Default OutputOptions.Ecma is 6.
Added
Simple template string const eval.
Bundler in es6+ mode uses shorter Arrow IIFE pattern when wrapping whole body.
Fixed
Arrow with await async v => await v
.
Printing of { [key]: value }
Wrong optimization with destructuring to const.
Bundling of import * as x from "x"; x;
Symbol renaming in Bundler (again).