Skip to content

feat(debug): support to emit meta.json#5075

Merged
hyf0 merged 1 commit intomainfrom
06-26-feat_debug_support_to_emit_meta.json_
Jun 26, 2025
Merged

feat(debug): support to emit meta.json#5075
hyf0 merged 1 commit intomainfrom
06-26-feat_debug_support_to_emit_meta.json_

Conversation

@hyf0
Copy link
Member

@hyf0 hyf0 commented Jun 26, 2025

Overview

{"timestamp":1750921704146,"action":"SessionMeta","inputs":[{"name":"entry","import":"./index.ts"}],"plugins":[{"name":"builtin:oxc-runtime","index":0},{"name":"builtin:data-uri","index":1}],"cwd":".../rolldown/examples/basic-typescript","platform":"browser","format":"esm","dir":null,"file":null,"build_id":"bid_0_count_1","session_id":"sid_0_1750921704070"}

Copy link
Member Author

hyf0 commented Jun 26, 2025

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

@netlify
Copy link

netlify bot commented Jun 26, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit b94772e
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/685cf0a3adb064000804bfa6

@hyf0 hyf0 force-pushed the 06-26-feat_debug_support_to_emit_meta.json_ branch from cc636c8 to b94772e Compare June 26, 2025 07:02
@hyf0 hyf0 marked this pull request as ready for review June 26, 2025 07:12
@github-actions
Copy link
Contributor

Benchmarks Rust

  • target: main(64cd069)
  • pr: 06-26-feat_debug_support_to_emit_meta.json_(b94772e)
group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.02     78.7±2.86ms        ? ?/sec    1.00     77.2±1.82ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.03     91.8±4.52ms        ? ?/sec    1.00     89.5±2.42ms        ? ?/sec
bundle/bundle@rome_ts                                        1.01    116.0±2.02ms        ? ?/sec    1.00    114.9±2.24ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    134.6±1.72ms        ? ?/sec    1.01    136.6±2.35ms        ? ?/sec
bundle/bundle@threejs                                        1.01     41.3±2.39ms        ? ?/sec    1.00     40.9±0.88ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     50.5±0.91ms        ? ?/sec    1.02     51.3±0.74ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    438.3±6.21ms        ? ?/sec    1.00   440.2±10.29ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.01    517.2±8.59ms        ? ?/sec    1.00    514.4±9.73ms        ? ?/sec
scan/scan@rome_ts                                            1.00     88.2±1.55ms        ? ?/sec    1.01     89.0±3.02ms        ? ?/sec
scan/scan@threejs                                            1.00     31.3±2.07ms        ? ?/sec    1.00     31.3±2.33ms        ? ?/sec
scan/scan@threejs10x                                         1.00    322.7±5.02ms        ? ?/sec    1.00    322.1±4.91ms        ? ?/sec

@hyf0
Copy link
Member Author

hyf0 commented Jun 26, 2025

Merged. For further requests, we should support them in a separate PR.

@hyf0 hyf0 added this pull request to the merge queue Jun 26, 2025
Merged via the queue into main with commit 72d01ba Jun 26, 2025
25 checks passed
@hyf0 hyf0 deleted the 06-26-feat_debug_support_to_emit_meta.json_ branch June 26, 2025 09:17
hyf0 pushed a commit that referenced this pull request Jun 27, 2025
## [1.0.0-beta.21] - 2025-06-27

### 🚀 Features

- rolldown: oxc_resolver v11.3.0 (#5078) by @Boshen
- debug: support to emit `meta.json` (#5075) by @hyf0
- plugin/vite-resolve: support tsconfig paths (#5004) by @sapphi-red

### 🐛 Bug Fixes

- plugin/vite-resolve: resolve glob side effects field correctly (#5079)
by @sapphi-red
- rolldown_plugin_transform: don't load tsconfig for files in
node_modules (#5074) by @sapphi-red
- preserveModules: correctly generate absolute chunk file names (#5072)
by @shulaoda
- vite-tests: fix `pnpm install` failure (#5070) by @shulaoda

### 📚 Documentation

- contrib-guide: add memory profile steps (#5053) by @sapphi-red

### ⚙️ Miscellaneous Tasks

- remove `just lint` in `packages/debug/package.json` (#5080) by @hyf0
- deps: update dependency rolldown-plugin-dts to v0.13.12 (#5077) by
@renovate[bot]
- repo: make `pnpm lint-knip` part of `just lint-node` (#5076) by @hyf0
- infra: move `insta.yaml` to the workspace root (#5073) by @shulaoda

Co-authored-by: sapphi-red <49056869+sapphi-red@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.

[Feature Request][DevTools]: Build meta information in .rolldown/[build-id]/meta.json

2 participants