swc-project
swc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(es/minifier): preserve retained initializer dependencies
SyMind:codex/fix-unused-var-init-cycle
6 hours ago
fix(es/minifier): remove unused variable initializer cycles
SyMind:codex/fix-unused-var-init-cycle
7 hours ago
fix(react-compiler): refine conservative fast check
marcoshernanz:agent/react-compiler-conservative-fast-check
15 hours ago
Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
mattcosta7:copilot/update-source-map-emission
22 hours ago
test(es/typescript): Cover const initializers under mutable enums Extends the existing `ts_enum_is_mutable_true` case with both sides of the guard: a const initialized from a mutable enum member, which must stay a runtime read, and one from a `const enum` member, which still folds. Both fail on main — the first because the value was folded away, the second because it was not folded at all.
baltasarblanco:fix/11715-ts-enum-const-var-folding
1 day ago
perf(es/typescript): Skip const initializers that cannot be constant `compute` takes the initializer by value, so the collection pass cloned every `const` initializer in the program, while most of them hit the `Opaque` catch-all right away: in real TypeScript they are mostly arrow functions, object literals and calls. Check the outermost form before cloning. `es/transform/baseline/common_typescript` goes from 59.6 us back to 53.3 us, against 53.3 us on main. No test output changes.
baltasarblanco:fix/11715-ts-enum-const-var-folding
2 days ago
test(es/typescript): Update constEnum2 tsc reference `g = CONST` now resolves to a constant, so the member is inlined and no longer emitted, matching how `d = 10` is already handled in the same `const enum`. The remaining members stay opaque because they call `Math.random()`.
baltasarblanco:fix/11715-ts-enum-const-var-folding
2 days ago
chore: Add changeset
baltasarblanco:fix/11715-ts-enum-const-var-folding
2 days ago
Latest Branches
CodSpeed Performance Gauge
-2%
fix(es/minifier): remove unused variable initializer cycles
#12106
6 hours ago
83ed715
SyMind:codex/fix-unused-var-init-cycle
CodSpeed Performance Gauge
0%
feat(react-compiler): add conservative fast check
#12105
16 hours ago
8cacc00
marcoshernanz:agent/react-compiler-conservative-fast-check
CodSpeed Performance Gauge
0%
fix(es/react-compiler): recover source map spans from locations
#12104
22 hours ago
022c7ad
mattcosta7:copilot/update-source-map-emission
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs