Skip to content

Releases: swc-project/swc

v1.2.65

18 Jul 11:03
Compare
Choose a tag to compare
chore: Publish v1.2.65

v1.2.64: fix(es/transforms): Fix fixer (#1919)

14 Jul 14:31
7a8ad88
Compare
Choose a tag to compare
swc_ecma_transforms_base:
 - `fixer`: Allow using await expressions as a callee of a new expression.

v1.2.63

06 Jul 06:03
04d4384
Compare
Choose a tag to compare
fix(ci): Use cross-env (#1897)

v1.2.62

27 Jun 11:07
eaaf32d
Compare
Choose a tag to compare
feat(es/loader): Add more logics to tsconfig.paths handler (#1860)

v1.2.61: fix(es/parser): Fix panic on debug mode (#1828)

16 Jun 07:28
f9bdc7b
Compare
Choose a tag to compare
swc_ecma_parser:
 - Handle undefined unicode code point gracefully. (#1813)

v1.2.60: fix(es/transforms): Fix bugs (#1795)

07 Jun 09:08
7730a6e
Compare
Choose a tag to compare
swc_ecma_transforms_compat:
 - `async_to_generator`: Handle await in async generators correctly. (#1752)

swc_ecma_transforms_module:
 - Don't panic on double import from one module. (#1757)

v1.2.59

30 May 10:17
5d219b8
Compare
Choose a tag to compare
fix(es/codegen): Fix codegen of classes with minify enabled (#1767)

v1.2.58: fix(es/transforms/compat): Fix `async_to_generator` pass. (#1724)

07 Jun 09:00
a1341dc
Compare
Choose a tag to compare
swc_ecma_transforms_compat:
 - `async_to_generator`: Fix async iife. (#1722)
 - `async_to_generator`: Don't apply iife optimization to named function expressions.
 - `async_to_generator`: Remove duplicated works.
 - `async_to_generator`: Support `await for`. (#1721)
 - `async_to_generator`: Support async generators.

v1.2.57: fix(es/transforms/compat): Improve performance (#1673)

11 May 14:34
2ad0af9
Compare
Choose a tag to compare
swc_ecma_transforms_compat:
 - `classes`: Fast-path.
 - `destructuring`: Fast-path.
 - `sticky_regex`: Fast-path.
 - `spread`: Fast-path.
 - `shorthand`: Fast-path.
 - `typeof_symbol`: Fast-path.
 - `block_scoped_functions`: Fast path.
 - `duplicate_keys`: Use fxhash.
 - `instance_of`: Fast path.
 - `reserved_words`: Make string comparison efficient.

v1.2.56

08 May 01:34
Compare
Choose a tag to compare
fix(ci): Fix android build