@swc/core-linux-x64-musl
Advanced tools
Changelog
[1.7.42] - 2024-10-31
(es/generator) Fix code generation for break
in nested while (#9684) (65872af)
(es/resolver) Skip resolving lowercase JSXIdentifiers
(#9686) (6ed1715)
(es/types) Add jsc.experimental.keepImportAssertions
to types (#9691) (4b4dcfa)
(es/minifier) Optimize switch with side effect and termination tests (#9677) (7344a63)
(es/parser) Ability to get script's potential module errors (#9682) (2bbd1e8)
Changelog
[1.7.40] - 2024-10-26
(bindings) Update napi to handle string with \0
(#9665) (8f45eaf)
(bindings/node) Add VisitTsPropertySignature
(#9670) (715c42c)
(es/renamer) Check preserved
in normal renaming mode (#9666) (87b4e10)
(typescript) Check whether the method is abstract when checking is_overload
(#9678) (78500af)