Turbopack: codegen modules without module graph (#81238)
- We didn't actually need the module graph in the chunk item, so this now ensures that we only codegen modules once, regardless on how many pages they are (in dev, nothing changes about builds).
- For that, move the export usage information onto the chunking context, just like the module id functionality.