Releases: swc-project/swc
Releases · swc-project/swc
v1.2.65
chore: Publish v1.2.65
v1.2.64: fix(es/transforms): Fix fixer (#1919)
swc_ecma_transforms_base: - `fixer`: Allow using await expressions as a callee of a new expression.
v1.2.63
fix(ci): Use cross-env (#1897)
v1.2.62
feat(es/loader): Add more logics to tsconfig.paths handler (#1860)
v1.2.61: fix(es/parser): Fix panic on debug mode (#1828)
swc_ecma_parser: - Handle undefined unicode code point gracefully. (#1813)
v1.2.60: fix(es/transforms): Fix bugs (#1795)
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
fix(es/codegen): Fix codegen of classes with minify enabled (#1767)
v1.2.58: fix(es/transforms/compat): Fix `async_to_generator` pass. (#1724)
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)
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
fix(ci): Fix android build