4
Articles
8月2日 02:01
Last updated
Announcing TypeScript 5.9

Announcing TypeScript 5.9

Today we are excited to announce the release of TypeScript 5.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for types. With types, TypeScript makes it possible to check your code to avoid bugs ahead of time. The TypeScript type-checker does all this, and is also the […]

TypeScript Blog
library tool
Announcing TypeScript 5.9 RC

Announcing TypeScript 5.9 RC

Today we are excited to announce the Release Candidate (RC) of TypeScript 5.9! To get started using the Release Candidate, you can get it through npm with the following command: npm install -D typescript@rc Let’s take a look at what’s new in TypeScript 5.9! Minimal and Updated tsc --init Support for import defer Support for […]

TypeScript Blog
library tool