TypeScript 5.5 moves to betaTypeScript 5.5 brings performance optimizations, reduced package size, and regular expression checking improvements.
TypeScript 5.3 arrives with support for import attributesTypeScript 5.3 introduces support for import attributes for ECMAScript modules.Import attributes provide information about the expected format of a module at runtime.
Node.js 22 arrives, backs ECMAScript modulesNode.js 22 introduces require() support for ECMAScript modules, an improved WebSocket client, and updated Google V8 JavaScript engine.