@swc/core-linux-arm-gnueabihf
Advanced tools
Changelog
[1.7.28] - 2024-09-24
(ast) Add archive(check_bytes)
to all relevant AST types (#9574) (185d6f5)
(cli) Exclude non-files from get_files_list (#9560) (85cc2bd)
(es/codegen) Fix wrong sourcemap when there are new lines in tpl (#9578) (cf74382)
(es/compat) Skip getter
and setter
as FlowHelper function
do (#9580) (14cfd70)
(es/minifier) Avoid decl name when mangle with eval (#9546) (e2242c4)
(es/minifier) Check variable type while optimizing +=
(#9575) (04016e9)
(es/module) Rewrite import specifier in type declaration (#9577) (fc0ba2a)
(plugin) Don't panic when ast byte not match (#9562) (c36871a)
Changelog
[1.7.24] - 2024-09-08
(es/compat) Handle label block in constructor (#9528) (c43dbad)
(es/decorator) Add support for private access expressions in legacy decorators (#9535) (62ed065)
(es/minifier) typeof
class should be function
(#9522) (c7fdd6b)
(es/minifier) Prevent removing side effects from accessing getter (#9530) (8513816)
(es/typescript) Handle enum in single statement (#9532) (84b0043)