next.js
f7e66622 - Turbopack: add verify_determinism feature to check if tasks are deterministic (#85559)

Commit
55 days ago
Turbopack: add verify_determinism feature to check if tasks are deterministic (#85559) ### What? Enabling the feature will double execute tasks and print to stdout when tasks are updating cells while recomputing The change will also change the behavior of cell updates during recomputation slightly. Instead of updating the cell and not notifying dependents, it will not update the cell at all ignoring the (unexpected) change. This means when a task is recomputed without being invalidated, it won't update any cell data, except for the missing cell values.
Author
Parents
Loading