Skip to content

Comments

refactor(rolldown_plugin_vite_html): use module preload instead#6843

Merged
graphite-app[bot] merged 1 commit intomainfrom
11-04-refactor_rolldown_plugin_vite_html_use_module_preload_instead
Nov 4, 2025
Merged

refactor(rolldown_plugin_vite_html): use module preload instead#6843
graphite-app[bot] merged 1 commit intomainfrom
11-04-refactor_rolldown_plugin_vite_html_use_module_preload_instead

Conversation

@shulaoda
Copy link
Member

@shulaoda shulaoda commented Nov 4, 2025

No description provided.

Copy link
Member Author

shulaoda commented Nov 4, 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.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@graphite-app graphite-app bot changed the base branch from 11-04-refactor_rolldown_plugin_build_import_analysis_use_module_preload_config_instead to graphite-base/6843 November 4, 2025 14:00
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

Benchmarks Rust

  • target: main(51cf713)
  • pr: 11-04-refactor_rolldown_plugin_vite_html_use_module_preload_instead(ceb0c00)
group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     65.6±1.43ms        ? ?/sec    1.01     66.5±1.58ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     72.5±2.23ms        ? ?/sec    1.01     73.2±1.83ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    108.7±3.59ms        ? ?/sec    1.00    108.9±1.66ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    121.2±1.60ms        ? ?/sec    1.01    122.0±2.28ms        ? ?/sec
bundle/bundle@threejs                                        1.01     39.6±2.15ms        ? ?/sec    1.00     39.4±0.64ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     42.9±1.04ms        ? ?/sec    1.01     43.2±0.86ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    392.2±3.40ms        ? ?/sec    1.00    392.8±4.02ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    453.3±3.99ms        ? ?/sec    1.00    454.0±4.65ms        ? ?/sec
scan/scan@rome_ts                                            1.00     87.3±1.76ms        ? ?/sec    1.04     90.5±2.05ms        ? ?/sec
scan/scan@threejs                                            1.00     29.0±0.43ms        ? ?/sec    1.03     29.7±0.63ms        ? ?/sec
scan/scan@threejs10x                                         1.00    302.1±3.73ms        ? ?/sec    1.03    310.1±5.78ms        ? ?/sec

@graphite-app graphite-app bot force-pushed the graphite-base/6843 branch from 9066160 to 51cf713 Compare November 4, 2025 14:17
@graphite-app graphite-app bot force-pushed the 11-04-refactor_rolldown_plugin_vite_html_use_module_preload_instead branch from 89eeeb9 to 7349bad Compare November 4, 2025 14:17
@graphite-app graphite-app bot changed the base branch from graphite-base/6843 to main November 4, 2025 14:18
@graphite-app graphite-app bot force-pushed the 11-04-refactor_rolldown_plugin_vite_html_use_module_preload_instead branch from 7349bad to 129b7b9 Compare November 4, 2025 14:18
@netlify
Copy link

netlify bot commented Nov 4, 2025

Deploy Preview for rolldown-rs ready!

Name Link
🔨 Latest commit ceb0c00
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/690a0f1be949090008fa431d
😎 Deploy Preview https://deploy-preview-6843--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.

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 4, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the 11-04-refactor_rolldown_plugin_vite_html_use_module_preload_instead branch from 129b7b9 to ceb0c00 Compare November 4, 2025 14:35
@graphite-app graphite-app bot merged commit ceb0c00 into main Nov 4, 2025
27 checks passed
@graphite-app graphite-app bot deleted the 11-04-refactor_rolldown_plugin_vite_html_use_module_preload_instead branch November 4, 2025 14:50
@github-actions github-actions bot mentioned this pull request Nov 5, 2025
shulaoda added a commit that referenced this pull request Nov 5, 2025
## [1.0.0-beta.47] - 2025-11-05

### 💥 BREAKING CHANGES

- `meta.magicString` and `meta.ast` now only initialized once (#6828) by @IWANABETHATGUY

### 🚀 Features

- rolldown_plugin_utils: support common module preload config (#6839) by @shulaoda
- expose `minify` function (#6836) by @sapphi-red
- rolldown_plugin_build_import_analysis: remove all `__VITE_PRELOAD__` (#6833) by @shulaoda
- rolldown_plugin_build_import_analysis: inject __vite__mapDeps (#6832) by @shulaoda
- rolldown_plugin_build_import_analysis: align partial logic (#6831) by @shulaoda
- expose more magic string method in js binding (#6819) by @IWANABETHATGUY
- rolldown_plugin_build_import_analysis: align renderBuiltUrl logic (#6808) by @shulaoda
- rolldown_plugin_build_import_analysis: align resolve dependencies logic (#6803) by @shulaoda
- rolldown_plugin_build_import_analysis: align partial logic (#6802) by @shulaoda

### 🐛 Bug Fixes

- rolldown_plugin_build_import_analysis: correct unaligned code (#6845) by @shulaoda
- rolldown_binding: resolveDependencies shouldn't return Promise (#6844) by @shulaoda
- browser: correct binding file (#6830) by @sxzz

### 🚜 Refactor

- rolldown_plugin_vite_html: use module preload instead (#6843) by @shulaoda
- rolldown_plugin_build_import_analysis: use module preload config instead (#6841) by @shulaoda
- rolldown_binding: correct `renderBuiltUrl` (#6835) by @shulaoda
- rolldown_plugin_build_import_analysis: remove unnecessary is_module_preload (#6834) by @shulaoda
- rolldown_plugin_build_import_analysis: remove unnecessary `IS_MODERN_FLAG` (#6823) by @shulaoda
- rolldown_plugin_build_import_analysis: tweak v2 config (#6804) by @shulaoda

### 📚 Documentation

- add link to Native MagicString In-Depth Guide and fix broken markdown syntax (#6827) by @IWANABETHATGUY
- update current status of native magic string (#6820) by @IWANABETHATGUY
- add specific use cases (#6822) by @shulaoda
- add minification preservation instructions for banner/footer options (#6786) by @ZiuChen

### ⚙️ Miscellaneous Tasks

- deps: bump oxc-resolver to v11.13.1 (#6847) by @renovate[bot]
- deps: update dependency tsdown to v0.16.0 (#6840) by @renovate[bot]
- README.md: fix broken documentation link to getting started guide (#6837) by @Cheng-fung

### ❤️ New Contributors

* @Cheng-fung made their first contribution in [#6837](#6837)
* @ZiuChen made their first contribution in [#6786](#6786)

Co-authored-by: shulaoda <[email protected]>
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.

2 participants