スポンサーリンク

Announcing TypeScript 2.2 

情報源: Announcing TypeScript 2.2 | TypeScript

2.2がリリースされました。

npm install -g typescript

以下のサイトで試すことが出来ます。

TS Playground - An online editor for exploring TypeScript and JavaScript
The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.

VS拡張込みのインストーラー、各エディタ、IDEの拡張については以下を。

JavaScript With Syntax For Types.
TypeScript extends JavaScript by adding types to the language. TypeScript speeds up your development experience by catching errors and providing fixes before yo...

ドキュメント

https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md
https://github.com/Microsoft/TypeScript/blob/master/doc/TypeScript%20Language%20Specification.docx?raw=true
https://github.com/Microsoft/TypeScript/blob/master/doc/TypeScript%20Language%20Specification.pdf?raw=true

GitHub

GitHub - microsoft/TypeScript: TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - GitHub - microsoft/TypeScript: TypeScript is a superset of JavaScript that co...

コメント

タイトルとURLをコピーしました