@swc/html-win32-x64-msvc
Advanced tools
Changelog
[1.10.15] - 2025-02-08
(es/minifier) Dont't optimize swtich case before DCE (#9994) (afe21b5)
(es/parser, es/codegen) Handle trailing empty slots in array patterns (#9992) (1a87e76)
(es/react) Avoid adding __self
in constructors of derived class in the jsx_self
(#9987) (83f24af)
Changelog
[1.10.11] - 2025-01-27
(es) Restore JSON config & Adjust feature renaming (#9967) (72e5455)
(es/minifier) Avoid paren when compressing ternary (#9920) (9d6fe37)
(ts/fast-strip) More robust generic arrow handling (#9913) (f7faa7c)
(typescript) Allow references to the global Symbol in computed property names under isolatedDeclarations
(#9869) (e4c1e03)
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)