dsherret/ts-ast-viewer
TypeScript AST viewer observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3232
- days_rel: n/a
- days_push: 13
- n_releases_24m: 0
Adoption not part of the score
1360 stars · 104 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A web application for exploring the TypeScript compiler's abstract syntax tree (AST). It lets users paste TypeScript code and interactively inspect the resulting AST nodes, types, and symbols.
Use cases
- inspect the TypeScript AST of a code snippet
- learn how the TypeScript compiler parses code
- debug a TypeScript transformation or code generator
- find node kinds and properties when writing ts-morph or compiler API code
- explore syntax tree structure for a given TypeScript version
When to choose
- you're writing tools on top of the TypeScript compiler API or ts-morph and need to see the AST
- you want to learn or teach how TypeScript parses source code
- you need to inspect AST nodes, types, and symbols interactively in a browser
When to avoid
- you need a programmatic AST parser library rather than a visual viewer
- you need AST inspection for languages other than TypeScript
- you need offline/CLI batch AST analysis at scale
Facets
application · maturity active
developer-tools parser editor documentation developer-tools parsers web-development programming-languages browser ast typescript-compiler-api visualization learning-tool web typescript deno
2 sources
- readme: https://github.com/dsherret/ts-ast-viewer · fetched 2026-08-28 · 97d2fffa2681
- homepage: https://ts-ast-viewer.com · fetched 2026-08-29 · ce3ee124bb8b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dsherret/ts-ast-viewer | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="dsherret/ts-ast-viewer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem