Skip to content

Files

Latest commit

8189d07 · Jan 31, 2024

History

History
13 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 573 Bytes

AST Visualizer for JS

Paste or type code into the editor and inspect the visualization of generated AST - AST Visualizer.

Supports JavaScript (JS), TypeScript (TS), and JSX; requires web workers to be available in the browser.

Built with Babel, vis.js, CodeMirror and Vite. Inspired by AST Explorer.

TODO:

  • fix highlighting positions
  • lazy graph rendering
  • nodes/edges inspection