build(deps): update dependency @swc/core to ^1.11.15
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@swc/core (source) | devDependencies | patch | ^1.11.13 -> ^1.11.15 |
Release Notes
swc-project/swc (@swc/core)
v1.11.15
Bug Fixes
-
(bindings/node) Fix build on platforms without plugin (#10301) (3faae55)
-
(cli) Fix plugin target as
wasm32-wasip1
(#10293) (7daf4f4) -
(es) Do not reuse
Compiler
forminify()
andtransform()
(#10273) (63bd8a1) -
(es/bugfix) Do not rename in non-ident-function (#10274) (48b6bdb)
-
(es/minifier) Remove unnecessary check when invoke IIFE (#10257) (6b75775)
-
(es/parser) Parser a program as a module with TLA in non-expression statement (#10287) (157c52a)
-
(html) Remove
async
fromminifyFragmentSync
(#10289) (7028457)
Documentation
Features
-
(es) Add Rust plugin host part for analysis API (#10285) (d213a84)
-
(es) Add analysis API and refactor output API (#10288) (a53c60d)
-
(es/minifier) Allow disabling char frequency analysis (#10259) (50c62d1)
-
(es/minifier) Merge expression with empty return (#10283) (c276a38)
-
(es/minifier) Optimize code generated by optional chaining (#10292) (0d88041)
-
(es/minifier) Support
reduce_escaped_newline
(#10232) (64fb286) -
(ts/fast-strip) Improve error message format (#10298) (29c4afb)
Miscellaneous Tasks
- (html) Fix typing (3ed8a7a)
Performance
-
(es/minifier) Adjust parallelism threshold (#10260) (28cc6f6)
-
(es/minifier) Process
cons
andalt
ofIfStmt
in parallel (#10262) (ccb6eb8) -
(es/minifier) Move logic to the pure minifier (#10264) (7ecd807)
-
(es/minifier) Use
swc_par_iter
instead ofrayon
(#10267) (78e37a1)
Refactor
Testing
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.