Skip to content

Comments

fix(debug): add hook render chunk start and end events to Meta enum#5117

Merged
hyf0 merged 1 commit intomainfrom
06-30-fix_debug_add_hook_render_chunk_start_and_end_events_to_meta_enum
Jun 30, 2025
Merged

fix(debug): add hook render chunk start and end events to Meta enum#5117
hyf0 merged 1 commit intomainfrom
06-30-fix_debug_add_hook_render_chunk_start_and_end_events_to_meta_enum

Conversation

@hyf0
Copy link
Member

@hyf0 hyf0 commented Jun 30, 2025

No description provided.

@hyf0 hyf0 marked this pull request as ready for review June 30, 2025 14:01
Copy link
Member Author

hyf0 commented Jun 30, 2025

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

@netlify
Copy link

netlify bot commented Jun 30, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 4c56a4c
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/686298be3df18a0008adcfea

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jun 30, 2025

Open in StackBlitz

@rolldown/browser

npm i https://pkg.pr.new/@rolldown/browser@5117

@rolldown/debug

npm i https://pkg.pr.new/@rolldown/debug@5117

@rolldown/pluginutils

npm i https://pkg.pr.new/@rolldown/pluginutils@5117

rolldown

npm i https://pkg.pr.new/rolldown@5117

@rolldown/binding-darwin-arm64

npm i https://pkg.pr.new/@rolldown/binding-darwin-arm64@5117

@rolldown/binding-darwin-x64

npm i https://pkg.pr.new/@rolldown/binding-darwin-x64@5117

@rolldown/binding-freebsd-x64

npm i https://pkg.pr.new/@rolldown/binding-freebsd-x64@5117

@rolldown/binding-linux-arm-gnueabihf

npm i https://pkg.pr.new/@rolldown/binding-linux-arm-gnueabihf@5117

@rolldown/binding-linux-arm64-gnu

npm i https://pkg.pr.new/@rolldown/binding-linux-arm64-gnu@5117

@rolldown/binding-linux-arm64-musl

npm i https://pkg.pr.new/@rolldown/binding-linux-arm64-musl@5117

@rolldown/binding-linux-x64-gnu

npm i https://pkg.pr.new/@rolldown/binding-linux-x64-gnu@5117

@rolldown/binding-linux-x64-musl

npm i https://pkg.pr.new/@rolldown/binding-linux-x64-musl@5117

@rolldown/binding-wasm32-wasi

npm i https://pkg.pr.new/@rolldown/binding-wasm32-wasi@5117

@rolldown/binding-win32-arm64-msvc

npm i https://pkg.pr.new/@rolldown/binding-win32-arm64-msvc@5117

@rolldown/binding-win32-ia32-msvc

npm i https://pkg.pr.new/@rolldown/binding-win32-ia32-msvc@5117

@rolldown/binding-win32-x64-msvc

npm i https://pkg.pr.new/@rolldown/binding-win32-x64-msvc@5117

commit: 4c56a4c

@hyf0 hyf0 enabled auto-merge June 30, 2025 14:13
@hyf0 hyf0 added this pull request to the merge queue Jun 30, 2025
@github-actions
Copy link
Contributor

Benchmarks Rust

  • target: main(0b791db)
  • pr: 06-30-fix_debug_add_hook_render_chunk_start_and_end_events_to_meta_enum(4c56a4c)
group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     86.2±3.28ms        ? ?/sec    1.00     86.0±3.09ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.03     98.4±2.02ms        ? ?/sec    1.00     95.4±2.78ms        ? ?/sec
bundle/bundle@rome_ts                                        1.06    129.3±4.17ms        ? ?/sec    1.00    122.0±2.84ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.04    146.7±3.02ms        ? ?/sec    1.00    141.2±3.06ms        ? ?/sec
bundle/bundle@threejs                                        1.00     43.4±1.21ms        ? ?/sec    1.03     44.9±1.39ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     54.0±1.21ms        ? ?/sec    1.00     54.1±1.02ms        ? ?/sec
bundle/bundle@threejs10x                                     1.02    466.5±7.42ms        ? ?/sec    1.00    456.1±7.74ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.00    531.7±9.64ms        ? ?/sec    1.00   533.0±10.31ms        ? ?/sec
scan/scan@rome_ts                                            1.00     94.3±2.67ms        ? ?/sec    1.00     94.7±2.39ms        ? ?/sec
scan/scan@threejs                                            1.00     33.8±2.14ms        ? ?/sec    1.00     33.9±2.01ms        ? ?/sec
scan/scan@threejs10x                                         1.00    337.2±6.06ms        ? ?/sec    1.00    337.0±5.15ms        ? ?/sec

Merged via the queue into main with commit 2cbaf22 Jun 30, 2025
46 checks passed
@hyf0 hyf0 deleted the 06-30-fix_debug_add_hook_render_chunk_start_and_end_events_to_meta_enum branch June 30, 2025 14:22
This was referenced Jul 1, 2025
hyf0 pushed a commit that referenced this pull request Jul 1, 2025
## [1.0.0-beta.23] - 2025-07-01

### 💥 BREAKING CHANGES

- debug: rename debug logs fields to be consitent (#5125) by @antfu

### 🚀 Features

- debug: append `content` for asset data and unify `source` field to
`content`. (#5130) by @hyf0
- debug: emit asset-related data (#5124) by @hyf0
- commonjs tree shaking. (#5095) by @IWANABETHATGUY
- rolldown_plugin_wasm_helper: align behaviors for expected
functionality (#5120) by @shulaoda
- remove `experimental.enableComposingJsPlugins` (#5122) by @shulaoda
- use same option object reference (#5114) by @sapphi-red
- add util function to inspect why the facade symbol is created (#5115)
by @IWANABETHATGUY
- types: expose `ChunkingContext` type (#5112) by @sapphi-red
- scan commonjs exports (#5111) by @IWANABETHATGUY
- debug: remove unneeded source info of render chunk events (#5109) by
@hyf0
- debug: only emit debug information for trace level (#5108) by @hyf0
- debug: emit chunk related informations (#5106) by @hyf0

### 🐛 Bug Fixes

- debug: add hook render chunk start and end events to Meta enum (#5117)
by @hyf0

### 🚜 Refactor

- rust: unify outdated namings (#5127) by @hyf0

### 📚 Documentation

- advanced-chunks: clarify module capturing behavior (#5129) by @hyf0

### 🧪 Testing

- support array output options (#5113) by @sapphi-red

### ⚙️ Miscellaneous Tasks

- remove unused code (#5128) by @IWANABETHATGUY
- remove unnecessary `skipComposingJsPlugin` (#5123) by @shulaoda
- deps: update crate-ci/typos action to v1.34.0 (#5119) by
@renovate[bot]
- deps: update NAPI-RS to 3.0.0-beta.11 (#5110) by @shulaoda

Co-authored-by: shulaoda <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants