Skip to main content
  1. All Posts/

TypeScript

Software Open Source Web Development
Table of Contents

TypeScript is an open source programming language that is a typed superset of JavaScript. It adds optional static typing to JavaScript, which can support tools for large-scale JavaScript applications for any browser, host and OS.

TypeScript compiles to clean, simple JavaScript, and uses existing JavaScript code and libraries. It also offers support for the latest and evolving JavaScript features, such as async functions and decorators.

Features>

Features #

  • Starts and ends with JavaScript, so it’s easy for JavaScript developers
  • Compiles to clean, simple JavaScript code which runs on any browser, in Node.js, or in any JavaScript engine that supports ECMAScript 3 (or newer)
  • Types enable you to use highly-productive development tools and practices like static checking and code refactoring
  • Support for the latest and evolving JavaScript features
Project Activity>

Project Activity #

See All Activity >