April 2018
Beginner
536 pages
13h 21m
English
The abstract syntax tree (AST) is a tree-like data structure created by the parser. This data structure allows the TypeScript compiler to traverse our source code to perform many core tasks, such as emitting the output JavaScript code. We are going to learn more about the AST later in this chapter.