Showing results for June 2024 - TypeScript

Jun 20, 2024
Post comments count5
Post likes count10

Announcing TypeScript 5.5

Daniel Rosenwasser
Daniel Rosenwasser

Today we're excited to announce the release of TypeScript 5.5! If you're not familiar with TypeScript, it's a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with and , and ...

Jun 6, 2024
Post comments count1
Post likes count7

Announcing TypeScript 5.5 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we are excited to announce the availability of the release candidate of TypeScript 5.5. 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.5! What's New Since the Beta? Since the beta, we've ma...