AnyTool AST Viewer Overview
The AnyTool AST Viewer parses JavaScript, TypeScript, JSX and TSX into an abstract syntax tree using the genuine TypeScript compiler. A CodeMirror editor sits beside an interactive, collapsible tree where each row shows the node's resolved SyntaxKind, field name, source text and key properties. Clicking a node highlights its exact source range, and moving the editor caret reveals the enclosing node with an ancestor breadcrumb.
- Parses JS, TS, JSX and TSX through one TypeScript compiler engine
- Bidirectional node-to-source highlighting with ancestor breadcrumb
- Node inspector surfaces SyntaxKind, span, NodeFlags, modifiers and properties
