next.js
dad64a32 - fix(turbopack): Depend on side effect from import binding (#72601)

Commit
1 year ago
fix(turbopack): Depend on side effect from import binding (#72601) ### What? Use proper logic to depend on the side-effect-import node from the import-binding nodes in **graph construction phase**. ### Why? We previously used a workaround based on a hash map with the module specifier as the key, but as I'm going to optimize the graph, we need to store every dependency information in the graph so that the optimizer can use information. ### How? Closes PACK-3444
Author
Parents
Loading