Skip to content

Comments

feat(rolldown): oxc v0.92.0#6322

Merged
graphite-app[bot] merged 1 commit intomainfrom
oxc-92
Sep 24, 2025
Merged

feat(rolldown): oxc v0.92.0#6322
graphite-app[bot] merged 1 commit intomainfrom
oxc-92

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Sep 24, 2025

closes #4795
@sapphi-red you have a breaking change.

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 24, 2025

How to use the Graphite Merge Queue

Add the label graphite: merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@netlify
Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for rolldown-rs ready!

Name Link
🔨 Latest commit 09ab77c
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/68d3a0ee27653f0008162941
😎 Deploy Preview https://deploy-preview-6322--rolldown-rs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@socket-security
Copy link

socket-security bot commented Sep 24, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​oxc-project/​types@​0.92.0100100100100100
Added@​oxc-project/​runtime@​0.92.0100100100100100
Updatedoxc-parser@​0.90.0 ⏵ 0.92.0100 +5100100 +1100 +5100
Updatedoxc-transform@​0.90.0 ⏵ 0.92.0100 +2100100 +12100 +5100

View full report

@IWANABETHATGUY
Copy link
Member

@shulaoda could you also have a look if it would affect the configuration and transform-plugin?

@shulaoda shulaoda requested a review from sapphi-red September 24, 2025 07:13
Copy link
Member

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK now on myside

@github-actions
Copy link
Contributor

github-actions bot commented Sep 24, 2025

Benchmarks Rust

group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.03     85.5±3.23ms        ? ?/sec    1.00     83.4±2.07ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.02     94.4±2.48ms        ? ?/sec    1.00     92.7±2.98ms        ? ?/sec
bundle/bundle@rome_ts                                        1.01    125.0±3.27ms        ? ?/sec    1.00    123.4±3.44ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.01    145.6±1.99ms        ? ?/sec    1.00    144.8±2.83ms        ? ?/sec
bundle/bundle@threejs                                        1.04     47.6±2.50ms        ? ?/sec    1.00     45.9±1.09ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.02     57.1±1.10ms        ? ?/sec    1.00     56.0±1.16ms        ? ?/sec
bundle/bundle@threejs10x                                     1.01    485.0±6.91ms        ? ?/sec    1.00    479.4±5.30ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.02    567.0±4.41ms        ? ?/sec    1.00    557.9±4.52ms        ? ?/sec
scan/scan@rome_ts                                            1.00     96.0±2.11ms        ? ?/sec    1.00     95.7±2.19ms        ? ?/sec
scan/scan@threejs                                            1.00     34.5±0.69ms        ? ?/sec    1.00     34.4±0.92ms        ? ?/sec
scan/scan@threejs10x                                         1.00    357.8±5.75ms        ? ?/sec    1.01    360.0±7.26ms        ? ?/sec

Copy link
Member

shulaoda commented Sep 24, 2025

Merge activity

closes #4795
@sapphi-red you have a breaking change.
@graphite-app graphite-app bot merged commit 09ab77c into main Sep 24, 2025
29 checks passed
@graphite-app graphite-app bot deleted the oxc-92 branch September 24, 2025 07:54
shulaoda pushed a commit that referenced this pull request Sep 24, 2025
## [1.0.0-beta.40] - 2025-09-24

⚡ Sourcemap Performance Boost
- 20%-30% faster sourcemap generation
- Consistent gains across all platforms

### 🚀 Features

- rolldown: oxc v0.92.0 (#6322) by @Boshen
- adding partial `MagicString` binding (#6289) by @IWANABETHATGUY
- rolldown_plugin_vite_html: initialize (#6292) by @shulaoda

### 🐛 Bug Fixes

- rolldown_plugin_react_refresh_wrapper: avoid using cwd to allow using as a callable plugin (#6318) by @sapphi-red
- rolldown_plugin_transform: resolve tsconfig from absolute path (#6311) by @shulaoda

### 🚜 Refactor

- Construct MagicString with `Cow<str>` instead of `&str` (#6288) by @IWANABETHATGUY
- throw error if generating oxc runtime helper fails (#6291) by @shulaoda

### 📚 Documentation

- add more description about sourcemapIgnoreList (#6314) by @IWANABETHATGUY

### ⚡ Performance

- reduce `sourcemap_ignore_list` js function call (#6313) by @IWANABETHATGUY
- string_wizard: use memchr to find patterns in `replace` (#6312) by @IWANABETHATGUY
- simplify sourcemap token processing in collapse_sourcemaps (#6310) by @IWANABETHATGUY
- rolldown: some minor perf optimization (#6306) by @Brooooooklyn
- rolldown: fine-tuning the tokio scheduler (#6272) by @Brooooooklyn

### ⚙️ Miscellaneous Tasks

- deps: lock file maintenance rust crates (#6302) by @renovate[bot]
- deps: lock file maintenance npm packages (#6301) by @renovate[bot]
- use `lto: thin` in profile mode for better profiling experience. (#6320) by @IWANABETHATGUY
- adjust the tokio runtime config in bench (#6305) by @Brooooooklyn
- deps: update dependency rolldown-plugin-dts to v0.16.8 (#6307) by @renovate[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: node target + minify

4 participants