Marco Gonzalez

Marco Gonzalez @marcogrcr

Joined:
Jan 27, 2023

Marco Gonzalez
articles - 3 total

Node.js and esbuild: beware of mixing cjs and esm

TL;DR When using esbuild to bundle code with --platform=node that depends on npm packages...

Learn More 7 0Dec 13 '24

Node.js: A brief history of cjs, bundlers, and esm

Introduction If you're a Node.js developer, you've probably heard of cjs and esm modules...

Learn More 8 1Dec 12 '24

Type-safe EventTarget subclasses in TypeScript

Problem I was surprised when I found out that TypeScript does not have a type-safe...

Learn More 4 0Jan 27 '23