This is an interactive TypeScript AST viewer. You can write TypeScript code and explore its AST. Hover on the AST nodes (center) and watch the corresponding code snippet highlighted (left). Click on any node to see its details (right).
Live app: https://ast.carlosroso.com/
This is an Angular CLI project. Install dependencies, run ng serve
and visit localhost:4200
. The project uses the monaco editor to render the code editor.