Esm

JavaScript Modules — ES Modules, CommonJS, and the Modern Module Ecosystem
JavaScript Modules — ES Modules, CommonJS, and the Modern Module Ecosystem
A complete tour of JavaScript modules — the historical landscape (IIFE, AMD, UMD, CommonJS), modern ES modules (export/import, default vs named, re-exports, dynamic import), interop between ESM and CJS in Node, package.json exports, and how TypeScript and bundlers fit in.