You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turbopack: fix bug in handling of module batches (#77638)
### What?
Before that change pre batch boundaries where discovered while
collecting the pre batch items. But in some edge cases this is too late.
A module should be a boundary when any edge fulfills the boundary
condition. So we need to check all incoming edges before traversing the
module for pre batch items.
This adds a step before pre batches, that checks all edges and discovers
all module boundaries.
Copy file name to clipboardExpand all lines: turbopack/crates/turbopack-tests/tests/snapshot/css/cycle2/output/turbopack_crates_turbopack-tests_tests_snapshot_css_cycle2_input_1_css_b7298ed4._.single.css
Copy file name to clipboardExpand all lines: turbopack/crates/turbopack-tests/tests/snapshot/css/cycle2/output/turbopack_crates_turbopack-tests_tests_snapshot_css_cycle2_input_1_css_b7298ed4._.single.css.map
Copy file name to clipboardExpand all lines: turbopack/crates/turbopack-tests/tests/snapshot/css/cycle2/output/turbopack_crates_turbopack-tests_tests_snapshot_css_cycle2_input_23ea52ac._.js.map
Copy file name to clipboardExpand all lines: turbopack/crates/turbopack-tests/tests/snapshot/css/cycle2/output/turbopack_crates_turbopack-tests_tests_snapshot_css_cycle2_input_2_css_b7298ed4._.single.css
Copy file name to clipboardExpand all lines: turbopack/crates/turbopack-tests/tests/snapshot/css/cycle2/output/turbopack_crates_turbopack-tests_tests_snapshot_css_cycle2_input_2_css_b7298ed4._.single.css.map
Copy file name to clipboardExpand all lines: turbopack/crates/turbopack-tests/tests/snapshot/css/cycle2/output/turbopack_crates_turbopack-tests_tests_snapshot_css_cycle2_input_2bc55788._.css
0 commit comments