News

The latest JavaScript update dropped recently, with three big new features that are worth your time. Also this month: A fresh ...
The new TypeScript version reduces the tsconfig.json files to the essentials and supports deferring module evaluation and ...
Deferred module evaluation imports a module without immediately executing the module and its dependencies, avoiding ...
In context: Windows has included a proprietary JavaScript engine since the release of Internet Explorer 3.0 nearly 30 years ago. Technically, JScript is Microsoft's own dialect of the ECMAScript ...
Microsoft announced that it has replaced the default scripting engine JScript with the newer and more secure JScript9Legacy on Windows 11 version 24H2 and later.
Microsoft has released TypeScript 5.9, featuring 'import defer' for better performance, an improved developer experience, and ...
GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard compliant, execute applications with high performance, and provide all benefits from the ...
An ECMAScript (JavaScript & TypeScript) module for Base32 encode and decode. - hugoalh/base32-es ...