Commit 4462225
Update dependency @swc/core to v1.15.3 (#44673)
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [@swc/core](https://swc.rs) ([source](https://redirect.github.com/swc-project/swc)) | devDependencies | patch | [`1.15.1` -> `1.15.3`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.15.1/1.15.3) | `1.15.8` (+4) |
---
### Release Notes
<details>
<summary>swc-project/swc (@​swc/core)</summary>
### [`v1.15.3`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1153---2025-11-20)
[Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.15.2...v1.15.3)
##### Bug Fixes
- **(es/codegen)** Restore missing top-level comments ([#​11302](https://redirect.github.com/swc-project/swc/issues/11302)) ([0998c93](https://redirect.github.com/swc-project/swc/commit/0998c93a5ad391a6cc7bd25eb08104f825a29ac4))
- **(es/codegen)** Emit comments of all nodes ([#​11314](https://redirect.github.com/swc-project/swc/issues/11314)) ([387ee0f](https://redirect.github.com/swc-project/swc/commit/387ee0f4d864212d38c008f4d3b715b17036fbef))
- **(es/minifier)** Prevent compress.comparisons from transforming expressions with side effects ([#​11256](https://redirect.github.com/swc-project/swc/issues/11256)) ([58a9d81](https://redirect.github.com/swc-project/swc/commit/58a9d81959162778f6ca1200436c90f3545bd387))
- **(es/minifier)** Remove unused arrow functions in dead code elimination ([#​11319](https://redirect.github.com/swc-project/swc/issues/11319)) ([88c6ac7](https://redirect.github.com/swc-project/swc/commit/88c6ac7eb05e3367d3d14e40bad8468218576783))
- **(es/parser)** Make the span of Program start at input start ([#​11199](https://redirect.github.com/swc-project/swc/issues/11199)) ([b56e008](https://redirect.github.com/swc-project/swc/commit/b56e0083c60e9d96fbe7aef9de20ff83d4c77279))
- **(es/plugin)** Use `#[cfg]` to avoid compilation error ([#​11316](https://redirect.github.com/swc-project/swc/issues/11316)) ([f615cdb](https://redirect.github.com/swc-project/swc/commit/f615cdbc52773b4899fb7831992272088013acc0))
- **(es/quote)** Replace usage of `swc_atoms` with `swc_core::atoms` ([#​11299](https://redirect.github.com/swc-project/swc/issues/11299)) ([c1e32fa](https://redirect.github.com/swc-project/swc/commit/c1e32fafd3dd8c2424331730c6ebc03bc793b058))
##### Miscellaneous Tasks
- **(es/transformer)** Determine project structure ([#​11306](https://redirect.github.com/swc-project/swc/issues/11306)) ([58f2602](https://redirect.github.com/swc-project/swc/commit/58f2602981fd5d2efeabc44dc59fbc07dbb4e7cd))
##### Performance
- **(es/compat)** Merge `regexp` pass into `Transformer` ([#​11307](https://redirect.github.com/swc-project/swc/issues/11307)) ([440b391](https://redirect.github.com/swc-project/swc/commit/440b391e65fab9514c40e65145828c956b8b437b))
- **(es/compat)** Merge `export_namespace_from` to `Transformer` ([#​11309](https://redirect.github.com/swc-project/swc/issues/11309)) ([7a528ce](https://redirect.github.com/swc-project/swc/commit/7a528ce66ef1a8b715b702de5d246d60a093ab70))
##### Refactor
- **(es/transfomer)** Prevent breaking change ([#​11308](https://redirect.github.com/swc-project/swc/issues/11308)) ([45827fa](https://redirect.github.com/swc-project/swc/commit/45827fac5d0d0434f425769f6b3f4383617355e0))
### [`v1.15.2`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1152---2025-11-14)
[Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.15.1...v1.15.2)
##### Bug Fixes
- **(bindings/es)** Respect `filename` option from `print()` ([#​11264](https://redirect.github.com/swc-project/swc/issues/11264)) ([0d4d2d9](https://redirect.github.com/swc-project/swc/commit/0d4d2d9ab4e912ecf9e17e7c9b49d26b320c1d98))
##### Features
- **(es/minifier)** Drop empty constructors during minification ([#​11250](https://redirect.github.com/swc-project/swc/issues/11250)) ([2cea7dd](https://redirect.github.com/swc-project/swc/commit/2cea7ddb58390253fed44a4033c71d2333271691))
- **(es/visit)** Add context parameter to VisitMutHook trait ([#​11254](https://redirect.github.com/swc-project/swc/issues/11254)) ([8645d0d](https://redirect.github.com/swc-project/swc/commit/8645d0de8fcbd61d7a69235ac485debb64497205))
##### Performance
- **(es/parser)** Inline `skip_space` ([afb824a](https://redirect.github.com/swc-project/swc/commit/afb824a97f3d917090e14a8289339ee259f42239))
- **(es/parser)** Eliminate the outer loop of `skip_block_comment` ([#​11261](https://redirect.github.com/swc-project/swc/issues/11261)) ([e41c0ac](https://redirect.github.com/swc-project/swc/commit/e41c0ac9d5e5e4956f826bceea43f01ad729725e))
- **(es/plugin)** Use shared tokio runtime to avoid creation overhead ([#​11267](https://redirect.github.com/swc-project/swc/issues/11267)) ([707026b](https://redirect.github.com/swc-project/swc/commit/707026bee1e0d98ec3602ef9d3aac348c7184940))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
GitOrigin-RevId: a97cc225f61a57dcca5739c96b86a0bf3d03e9781 parent 66a329d commit 4462225
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments