-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: dynamic import chunk is_entry should be false #361
fix: dynamic import chunk is_entry should be false #361
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
crates/rolldown/tests/common/case.rs
Outdated
} | ||
} | ||
|
||
fn render_stats_to_snapshot(&mut self, assets: Vec<Output>) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. It would be good if you could separate the testing changes in another PR.
I'm not sure if we need this information. I tend to not add this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to make sure the output stats are tested, Add this to the rust side because it is easy to debugger than js side. Maybe you have another idea for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if we need this information. I tend to not add this.
The information is used at vite, it is also rust exported stats data, it should be tested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any ideas on how rollup or esbuild test this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the test at the pr, it is can merged at now
f051c35
to
239cf2e
Compare
239cf2e
to
325c04c
Compare
Description
Test Plan