TypeScript

Announcing TypeScript 3.3

Today we're happy to announce the availability of TypeScript 3.3!If you're unfamiliar with TypeScript, it's a language that brings static type-checking to JavaScript so that you can catch issues before you even run your code - or before you even save your file. It also includes the latest JavaScript features from the ECMAScript standard on...
Comments are closed.0 0

Announcing TypeScript 3.3 RC

Today we're happy to announce the availability of our release candidate (RC) of TypeScript 3.3. 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 ...