Sourced from @swc/core
's changelog.
[1.4.1] - 2024-02-13
Bug Fixes
(binding/types) Update typings for
options.envs
to match implementation (#8620) (2a115cf)(es/compat) Visit AssignExpr right branch in FnEnvHoister (#8633) (e5d6de0)
(es/decorators) Do not insert duplicate constructors (#8631) (21a447f)
(es/parser) Set class property to
abstract
oroverride
even in error states (#8610) (5a77306)(es/parser) Fix parsing of dynamic source phase imports (#8611) (7d724d8)
(es/parser) Rescan
<<
as<
when parsing type args (#8607) (9e6dad9)(es/parser) Fix detection of
use strict
directive (#8617) (95236e9)(es/quote) Allow variables typed
AssignTarget
(#8602) (6a48be4)(es/quote) Fix code generation of
AssignTarget
(#8604) (16e9d4c)Features
Miscellaneous Tasks
... (truncated)
83dfc26
chore: Publish 1.4.1 with swc_core v0.90.8447b66c
chore: Publish 1.4.1-nightly-20240213.26cca7cb
chore: Bump cratese5d6de0
fix(es/compat): Visit AssignExpr right branch in FnEnvHoister (#8633)52b6fd8
chore: Bump crates6726b63
build(cargo): Update rustc
to nightly-2024-02-06
(#8618)9ad0f9f
chore: Bump crates21a447f
fix(es/decorators): Do not insert duplicate constructors (#8631)3b76b9b
chore: Publish 1.4.1-nightly-20240213.189bd0c8
chore: Bump crates