Typescript: Difference between revisions

From miki
Jump to navigation Jump to search
(Created page with "Typescript is a typed-superset of Javascript designed by Microsoft == References == * https://www.typescriptlang.org/ * [https://channel9.msdn.com/Events/Build/2017/B...")
 
 
Line 7: Line 7:
:* Strict <code>null</code>-checking mode.
:* Strict <code>null</code>-checking mode.
:* <code>never</code> type and <code>assertNever</code> function to test exhaustiveness.
:* <code>never</code> type and <code>assertNever</code> function to test exhaustiveness.
* [https://www.zhenghao.io/posts/type-programming An introduction to type programming in TypeScript]
;IDE
;IDE
* [https://code.visualstudio.com/ Visual Studio Code] &mdash; An open-source IDE (hosted on GitHub) written in TypeScript.
* [https://code.visualstudio.com/ Visual Studio Code] &mdash; An open-source IDE (hosted on GitHub) written in TypeScript.

Latest revision as of 06:19, 2 February 2022

Typescript is a typed-superset of Javascript designed by Microsoft

References

Features demonstrated:
  • Strict null-checking mode.
  • never type and assertNever function to test exhaustiveness.
IDE
Based on Electron UI, so run on any platform.