module: unflag --experimental-require-module by joyeecheung · Pull Request #55085 · nodejs/node

This unflags --experimental-require-module so require(esm) can be used without the flag. For now, when require() actually encounters an ESM for the first time in a process, it will still emit an ex...