Showing results for 2020 - Page 2 of 2 - TypeScript

Mar 27, 2020
0
0

Announcing TypeScript 3.9 Beta

Daniel Rosenwasser
Daniel Rosenwasser

Today we're announcing the availability of TypeScript 3.9 Beta! 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 For this release our team been has been focusing on performance, polish, and stability. We've been working on speeding up the co...

Feb 20, 2020
9
0

Announcing TypeScript 3.8

Daniel Rosenwasser
Daniel Rosenwasser

Today we're proud to release TypeScript 3.8! For those unfamiliar with TypeScript, it's a language that adds syntax for types on top of JavaScript which can be analyzed through a process called static type-checking. This type-checking can tell us about errors like typos and values that are potentially and before we even run our code. More than...

Feb 6, 2020
3
0

Announcing TypeScript 3.8 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we're announcing the Release Candidate for TypeScript 3.8! Between this RC and our final release, we expect no 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: You can also get editor support by TypeScript 3.8 brings a lot of...

Jan 10, 2020
3
0

Announcing TypeScript 3.8 Beta

Daniel Rosenwasser
Daniel Rosenwasser

Today we're announcing the availability of TypeScript 3.8 Beta! This Beta release contains all the new features you should expect from TypeScript 3.8's final release. To get started using the beta, you can get it through NuGet, or through npm with the following command: You can also get editor support by TypeScript 3.8 brings...