module: support require()ing synchronous ESM graphs by joyeecheung · Pull Request #51977 · nodejs/node

Summary This patch adds require() support for synchronous ESM graphs under the flag --experimental-require-module This is based on the the following design aspect of ESM: The resolution can be syn...