Showing results for November 2020 - TypeScript

Nov 19, 2020
11
0

Announcing TypeScript 4.1

Daniel Rosenwasser
Daniel Rosenwasser

Today we're proud to release TypeScript 4.1! If you're unfamiliar with TypeScript, it's a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScript compiler to type-check our code, and then output clean readable JavaScript that runs on lots of different runtimes. Static t...

Nov 3, 2020
0
0

Announcing TypeScript 4.1 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we are making the Release Candidate (RC) of TypeScript 4.1 available. 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 For this release, we have some exciting new features, new checking flags, editor productivity updates, and speed impro...