Turbopack: more static typeof replacements for ESM (#69914)
Closes PACK-3117
Closes PACK-3235
- Also replace `typeof` of `module`, `exports`, `require` in ESM with
the corresponding value
- Also replace `typeof import.meta` with `object`.
This is what we talked about, @sokra