TypeScript


Topic | v1 | created by jjones |
Description

TypeScript is a programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds optional static typing to the language. TypeScript is designed for the development of large applications and transcompiles to JavaScript. As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs. TypeScript may be used to develop JavaScript applications for both client-side and server-side execution (as with Node.js or Deno). There are multiple options available for transcompilation. Either the default TypeScript Checker can be used, or the Babel compiler can be invoked to convert TypeScript to JavaScript. TypeScript supports definition files that can contain type information of existing JavaScript libraries, much like C++ header files can describe the structure of existing object files.


Relations

uses JavaScript

JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specif...

is Programming language

A programming language is a formal language comprising a set of instructions that produce various kin...

parent of TypeScript decorators

With the introduction of Classes in TypeScript and ES6, there now exist certain scenarios that requir...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in Writing better TypeScript

10.0 rating 4.0 level 9.0 clarity 4.0 background – 1 rating

I just finished reading two books on TypeScript that I can wholeheartedly recommend. Both books are e...