* 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.