Showing results for May 2019 - TypeScript

May 29, 2019
11
0

Announcing TypeScript 3.5

Daniel Rosenwasser
Daniel Rosenwasser

Today we're happy to announce the availability of TypeScript 3.5! If you're new to TypeScript, it's a language that builds on JavaScript that adds optional static types. TypeScript code gets type-checked to avoid common mistakes like typos and accidental coercions, and then gets transformed by a program called the TypeScript compiler. The compil...

May 16, 2019
3
0

Announcing TypeScript 3.5 RC

Daniel Rosenwasser
Daniel Rosenwasser

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