Skip to content

chore: remove unused asset module#8594

Merged
shulaoda merged 1 commit intomainfrom
03-09-chore_remove_unused_asset_module
Mar 9, 2026
Merged

chore: remove unused asset module#8594
shulaoda merged 1 commit intomainfrom
03-09-chore_remove_unused_asset_module

Conversation

@shulaoda
Copy link
Member

@shulaoda shulaoda commented Mar 9, 2026

No description provided.

Copy link
Member Author

shulaoda commented Mar 9, 2026


How to use the Graphite Merge Queue

Add the label graphite: merge-when-ready 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.

@netlify
Copy link

netlify bot commented Mar 9, 2026

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit f921317
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/69ae5818590bef0008ca8832

@shulaoda shulaoda marked this pull request as ready for review March 9, 2026 05:20
Copilot AI review requested due to automatic review settings March 9, 2026 05:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes an empty and unused asset module from the rolldown crate. The module file (crates/rolldown/src/asset/mod.rs) contained no code, and there were no references to crate::asset anywhere in the crate.

Changes:

  • Removed the mod asset; declaration from crates/rolldown/src/lib.rs
  • Deleted the empty crates/rolldown/src/asset/mod.rs file

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
crates/rolldown/src/lib.rs Removed mod asset; declaration for the unused module
crates/rolldown/src/asset/mod.rs Deleted the empty module file

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Benchmarks Rust

  • target: main(4c0d397)
  • pr: 03-09-chore_remove_unused_asset_module(f921317)
group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     82.6±2.96ms        ? ?/sec    1.00     82.3±2.07ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     91.0±2.42ms        ? ?/sec    1.00     91.1±2.64ms        ? ?/sec
bundle/bundle@rome_ts                                        1.01    180.9±4.73ms        ? ?/sec    1.00    179.8±7.08ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.01    197.9±4.69ms        ? ?/sec    1.00    195.6±4.25ms        ? ?/sec
bundle/bundle@threejs                                        1.00     79.9±5.94ms        ? ?/sec    1.00     79.6±3.89ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     86.3±4.33ms        ? ?/sec    1.03     88.5±4.03ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00   794.2±14.42ms        ? ?/sec    1.01   801.6±14.14ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    904.3±8.84ms        ? ?/sec    1.00    906.7±6.55ms        ? ?/sec
scan/scan@rome_ts                                            1.00     81.5±2.14ms        ? ?/sec    1.00     81.7±1.95ms        ? ?/sec
scan/scan@threejs                                            1.00     28.4±1.37ms        ? ?/sec    1.03     29.1±1.78ms        ? ?/sec
scan/scan@threejs10x                                         1.00    276.8±6.57ms        ? ?/sec    1.01    279.3±3.57ms        ? ?/sec

@shulaoda shulaoda merged commit 6594d42 into main Mar 9, 2026
42 checks passed
@shulaoda shulaoda deleted the 03-09-chore_remove_unused_asset_module branch March 9, 2026 08:50
This was referenced Mar 11, 2026
shulaoda added a commit that referenced this pull request Mar 11, 2026
## [1.0.0-rc.9] - 2026-03-11

### 💥 BREAKING CHANGES

- rename exported BindingMagicString to RolldownMagicString (#8626) by @IWANABETHATGUY

### 🚀 Features

- rolldown: add isRolldownMagicString property for reliable native detection (#8614) by @IWANABETHATGUY
- cli: align object type with rollup (#8598) by @h-a-n-a

### 🐛 Bug Fixes

- rust: circular inter-chunk imports when external dynamic imports exist (#8596) by @Dunqing
- update minify default docs from `false` to `'dce-only'` (#8620) by @shulaoda

### 💼 Other

- fix early exit in script build-node (#8617) by @h-a-n-a

### 🚜 Refactor

- binding: remove outdated TODO comment in MagicString to_string() (#8613) by @IWANABETHATGUY

### 📚 Documentation

- add viteplus alpha announcement banner (#8615) by @mdong1909
- update VitePress theme to 4.8.2 for narrow-screen layout regression (#8612) by @Copilot

### ⚡ Performance

- merge 4 integration test binaries into 1 (#8610) by @Boshen

### 🧪 Testing

- replace heavy filename_with_hash test with targeted hash fixtures (#8597) by @Boshen

### ⚙️ Miscellaneous Tasks

- ci: remove redundant `--no-run` build step from cargo-test (#8623) by @Boshen
- rust: use `cargo-shear` to toggle Cargo.toml [lib] test = bool (#8622) by @Boshen
- deps: update test262 submodule for tests (#8611) by @sapphi-red
- skip macOS CI jobs on pull requests (#8608) by @Copilot
- add rust cache to repo validation job (#8607) by @Boshen
- skip running empty bin test targets (#8605) by @Boshen
- skip building examples in cargo-test to reduce build time (#8603) by @Boshen
- switch plain workflow checkouts to taiki-e action (#8601) by @Boshen
- skip Windows CI jobs on PRs (#8600) by @Boshen
- remove unused asset module (#8594) by @shulaoda

### ◀️ Revert

- "docs: add viteplus alpha announcement banner (#8615)" (#8616) by @shulaoda

Co-authored-by: shulaoda <165626830+shulaoda@users.noreply.github.com>
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.

3 participants