TypeScript
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|ts}} |released=2012 }} '''TypeScript''' is a typed superset of JavaScript, with compiler...") |
(Category:Microsoft) |
||
Line 11: | Line 11: | ||
* [https://www.triplet.fi/blog/i-was-wrong-about-typescript-here-is-why/ I was wrong about TypeScript, here is why] | * [https://www.triplet.fi/blog/i-was-wrong-about-typescript-here-is-why/ I was wrong about TypeScript, here is why] | ||
* [https://github.com/Microsoft/TypeScript GitHub site] | * [https://github.com/Microsoft/TypeScript GitHub site] | ||
+ | |||
+ | [[Category:Microsoft]] |
Latest revision as of 15:37, 6 April 2018
TypeScript is a typed superset of JavaScript, with compilers that compile it directly into JavaScript to allow its use in web environments. It was created by Microsoft and released as open-source software.