Skip to content

mcaudy/ast-viewer

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.7%
  • CSS 10.4%
  • HTML 6.9%
  • JavaScript 1.4%
  • Dockerfile 0.6%