Publishing and consuming ECMAScript modules via packages – the big picture

1 · Axel Rauschmayer · Jan. 12, 2022, 7:01 p.m.
The ecosystem around delivering ECMAScript modules via packages is slowly maturing. This blog post explains how the various pieces fit together: Packages – JavaScript’s units for software distribution The three kinds of ECMAScript module specifiers Providing and using packages via module specifiers in Node.js, Deno and web browsers [Read rest of post]...