Tagged articles
2 articles
Page 1 of 1
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jul 30, 2024 · Frontend Development

What’s New in the TypeScript 5.6 Beta?

The TypeScript 5.6 beta, released on July 27 2024, adds stricter nullish and truthy checks, new iterator helper methods, support for arbitrary module identifiers, and compiler flags like --noUncheckedSideEffectImports and --noCheck, with installation instructions and concrete code examples.

BetaIteratorTypeScript
0 likes · 10 min read
What’s New in the TypeScript 5.6 Beta?
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.

EnumTypeScriptcompiler options
0 likes · 29 min read
What’s New in TypeScript 5.0? Explore the Biggest Changes and Features