Skip to content

caroso1222/ast-viewer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
e2e
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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.