TypeScript 1.8 compiler information: lots of goodies

Posted: (EET/GMT+2)

 

The TypeScript compiler is again evolving, and the next version available will be version 1.8. There's a nice document on GitHub about this release, and it lists the major improved features about the language version.

As a C# developer, I especially like those new features in TypeScript 1.8 that help the TypeScript developer write high quality code. For instance, missing return statements, unreachable code detection, and more are all very welcome additions to the language.

Be sure to check out the new version!