TypeScript

Announcing TypeScript 3.2

TypeScript 3.2 is here today!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 older browsers and runtimes by ...

Announcing TypeScript 3.2 RC

Today we're announcing TypeScript 3.2 RC, the release candidate of our next version of TypeScript. To get started using the RC, you can get it through NuGet, or use npm with the following command: npm install -g typescript@rc You can also get editor support for TypeScript 3.2 by: Downloading for Visual Studio 2017 (for version 15.2 ...
Comments are closed.0 0