パッケージ: node-esquery (1.3.1~ds-4)
node-esquery に関するリンク
Debian の資源:
node-esquery ソースパッケージをダウンロード:
- [node-esquery_1.3.1~ds-4.dsc]
- [node-esquery_1.3.1~ds.orig.tar.xz]
- [node-esquery_1.3.1~ds-4.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.
その他の node-esquery 関連パッケージ
|
|
|
|
-
- dep: node-estraverse
- ECMAScript JS AST traversal functions