-
Notifications
You must be signed in to change notification settings - Fork 29k
Turbopack: enable side effects optimization by default in all test cases #82463
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
Conversation
Import trace: | ||
test: | ||
./turbopack/crates/turbopack-tests/tests/execution/turbopack/async-modules/export-all/input/exports.js | ||
./turbopack/crates/turbopack-tests/tests/execution/turbopack/async-modules/export-all/input/tla.js | ||
./turbopack/crates/turbopack-tests/tests/execution/turbopack/async-modules/export-all/input/index.js |
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.
None of these are sideeffect-free, but now tla.js is missing from the trace?
@@ -0,0 +1,3 @@ | |||
{ | |||
"treeShakingMode": null |
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.
Disabled as it causes hanging
CodSpeed Performance ReportMerging #82463 will not alter performanceComparing Summary
|
What?
enable side effects optimization by default in all but 2 test cases
Closes PACK-5199