11 Facts About TypeScript

1.

TypeScript is a free and open source programming language developed and maintained by Microsoft.

FactSnippet No. 1,566,186
2.

TypeScript compiler is itself written in TypeScript and compiled to JavaScript.

FactSnippet No. 1,566,187
3.

TypeScript was released to the the public in October 2012, with version 0.

FactSnippet No. 1,566,188
4.

TypeScript originated from the shortcomings of JavaScript for the development of large-scale applications both at Microsoft and among their external customers.

FactSnippet No. 1,566,189
5.

TypeScript developers sought a solution that would not break compatibility with the standard and its cross-platform support.

FactSnippet No. 1,566,190

Related searches

Microsoft JavaScript
6.

TypeScript adds support for features such as classes, modules, and an arrow function syntax as defined in the ECMAScript 2015 standard.

FactSnippet No. 1,566,191
7.

TypeScript is a language extension that adds features to ECMAScript 6.

FactSnippet No. 1,566,192
8.

TypeScript is a strict superset of ECMAScript 2015, which is itself a superset of ECMAScript 5, commonly referred to as JavaScript.

FactSnippet No. 1,566,193
9.

TypeScript provides static typing through type annotations to enable type checking at compile time.

FactSnippet No. 1,566,194
10.

Type annotations can be exported to a separate declarations file to make type information available for TypeScript scripts using types already compiled into JavaScript.

FactSnippet No. 1,566,195
11.

TypeScript compiler makes use of type inference to infer types when types are not given.

FactSnippet No. 1,566,196