Closed
Conversation
✅ Deploy Preview for rolldown-rs canceled.
|
7a064a3 to
03b7ede
Compare
Contributor
Benchmarks Rust |
03b7ede to
22b0448
Compare
hyf0
commented
Apr 19, 2025
| let file_emitter = Arc::new(FileEmitter::new(Arc::clone(&options))); | ||
|
|
||
| apply_inner_plugins(&mut self.plugins); | ||
| trace_action!( |
Member
Author
There was a problem hiding this comment.
This PR is blocked by that a rust bunder instance would be created twice while using CLI, which causes generating two SessionPreface event with different SessionId. And I don't find a way good way to deal with this.
Currently the only data that's closed to SesstionId is the memory address of RolldownBuild instance in nodejs.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 26, 2025
- Closes #4134. - Closes #4205. 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"} ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Closes #4134.