From nodejs.org
Node.js — Node v23.8.0 (Current)
1 1
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
on Feb 16
From e18e.dev
Bundling dependencies (and when not to do it)
1 1
A brief write up on when you should or shouldn't bundle dependencies
on Feb 16
From disintegrator.dev
Clean room tests with JavaScript's `using` keyword
1 1
And a slick approach to test encapsulation when you need a database
on Feb 16
From unjs.io
1 1
Unified plugin system. Support Vite, Rollup, webpack, esbuild, and every frameworks on top of them.
on Feb 16
From github.com
GitHub - sxzz/unloader: Node.js loader with a Rollup-like interface.
1 1
Node.js loader with a Rollup-like interface. Contribute to sxzz/unloader development by creating an account on GitHub.
on Feb 16
From socket.dev
require(esm) Backported to Node.js 20, Paving the Way for ES...
1 2
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
on Feb 13
From raymondcamden.com
Using Intl.DurationFormat for Localized Durations
1 2
An example of using the web platform's duration formatting feature.
on Feb 13
From deno.com
If you're not using npm specifiers, you're doing it wrong
1 3
One common way to import npm packages is with transpile services like esm.sh or unpkg.com, which converts npm modules to esm and hosts them on the web. However, since Deno 2, which supports npm natively, we recommend using npm specifiers. Here's why.
on Feb 13