Showing archive results for August 2025

Aug 1, 2025
Post comments count2
Post likes count9

Announcing TypeScript 5.9

Daniel Rosenwasser
Daniel Rosenwasser

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 foundation of great too...