Showing results for February 2020 - TypeScript

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...

Feedback