Microsoftが開発するJavaScriptのスーパーセット的言語「TypeScript」の最新版v2.1の正式版が米国時間7日に公開されました(公式ブログ、MSPoweruser)。
v2.1はv2.0のアップデート版で、それほど大規模な新機能の導入は行われていませんが、それでもいくつかの興味深い新機能や修正が含まれています。具体的には、async/awaitのような非同期関数の導入や、interfaceに関する大きな改良がトピックとして取り上げられています。
We’ve written previously about some great new things 2.1 has in store, including downlevel async/await and significantly improved inference, in our announcement for TypeScript 2.1 RC, but here’s a bit more about what’s new in 2.1.
TypeScriptは、NuGetやnpm、Visual Studio 2015用のインストーラーによってインストールして使用することができます。