With the codename Bundows, the popular alternative JS runtime can now run directly on Windows 10+ (plus WSL, macOS and Linux, etc). This is a key step in Bun's broader adoption vs Node, and even features like Bun Shell work on Windows. Node compatibility continues to improve too with support for node:http2 and IPC support between Bun and Node processes.
THE BUN TEAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π11β€7
console.log(3 === 3 === 3);
Please open Telegram to view this post
VIEW IN TELEGRAM
π7β€5
π€£55π€28π12
Has some neat features including being able to look into buffers with a built-in hex viewer.
ELEVEN WAYS
Please open Telegram to view this post
VIEW IN TELEGRAM
π€£31β€9π4π€2
A quick retrospective of how the Astro team migrated more than 500 test suites from Mocha to the Node.js test runner.
ASTRO
Please open Telegram to view this post
VIEW IN TELEGRAM
π14β€3 3
console.log(NaN === NaN);
Please open Telegram to view this post
VIEW IN TELEGRAM
π5π€2β€1
π€£36π13π€9β€5 1
A long-standing way to make scripting a more pleasant experience. zx provides useful wrappers around child_process, escapes arguments and gives sensible defaults. v8.0 somehow makes zx 20x smaller, faster, makes it easier to kill processes, pass input to commands, and more. A substantial release.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€9π3 2
var x = 1;
if (function f() {}) {
x += typeof f;
}
console.log(x);
Please open Telegram to view this post
VIEW IN TELEGRAM
π€£10π7
console.log(1 + 2 + '3' - 4 + 5);
Please open Telegram to view this post
VIEW IN TELEGRAM
π12
π45π€28π€£9β€8 5
We just pushed ESLint v9.0.0, which is a major release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely.
Nicholas C. Zakas
Please open Telegram to view this post
VIEW IN TELEGRAM
π8β€3 3
console.log(!!"false" == !!"true");
Please open Telegram to view this post
VIEW IN TELEGRAM
π6β€2
π€£38π€21π12 5
A tool for generating a visual graph of module dependencies, finding circular dependencies, and discovering other useful info.
PATRIK HENNINGSSON
Please open Telegram to view this post
VIEW IN TELEGRAM
π7β€2 2
console.log(typeof typeof undefined);
Please open Telegram to view this post
VIEW IN TELEGRAM
π3β€1
π€£50π12π€10β€5 4
A surprisingly thorough article going deep into one developerβs research into using Svelte to build modern front-end apps. If youβve never experimented with Svelte, this is a good primer to the key concepts, tradeoffs, and techniques involved.
HΓLA BEN KHALFALLAH
Please open Telegram to view this post
VIEW IN TELEGRAM