TypeScript 1.8 Hits Beta
Written by Kay Ewbank
Wednesday, 03 February 2016

The next version of TypeScript is out in beta, even though it's only a month since the previous release. TypeScript 1.8 has expanded JSX support and adds support for ChakraCore.

The new beta also has JavaScript compilation improvements. Writing about the new versionin a post on the TypeScript blog, Bowden Kelly of Microsoft says that another significant improvement is that the:

"TypeScript compiler can now consume JavaScript files alongside TypeScript files."

This eases the pain of converting JavaScript projects to TypeScript, because it means you can bring JavaScript files into the TypeScript compiler, so you can convert one file at a time, so avoiding the situation where you convert the entire project at once and are faced with a large number of compilation errors.

[画像:typescriptlogo]

You'll also be able to bundle external JavaScript libaries with the JavaScript emitted by your TypeScript compilation without needing to use a third party bundler such as webpack or browserify. TypeScript 1.8 lets you include the third party JavaScript libraries in your compilation and they will follow your emitted JavaScript wherever it goes.

The improved JSX support means that TypeScript 1.8 can use custom JSX factories with the addition of a compiler flag. You can also use stateless functional components in TSX files, and JSX tags now have syntax highlighting.

The final major change to TypeScript 1.8 is a move to using the ChakraCore JavaScript engine when possible, because of the better performance. Kelly said:

"We found ChakraCore achieved significantly reduced compilation times, outperforming the previous version of Chakra that we were using by 5-20% and Node by 10-50%! Based on these improvements, we have switched to using ChakraCore when possible."

Other improvements to TypeScript 1.8 include features such as F-Bounded polymorphism and string literal types.

TypeScript 1.8 beta is available for Visual Studio 2015, NuGet, npm, and on Github.

[画像:typescriptlogo]

More Information

What's New In TypeScript 1.8

TypeScript On Github

Announcing TypeScript 1.8

Related Articles

TypeScript 1.7 Released

Visual Studio Tools Updated

TypeScript 1.5 Released

TypeScript Goes Light, Moves To GitHub

TypeScript Fully Accepted into Visual Studio

Getting Started With TypeScript

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, Facebook, Google+ or Linkedin.


AI Improves Devs Skills, Enhances Their Roles
12/11/2025

How do developers expect their roles and careers to be redefined by AI in 2026? New research reveals that 74% expect to shift from coding to designing technical solutions.



GitHub Copilot CLI And Spaces In Preview
03/11/2025

Copilot breaks loose from its deep integration with VSCode,
and now embraces the CLI Warriors in offering a terminal-based interface too. At last Copilot gets its own CLI version, bringi [ ... ]


pico book

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 02 February 2016 )