@swc/html-darwin-arm64
Advanced tools
Changelog
[1.10.16] - 2025-02-13
(es/minifier) Check assign target before merge assign cond (#10020) (6dab49a)
(es/parser) Preserve comment positions with leading semicolon (#10019) (c9937b6)
(swc_common) Fix panic with non-narrow chars with width != 2 (#10011) (f9f4cac)
(ts/fast-strip) Handle unsupported module
keyword (#10022) (308f5d0)
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)