Typescript
Jump to navigation
Jump to search
Typescript is a typed-superset of Javascript designed by Microsoft
References
- https://www.typescriptlang.org/
- What's new in Typescript — overview video
- Features demonstrated:
- Strict
null
-checking mode. never
type andassertNever
function to test exhaustiveness.
- Strict
- IDE
- Visual Studio Code — An open-source IDE (hosted on GitHub) written in TypeScript.
- Based on Electron UI, so run on any platform.