Showing results for 2024 - Page 2 of 2 - TypeScript

Feb 22, 2024
2
1

Announcing TypeScript 5.4 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we're excited to announce our Release Candidate of TypeScript 5.4! Between now and the stable release of TypeScript 5.4, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or through npm with the following command: Here's a quick list of what's new in TypeScript 5.4! ...

Jan 29, 2024
4
6

Announcing TypeScript 5.4 Beta

Daniel Rosenwasser
Daniel Rosenwasser

Today we are excited to announce the availability of TypeScript 5.4 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: Here's a quick list of what's new in TypeScript 5.4! Preserved Narrowing in Closures Following Last Assignments TypeScript can usually figure out ...