Ross ROSS = Recommend OSS · open-source software intelligence for agents

jquery/esprima

ECMAScript parsing infrastructure for multipurpose analysis observed · 2026-08-28

github.com/jquery/esprima · homepage · TypeScript · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5397
  • days_rel: n/a
  • days_push: 1236
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7139 stars · 772 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Esprima is a high-performance, standard-compliant ECMAScript (JavaScript) parser written in TypeScript/JavaScript, producing ESTree-format ASTs and supporting tokenization. It supports ECMAScript 2019 with experimental JSX support and optional node location tracking.

Use cases

  • parse javascript source code into an ast
  • tokenize js code for lexical analysis
  • build a javascript linter or static analysis tool
  • transform or rewrite javascript code via its syntax tree
  • analyze jsx syntax in react code
  • extract code structure for autocomplete or visualization

When to choose

  • you need a mature, heavily tested, standard-compliant JS parser with ESTree output
  • you need tokenization as well as parsing
  • you need node location info (line-column and index)
  • your target is ECMAScript 2019 or earlier

When to avoid

  • you need support for the latest ECMAScript features beyond ES2019
  • you need robust JSX or TypeScript parsing in production
  • you want an actively evolving parser with frequent updates

Facets

library · maturity maintenance

parser developer-tools parsers programming-languages developer-tools browser cross-platform javascript ast ecmascript tokenizer estree static-analysis jsx nodejs

4 sources

Member repositories

RepositoryRoleHealth v2
jquery/esprimamain32

For agents

markdown · JSON · MCP: product_card(name="jquery/esprima")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem