node-esm-tea

Code accompanying the talk "Native ES Modules - something almost, but not quite entirely unlike CommonJS"

UNLICENSE License

Stars
14

Native ES Modules - something almost, but not quite entirely unlike CommonJS

Code accompanying the talk "Native ES Modules - something almost, but not quite entirely unlike CommonJS"

Installing

  • Install modules:
npm install
  • Build code:
npm run build
  • Run the tests:
npm test

Warning

The code in this repo will work only in Node v10. The whole specification of Native ES Modules in Node.js was changed in Node v12. The new spec is described in my talk "Aaaaaaaaaaaaaah, They’re Here! ES Modules in Node.JS".

Related Projects