Enhancing Node.js Core: Introducing Support for Synchronous ESM GraphsNode.js core now supports synchronous loading of ESM modules via require().The use of --experimental-require-module flag enables synchronous loading of ESM modules in Node.js.