estree-util-attach-comments
AST comment utility
Utility to embed comments in an Abstract Syntax Tree (AST) generated by an ECMAScript parser
utility to attach comments to estree nodes
7 stars
9 watching
4 forks
Language: JavaScript
last commit: over 1 year ago astecmascriptestreejavascript
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-util-from-js | A utility to convert JavaScript code into an abstract syntax tree (AST) format | 12 |
syntax-tree/esast | Defines an abstract syntax tree format for ECMAScript | 50 |
estools/estraverse | A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST) | 943 |
elixirscript/elixir-estree | Defines structs and tools for generating JavaScript AST to code from the ESTree spec. | 103 |
syntax-tree/estree-util-build-jsx | Utility to transform JSX syntax into function calls for various JavaScript libraries | 22 |
syntax-tree/hastscript | Utility to create syntax trees with ease. | 164 |
syntax-tree/mdast-util-assert | Utility to validate and assert structure of markdown AST nodes | 0 |
syntax-tree/hast-util-to-text | Utility function to extract plain text from HTML-like data structures | 19 |
syntax-tree/mdast-zone | Tool to manipulate markdown content by identifying and replacing sections defined by comments | 15 |
remcohaszing/estree-util-value-to-estree | Converts JavaScript values to ESTree expressions | 24 |
syntax-tree/hast-util-from-text | Utility to transform plain text into a hast node's visible content | 2 |
syntax-tree/hast-util-select | Utility package for working with HTML structures in JavaScript | 38 |
syntax-tree/hast-util-assert | Utility to verify correctness of nodes in HTML/Markdown parsing trees | 1 |
syntax-tree/hast-util-to-html | Utility to convert syntax tree into HTML string | 88 |