NodeJS Official
Node 22.6, Protobuf-ES 2.0, and Volta 2.0
#544 — August 20, 2024 Read on the Web 🏖️ If you missed last week’s issue, don’t worry – you didn’t. I took a week off a summer break, but now we’re back 😉 Thanks to everyone who sent in links for us to check out.__Peter Cooper, your editor Node.js Doubles Read more…
NodeJS Official
Looking through the Node toolbox
#543 — August 6, 2024 Read on the Web 🏖️ Hi! We’re taking next week off for a brief summer break. We’ll be back with our next issue on August 20. We’ve also noticed in testing that Gmail isn’t entirely sure about this issue, so if you could mark it Read more…
NodeJS Official
Node can run TypeScript (sort of)
#542 — July 30, 2024 Read on the Web Node.js Adds Experimental Support for TypeScript — In this pull request, Node merged an experimental ability to transpile TypeScript into JavaScript, ultimately letting Node directly ‘run TypeScript’. However, no type checking is performed and, as Matt Pocock explains, experimental and TypeScript-only Read more…
NodeJS Official
Node.js v22.5 includes SQLite, but..
#541 — July 23, 2024 Read on the Web Node.js v22.5.0 (Current) Released – But Don’t Install It! — A notable release for three reasons: first, the WebSocket feature in 1node:http is now exposed. Second, remember how Node is embedding SQLite? 1node:sqlite is now included and ready to play with. Third, however, Read more…