estree/estree resource
The ESTree Spec observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 80
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4221
- days_rel: n/a
- days_push: 124
- n_releases_24m: 0
Adoption not part of the score
5424 stars · 366 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The ESTree Spec is a community-maintained specification for the JavaScript AST (Abstract Syntax Tree) format originally produced by SpiderMonkey's parser API. It serves as the lingua franca standard that JavaScript parsing and code-manipulation tools like ESLint, Babel, and Acorn align to.
Use cases
- understand the AST node format produced by JavaScript parsers
- build a tool that manipulates JavaScript source code via ASTs
- check how a new JavaScript syntax feature should be represented as AST nodes
- implement a JavaScript parser compatible with the ESTree format
- write codemods or linters that traverse JavaScript syntax trees
When to choose
- you are building or using JavaScript parsing, linting, transpiling, or code-generation tools and need the canonical AST node definitions
- you want to propose or track how new ECMAScript syntax maps to AST structures
When to avoid
- you need an actual parser implementation rather than a specification document
- you need AST specs for languages other than JavaScript
Facets
learning-resource · maturity active
parser documentation parsers programming-languages developer-tools cross-platform estree ast specification javascript-ast standard javascript
1 source
- readme: https://github.com/estree/estree · fetched 2026-08-28 · 2455aefeba0b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| estree/estree | main | 68 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem