swc-project
swc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix
Austaras:arity
32 minutes ago
test(es/minifier): cover dynamic new argument safety
Austaras:arity
5 hours ago
feat(swc): expose reactCompiler.environment.enableFunctionOutlining Add a curated `environment` object to the reactCompiler .swcrc config that currently exposes a single field, `enableFunctionOutlining`, wired through to the compiler's EnvironmentConfig. Unset fields leave compiler defaults intact. Re-export EnvironmentConfig from swc_ecma_react_compiler so the config layer can name the type. Tests: - unit test for parsing environment.enableFunctionOutlining - fixture -disabled: a closure capturing a local stays inline (correct) - fixture -enabled: a non-capturing closure is outlined to a top-level helper Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
imjordanxd:feat/react-compiler-enable-function-outlining
6 hours ago
fix(es/minifier): Measure number length precisely (#12026) **Related issue:** - Closes #12008
main
8 hours ago
fix(es/minifier): limit top-level eval preservation to root-scope decls; pin as entries
baltasarblanco:fix/dce-toplevel-eval
14 hours ago
fix(es/minifier): limit top-level eval preservation to root-scope decls; pin as entries
baltasarblanco:fix/dce-toplevel-eval
15 hours ago
fix(es/minifier): Preserve top-level declarations referenced only by direct eval The DCE tree-shaker protects declarations reachable by a direct `eval` only within function scopes. `found_direct_eval` is propagated to the root scope, but `visit_mut_module`/`visit_mut_script` never consumed it, so top-level declarations referenced only through a direct `eval` were dropped, corrupting code that relies on them at runtime. Mark top-level declarations as used when a direct `eval` reaches the root scope, mirroring the existing function-scope handling.
baltasarblanco:fix/dce-toplevel-eval
19 hours ago
feat(es/minifier): Remove unused param for new expr
Austaras:arity
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(es/minifier): Remove unused param for new expr
#12027
35 minutes ago
7f937e1
Austaras:arity
CodSpeed Performance Gauge
-2%
feat(react-compiler): expose `reactCompiler.environment.enableFunctionOutlining`
#12030
6 hours ago
265cca2
imjordanxd:feat/react-compiler-enable-function-outlining
CodSpeed Performance Gauge
0%
fix(es/minifier): Preserve top-level declarations referenced only by direct eval
#12029
15 hours ago
6c8d4f9
baltasarblanco:fix/dce-toplevel-eval
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs