swc-project
swc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Create wet-geese-rush.md
cuyl:refact-eval_nested_tpl
2 hours ago
chore(helpers): Replace MagicString with ast-grep's built-in edit API (#11410)
main
2 hours ago
fix(es/transforms): Add visitor methods for import/export specifiers and handle verbatimModuleSyntax - Add visit_mut_import_specifiers and visit_mut_export_specifiers to TypeScriptVisitMutWithHook to ensure hooks are called - In verbatimModuleSyntax mode, preserve type-only specifiers but clear is_type_only flag for minifier - In non-verbatim mode, let strip_import_export handle specifier filtering to avoid conflicts This fixes the panic 'type-only imports/exports should be stripped earlier' in the minifier.
kdy1/port-ts
11 hours ago
test: Update test fixtures after const enum inlining fixes
kdy1/port-ts
12 hours ago
fix(es/transforms): Add visit_mut_setter_prop to handle this parameter Added missing visit_mut_setter_prop implementation in TypeScriptVisitMutWithHook to properly remove `this` parameter from setter properties. Before: `set x(this: Type, n: number)` ā `set x(this, n)` (invalid JS) After: `set x(this: Type, n: number)` ā `set x(n)` (correct) Test results: - strip tests: 190/190 (100%) - strip_correctness: 5036/5036 (100%) All tests passing! ā š¤ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
kdy1/port-ts
12 hours ago
refactor(es/minifier): Improve nested template literal evaluation Refactors `eval_nested_tpl` to more robustly handle nested template literals by using `zip` for quasis and exprs, ensuring proper concatenation and merging.
cuyl:refact-eval_nested_tpl
21 hours ago
refactor(es/minifier): Improve nested template literal evaluation Refactors `eval_nested_tpl` to more robustly handle nested template literals by using `zip` for quasis and exprs, ensuring proper concatenation and merging.
cuyl:refact-eval_nested_tpl
22 hours ago
fix
magic-akari:chore/helpers-ast-grep
23 hours ago
Active Branches
refactor(es/minifier): Improve nested template literal evaluation
last run
2 hours ago
#11411
CodSpeed Performance Gauge
0%
refactor(es/typescript): Refactor to use VisitMutHook pattern
last run
11 hours ago
#11408
CodSpeed Performance Gauge
+5%
feat(es/transformer): Merge `class_properties` pass
last run
3 days ago
#11386
CodSpeed Performance Gauge
0%
Ā© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs