Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@Bobris Bobris released this 07 Jan 21:56
· 12 commits to master since this release

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).