-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduction link or steps
I'm testing rolldown in https://github.com/oxc-project/monitor-oxc
Change dependency to a local build:
"dependencies": {
"rolldown": "link:../../github/rolldown/packages/rolldown",
pnpm install
pnpm run rolldown
What is expected?
No panic
What is actually happening?
| let canonical_name = &chunk.canonical_names[&canonical_ref]; |
thread 'tokio-runtime-worker' panicked at crates/rolldown/src/utils/chunk/render_chunk_exports.rs:31:54:
no entry found for key
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
System Info
NoneAny additional comments?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackPriority
None yet