Showing results for October 2018 - TypeScript

Oct 8, 2018
1
0

Announcing TypeScript 3.1

Daniel Rosenwasser
Daniel Rosenwasser

Today we're announcing the release of TypeScript 3.1!If you haven't heard of TypeScript, it's a language that builds on top of modern JavaScript and adds static type-checking. When you write TypeScript code, you can use a tool like the TypeScript compiler to remove type-specific constructs, and rewrite any newer ECMAScript code to something that ol...

Oct 8, 2018
0
0

Announcing TypeScript 3.1 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we're happy to announce the availability of the release candidate (RC) of TypeScript 3.1. Our intent with the RC is to gather any and all feedback so that we can ensure our final release is as pleasant as possible.If you'd like to give it a shot now, you can get the RC through NuGet, or use npm with the following command: You can also ...