🤣35👍18🤔10 6❤5
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
🤣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
🤣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