swc-project
swc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(es/regexp): Transpile unicode property escapes in RegExp constructor calls Previously, SWC only transformed unicode property escapes (\p{...} and \P{...}) in regex literals (/\p{ID_Start}/u). This adds support for transforming them in RegExp constructor calls as well: - new RegExp('\\p{ID_Start}', 'u') - RegExp('\\p{ID_Start}', 'u') Closes #11539 Co-authored-by: Donny/강동윤 <kdy1@users.noreply.github.com>
claude/issue-11539-20260209-0432
2 days ago
feat(es/minifier): Remove unused args for IIFE
Austaras:main
2 days ago
feat(es/minifier): Remove unused args for IIFE
Austaras:main
4 days ago
perf(es/typescript): reduce visitor overhead in ts transform
kdy1/perf-ts
5 days ago
refactor(es/typescript): Precompute namespace import-equals usage in semantic pass (#11534) ## Summary - move namespace import-equals usage resolution into semantic analysis - remove transform-time namespace usage collector visitor and consume semantic lookup instead - keep namespace pre-strip timing and add semantic unit tests for import-chain propagation ## Testing - cargo test -p swc_ecma_transforms_typescript -p swc_ecma_transforms_react -p swc_ecma_transforms && cargo test -p swc --test projects --test tsc - cargo fmt --all
main
5 days ago
refactor(react): inline dev jsx metadata into jsx hook
kdy1/merge-react
6 days ago
refactor(ts): precompute namespace import-equals usage in semantic pass
kdy1/merge-ts-more
6 days ago
refactor(react): inline dev jsx metadata into jsx hook
kdy1/merge-react
6 days ago
Active Branches
feat(es/regexp): Transpile unicode property escapes in RegExp constructor calls
last run
2 days ago
#11542
CodSpeed Performance Gauge
0%
feat(es/minifier): Remove unused args for IIFE
last run
2 days ago
#11536
CodSpeed Performance Gauge
0%
perf(es/typescript): reduce visitor overhead in ts transform
last run
5 days ago
#11535
CodSpeed Performance Gauge
+2%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs