Showing results for March 2019 - TypeScript

Mar 29, 2019
6
0

Announcing TypeScript 3.4

Daniel Rosenwasser
Daniel Rosenwasser

Today we're happy to announce the availability of TypeScript 3.4! If you haven't yet used TypeScript, it's a language that builds on JavaScript that adds optional static types. The TypeScript project provides a compiler that checks your programs based on these types to prevent certain classes of errors, and then strips them out of your program ...

Mar 15, 2019
7
0

Announcing TypeScript 3.4 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we're happy to announce the availability of our release candidate (RC) of TypeScript 3.4. Our hope is to collect feedback and early issues to ensure our final release is simple to pick up and use right away. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor ...

Feedback