esast-util-from-js
JavaScript parser
A utility to convert JavaScript code into an abstract syntax tree (AST) format
estree (and esast) utility to parse from JavaScript
13 stars
8 watching
1 forks
Language: JavaScript
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/estree-util-to-js | A utility to convert estree syntax trees into JavaScript strings | 12 |
syntax-tree/esast | Defines an abstract syntax tree format for ECMAScript | 50 |
syntax-tree/estree-util-attach-comments | Utility to embed comments in an Abstract Syntax Tree (AST) generated by an ECMAScript parser | 7 |
remcohaszing/estree-util-value-to-estree | Converts JavaScript values to ESTree expressions | 24 |
syntax-tree/estree-util-build-jsx | Utility to transform JSX syntax into function calls for various JavaScript libraries | 22 |
estools/estraverse | A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST) | 947 |
elixirscript/elixir-estree | Defines structs and tools for generating JavaScript AST to code from the ESTree spec. | 103 |
syntax-tree/xast-util-from-xml | Utility to convert XML into a syntax tree data structure | 16 |
syntax-tree/unist-util-select | Tool for finding nodes in a tree using CSS-like selectors | 62 |
syntax-tree/hast-util-to-text | Utility function to extract plain text from HTML-like data structures | 19 |
syntax-tree/hast-util-from-text | Utility to transform plain text into a hast node's visible content | 2 |
syntax-tree/unist-util-filter | Utility to remove unwanted nodes from a tree data structure | 18 |
icelab/draft-js-ast-importer | Tools to import and work with the abstract syntax tree of Draft.js content | 13 |
syntax-tree/hast-util-sanitize | Utility to make tree-based data safe by removing dangerous content | 50 |
syntax-tree/unist-util-is | Utility to check if nodes match specific patterns | 38 |