- The official standardized module system for JavaScript, introduced in ES2015 (ES6), which enables importing and exporting functionality between files using
importandexportstatements. ESM provides a static module structure that allows for compile-time optimizations like tree shaking and better tooling support compared to older module systems like CommonJS. Modern browsers natively support ESM, and Node.js has adopted it as the standard for JavaScript modules.
This term is sponsored by: your name/company?
- Previous term: ECMAScript
- Next term: Ecommerce
- Random term: Reputation management (webglossary.info/random 🎲)