Turbopack: remove unused ModuleWithDirection from Node runtime (#79458)
AFAICT, this is only used in dev to correctly remove modules during HMR. But that is not the case for Node.js, where they are set but never used (and Node.js also only has a single runtime, no build vs dev split).