module: implement the "module-sync" exports condition by joyeecheung · Pull Request #54648 · nodejs/node

This patch implements a "module-sync" exports condition that's enabled when require(esm) is enabled, so that packages can supply a sycnrhonous ES module to the Node.js module loader, ...