Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 669 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 669 Bytes

TsAstViewer

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/

2018-05-23 23 22 34

Contributing

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.