Showing results for 2022 - Page 2 of 2 - TypeScript

Mar 9, 2022
Post comments count54
Post likes count1

A Proposal For Type Syntax in JavaScript

Daniel Rosenwasser
Daniel Rosenwasser

Today we're excited to announce our support and collaboration on a new Stage 0 proposal to bring optional and erasable type syntax to JavaScript. Because this new syntax wouldn't change how surrounding code runs, it would effectively act as comments. We think this has the potential to make TypeScript easier and faster to use for development at ...

Feb 28, 2022
Post comments count0
Post likes count0

Announcing TypeScript 4.6

Daniel Rosenwasser
Daniel Rosenwasser

Today we're announcing the availability of TypeScript 4.6. If you're not yet familiar with TypeScript, it's a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you're working with and what kinds of functions you're calling. TypeScript can use this information to help you avoid about mistakes l...

Feb 11, 2022
Post comments count0
Post likes count0

Announcing TypeScript 4.6 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we're excited to announce our Release Candidate (RC) of TypeScript 4.6! Between now and the stable release of TypeScript 4.6, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor support by ...

Jan 21, 2022
Post comments count2
Post likes count0

Announcing TypeScript 4.6 Beta

Daniel Rosenwasser
Daniel Rosenwasser

Today we are excited to announce the beta release of TypeScript 4.6! To get started using the beta, you can get it through NuGet, or use npm with the following command: You can also get editor support by Here's a quick list of what's new in TypeScript 4.6! Allowing Code in Constructors Bef...