@swc/core-darwin-x64
Advanced tools
Changelog
[1.12.7] - 2025-06-26
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan >=
for JSX closing tag (#10693) (fe82c4c)
(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Changelog
[1.12.6] - 2025-06-24
(es/parser) Throw error if JSX does not end with >
(#10687) (cb3d6db)
(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
react-leaflet
(cfbb1f9)(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce byte_search
to reduce comparison operations (#10668) (3806ffd)
(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)