Type checker

The type checker is probably the most important component in the TypeScript compiler. The type checker uses the abstract syntax trees (one per file) and the symbols as inputs, and it oversees the identification of type errors in our source code.

Get Learning TypeScript 2.x - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.