Turbopack: `ChunkingType::Parallel` with `hoisted` bool (#78922)
Add a `hoisted: bool` to `ChunkingType::Parallel` in preparation for scope hoisting (we can only merge modules if they are importing each other with ESM-import-style references (i.e. `hoisted: true`).
Part of PACK-2960