Releases: swc-project/swc
Releases · swc-project/swc
v1.2.69
fix(build): Increase memory
v1.2.68
chore: Publish a new version
v1.2.67: feat(swc): Expose minifier api (#1978)
swc_ecma_codegen: - Fix codegen of imports when minification is enabled. swc_ecma_minifier: - Mangle identifiers used by imports. swc: - Support specifing `jsc.minify`. (#704, #1371) swc/node: - Add `.minify()`. - Add `.minifySync()`. swc/wasm: - Add `.minifySync()`.
v1.2.66
fix(node/swc): Fix for m1 mac (#1939)
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)