NodeJS Official
Running other processes from Node, but better
#532 — May 14, 2024 Read on the Web Execa 9.0: The Better 1child_process Gets Even Better — Less shell-oriented than zx, 1execa focuses on making executing external commands secure, cross-platform, and easy to debug. v9 lets you make commands iterable so you can process their output on the fly, Read more…
NodeJS Official
Deno boosts language server performance
With newly introduced Deno 1.43, the developers of the JavaScript/TypeScript runtime have enhanced its language server, speeding up auto-completion performance and improving memory consumption. Introduced May 1, Deno 1.43 can be accessed via running the 1deno upgrade command in a terminal. Deno Land developers have reworked many aspects of the Read more…
NodeJS Official
Node 22.1, now with even more performance
#531 — May 7, 2024 Read on the Web Five Node Version Managers Compared — In an ideal world, the latest version of Node would slot well into every project, but in reality we often need to switch versions, and a variety of tools are available to make it simple. Read more…
NodeJS Official
Node.js 22 has entered the building
#530 — April 30, 2024 Read on the Web Node.js 22.0 (Current) Released — The latest major version of Node is here. Note that it’s a ‘Current’ release for now, so gets all the newest features first, but is due to become Node’s main active LTS release this October. As Read more…
NodeJS Official
Node.js 22 arrives, backs ECMAScript modules
Node.js 22, the latest version of the popular JavaScript runtime, has arrived, featuring 1require() support for ECMAScript modules, an improved WebSocket client, and an updated version of the Google V8 JavaScript engine. Announced April 24, version 22 of the event-driven, asynchronous runtime can be downloaded from Nodejs.org. The release adds 1require() Read more…