April 2018
Beginner
536 pages
13h 21m
English
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.