swc-project
swc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refact(es): Remove useless helper(again)
Austaras:helper
6 minutes ago
refact(es): Remove useless helper(again)
Austaras:helper
55 minutes ago
refact(es): Remove useless helper(again)
Austaras:helper
2 hours ago
fix(typescript): Decode templates with missing cooked values in fast DTS
fix/template-literal-missing-cooked
3 hours ago
chore: Add changeset
codex/fix-unused-let-initialization
3 hours ago
fix(es/minifier): Check class side effect (#12336) **Related issue:** Closes #12311, Closes #12317
main
5 hours ago
chore: Add changeset
Austaras:main
5 hours ago
fix(es/codegen): separate generic type assertion openers (#12340) Preserve the required space between a TypeScript angle-bracket assertion and a generic function type. For example: ```ts const f = < <T>(value: T) => T > identity; ``` The emitter currently joins the opening delimiters into `<<`, producing invalid TypeScript. Emit a mandatory space before the generic function type parameters in both readable and minified output. The corrected minified output is: ```ts const f=< <T>(value:T)=>T>identity; ``` Add readable and minified fixture snapshots. The codegen fixture harness now accepts a `tsx` option, defaulting to its existing value of `true`, so this TypeScript-only assertion fixture can use `tsx: false`.
main
5 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
refact(es): Remove useless helper(again)
#12343
23 hours ago
8ca482a
Austaras:helper
CodSpeed Performance Gauge
+2%
fix(es): Decode template raw values when cooked is missing
#12347
3 hours ago
a53eb7b
fix/template-literal-missing-cooked
CodSpeed Performance Gauge
0%
fix(es/minifier): Preserve let initialization when dropping unused variables
#12345
3 hours ago
2894c3f
codex/fix-unused-let-initialization
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs