Tagged articles
2 articles
Page 1 of 1
Alipay Experience Technology
Alipay Experience Technology
Mar 20, 2023 · Frontend Development

What’s New in TypeScript 5.0? Explore the Biggest Changes and Features

This article reviews the major updates in TypeScript 5.0, covering new decorator support, the "bundler" moduleResolution option, const type parameters, unified enums, break changes, compiler option enhancements, JSDoc extensions, import‑sorting behavior, and performance improvements, all illustrated with code examples.

TypeScriptcompiler optionsconst assertions
0 likes · 29 min read
What’s New in TypeScript 5.0? Explore the Biggest Changes and Features
DaTaobao Tech
DaTaobao Tech
Oct 17, 2022 · Frontend Development

New Features in TypeScript 4.9 Beta

The TypeScript 4.9 beta, released on September 23 2022 and installable via npm or the VS Code Nightly extension, introduces a new satisfies operator, upcoming --noImplicitSuffix option, per‑file @ts‑* directives, refined in operator narrowing, NaN equality warnings, an updated Promise.resolve signature, and preserves import statements in JavaScript files, while postponing full decorator support to version 5.0.

4.9decoratorsmoduleResolution
0 likes · 15 min read
New Features in TypeScript 4.9 Beta