unist-builder
Syntax generator
Utility to create syntax trees with ease
utility to create a new trees with a nice syntax
77 stars
11 watching
3 forks
Language: JavaScript
last commit: over 1 year ago hyperscriptsyntax-treeunistunist-utilutil
Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/xastscript | A utility to create syntax trees with ease | 12 |
syntax-tree/hastscript | Utility to create syntax trees with ease. | 165 |
syntax-tree/unist-util-filter | Utility to remove unwanted nodes from a tree data structure | 18 |
syntax-tree/unist-util-visit | Utility to traverse and inspect the structure of an abstract syntax tree | 282 |
syntax-tree/unist | A specification for syntax trees used by the unifiedjs project to represent source code or natural language in an abstract and concrete format. | 879 |
syntax-tree/unist-util-map | Utility to create a new tree by mapping all nodes with a given function | 35 |
syntax-tree/unist-util-select | Tool for finding nodes in a tree using CSS-like selectors | 62 |
syntax-tree/unist-util-remove | Utility to remove nodes from a tree | 22 |
syntax-tree/unist-util-inspect | A utility for pretty-printing syntax trees in a concise format | 27 |
syntax-tree/nlcst-to-string | Utility to convert structured text data into plain text strings | 18 |
syntax-tree/hast-util-to-dom | Utility to transform HTML syntax trees into DOM structures. | 19 |
syntax-tree/hast-util-to-html | Utility to convert syntax tree into HTML string | 93 |
syntax-tree/unist-util-is | Utility to check if nodes match specific patterns | 38 |
syntax-tree/hast | Represents hypertext as an abstract syntax tree | 767 |
syntax-tree/mdast-util-toc | Generates a table of contents from an MDAST tree | 83 |