Page tree

Versions Compared

Key

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

...

The CLA is written in TypeScript which allows for compile-time checking and intellisense among others.

TypeScript is mostly an extension superset of JavaScript which mainly which adds optional typing. JavaScript code is also valid TypeScript code (although it depends on the compiler settings).

...