#1137100 estree --- Standard JavaScript AST format (ESTree)

Package:
wnpp
Source:
wnpp
Submitter:
Bastien Roucaries
Date:
2026-09-02 19:27:02 UTC
Severity:
normal
#1137100#5
Date:
2026-05-19 15:33:16 UTC
From:
To:
* Package name    : estree
  Version         : git
  Upstream Author : estree steering comitee
* URL             : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree
* License         : CC‑BY‑SA 2.5
  Programming Lang: JavaScript
  Description     : Standard JavaScript AST format (ESTree)
   ESTree defines the community‑standard abstract syntax tree (AST)
  format used to represent JavaScript source code. It specifies
  the structure of nodes such as Program, Identifier, Literal,
  and CallExpression, enabling tools like ESLint, Babel,
  Acorn, and Esprima to analyse and transform JavaScript code
  in a consistent way.
  .
 This package provides the ESTree specification together with its corresponding
 TypeScript type definitions, allowing type‑safe use of the AST format
 in TypeScript‑based tooling.
 .
 Node.js is an event-based server-side JavaScript engine.

#1137100#10
Date:
2026-09-02 19:24:57 UTC
From:
To:
Hello!

Could this issue be re-titled? The current title violates format
"(ITA|ITP|O|RFA|RFH|RFP): package -- description" and as a result the
issue cannot be auto-imported to https://wnpp.debian.net/ . A confirming
title would be e.g. "RFP: estree -- Standard JavaScript AST format
(ESTree)". It would be cool if that could be fixed — thank you!

Best, Sebastian