@swc/wasm-web
Advanced tools
Changelog
[1.10.9] - 2025-01-21
(es/minifier) Print total size from minify-all
example (#9897) (134000f)
(es/minifier) Compress foo ? num : 0
into num * !!foo
(#9908) (ce22557)
(es/minifier) Make character frequency analysis parallel (#9895) (ca2fd1e)
(es/minifier) Parallelize handling of class members (#9900) (ed74839)
(es/minifier) Adjust threshold for parallel char frequency calculation (#9901) (47ea8de)
(es/minifier) Do heavy operation only if required (#9902) (2687231)
(es/minifier) Invert cache to be really a cache (#9910) (8bfb0e5)
Changelog
[1.10.8] - 2025-01-19
(es/decorators) Fix init order of 2022-03
impl (#9760) (751a310)
(es/ts_strip) Handle ASI hazard in return statement (#9882) (121b5fe)
(typescript) Collect usages in extend clauses of classes and interfaces (#9893) (ef29ef6)
(es/minifier) Make the first run of DCE more efficient (#9868) (7329824)
(es/minifier) Box VarUsageInfo
of ProgramData
(#9894) (fafd754)
(es/renamer) Use IndexSet
for rename queue (#9866) (f404720)