News Releases
Node v18.6.0 (Current)
Notable Changes Experimental ESM Loader Hooks API Node.js ESM Loader hooks now support multiple custom loaders, and composition is achieved via “chaining”: 1foo-loader calls 1bar-loader calls 1qux-loader (a custom loader must now signal a short circuit when intentionally not calling the next). See the ESM docs for details. Real-world use-cases Read more…