套件:node-esquery(1.4.2~ds-1)
node-esquery 的相關連結
Debian 的資源:
下載原始碼套件 node-esquery:
- [node-esquery_1.4.2~ds-1.dsc]
- [node-esquery_1.4.2~ds.orig.tar.xz]
- [node-esquery_1.4.2~ds-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
query library for ECMAScript AST using CSS-like queries
ESQuery is a library for querying the AST output by Esprima for patterns of syntax using a CSS style selector system.
Esprima is a high performance, standard-compliant ECMAScript parser written in ECMAScript (also popularly known as JavaScript).
An abstract syntax tree (AST) is a tree representation of the abstract syntactic structure of source code written in a programming language. Each node of the tree denotes a construct occurring in the source code.
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML.