Page tree

Versions Compared

Key

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

...

The Client Logic API (CLA) is written in TypeScript which allows for compile-time checking and intellisense among others.

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

...

TypeScript allows for compile-time checking not just for types but also for identifiersidentifier names, syntax etc. even while typing code in your editor.

...