swc-project
swc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat: expose ast utilities in typescript_wasm
forked-by-avivkeller:ast
2 hours ago
Merge branch 'main' into copilot/fix-eslint-suppression-rules
mattcosta7:copilot/fix-eslint-suppression-rules
4 hours ago
Merge branch 'main' into copilot/fix-eslint-suppression-rules
mattcosta7:copilot/fix-eslint-suppression-rules
5 hours ago
fix(es/minifier): Check last case (#11972) **Description:** #11971 doesn't seem correct. If a case termiante check to be `Ok(false)` it would rely on its previous case.
main
6 hours ago
fix
Austaras:main
6 hours ago
fix(es/minifier): Check last case
Austaras:main
6 hours ago
fix(es/minifier): preserve switch fallthrough termination (#11971) **Description:** Fixes switch termination detection so fallthrough from matched cases into later cases is accounted for before dead-code elimination. This preserves code after switches like `default: return 1; case "0":`, where the later empty case can still complete normally. This PR updates `StmtExt::terminates`, adds focused switch termination tests, adds issue #11970 minifier fixture coverage, and adds an exec regression proving `classify("0")` still reaches the post-switch `return 2`. **Testing:** - `git submodule update --init --recursive` - `UPDATE=1 cargo test -p swc_ecma_minifier` - `cargo test -p swc_ecma_utils` - `cargo test -p swc_ecma_minifier` - `(cd crates/swc_ecma_minifier && ./scripts/exec.sh issue_11970)` - `cargo fmt --all` - `cargo clippy --all --all-targets -- -D warnings` **Related issue:** Closes #11970
main
8 hours ago
fix(es/minifier): preserve switch fallthrough termination
kdy1/fix-switch-fallthrough-termination
9 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat: expose ast utilities in typescript_wasm
#11973
2 hours ago
c472f99
forked-by-avivkeller:ast
CodSpeed Performance Gauge
0%
fix(react-compiler): default eslintSuppressionRules to match babel-plugin-react-compiler
#11969
4 hours ago
985a5ef
mattcosta7:copilot/fix-eslint-suppression-rules
CodSpeed Performance Gauge
0%
fix(es/minifier): Check last case
#11972
6 hours ago
26f0d27
Austaras:main
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs