Showing results for June 2017 - TypeScript

Jun 27, 2017
0
0

Announcing TypeScript 2.4

Daniel Rosenwasser Daniel Rosenwasser

Today we're excited to announce the release of TypeScript 2.4! If you haven't yet heard of TypeScript, it's a superset of JavaScript that brings static types and powerful tooling to JavaScript. These static types are entirely optional and get erased away - you can gradually introduce them to your existing JavaScript code, and get around to ...

Jun 12, 2017
0
0

Announcing TypeScript 2.4 RC

Daniel Rosenwasser Daniel Rosenwasser

Today we're releasing our RC of TypeScript 2.4. To get started with the latest stable version of TypeScript, you can grab it through NuGet, or use the following command with npm: Visual Studio 2015 users (who have Update 3) can install TypeScript from here, and Visual Studio 2017 users using Update 2 will be able to get TypeScript by simply ...

Feedback