Architectural Overview

Compiler Internals

Compiler of typescript is written entirely in typescript. Seems like "The chicken and egg problem". But there is terms coined for such type of compilers know as bootstrapping ( self-compiling compiler ).

https://raw.githubusercontent.com/wiki/Microsoft/TypeScript/images/architecture.png

Last updated