@swc/html
Advanced tools
Changelog
Changelog
[1.11.4] - 2025-02-27
(es/minifier) Inline before cost analysis (#10092) (1425b56)
(es/minifier) Remove needless println
(b1e5b2d)
(es/resolver) Analyze variable declarations with declare
(#10102) (cff6a64)
(swc_malloc) Fix build issue due to malloc, really (#10117) (207a13f)
(swc_malloc) Add target_env = "gnu"
check (#10118) (da81e11)
Use jemalloc
on platforms that mimalloc
fails to build (#10116) (fb75b98)
(es/minifier) Improve arrow function inlining cost analysis (#10093) (e74929c)
(es/resolver) Remove some vector allocations (#10101) (b65387a)
Changelog
[1.11.1] - 2025-02-25
(error-reporters) Store diagnostics in TransformOutput
(#10027) (52caf23)
(es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)
(es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)
(es/types) Add transform.verbatimModuleSyntax
(#10079) (a883cdc)
(swc_common) Fix build with swc_allocator/nightly
(#10067) (6a90b1f)
(es/ast) Add explicit namespace
field to distinguish namespace and module declarations (#10023) (76c2cba)
(es/ast) Add import attributes to TsImportType
(#9796) (7d297be)
(es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)
(es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)
(deps) Update dependency swc-plugin-coverage-instrument to ^0.0.26 (#10051) (d3fbd21)
(swc_allocator) Remove nightly
from default feature (#10058) (e78b9d1)
(swc_allocator) Add #[inline]
to allocator methods (#10066) (853eb53)