Skip to main content
Dublin Library

The Publishing Project

Tagged “ESM”

--- desc: ---
Revisiting Modules in Node.js

Working with modules in Node.js has evolved significantly. It used to be simple: CommonJS was the only game in town. With the introduction of ES Modules (ESM) and their stabilization in Node.js,...

Publishing NPM modules

Publishing NPM modules has become progessively more complex over time (go figure). We now have to contend with ESM versus Common JS, Typescript versus Javascript, setting a default module type, and...

Link to Archive

See all tags.