Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeScript compiles to plain JavaScript. The compiled JavaScript code looks almost exactly the same as the TypeScript source code without typings (when compiling to ES6 and beyond).

...