unist-util
There are 40 repositories under unist-util topic.
syntax-tree/unist-util-visit
utility to visit nodes
syntax-tree/unist-builder
utility to create a new trees with a nice syntax
syntax-tree/unist-util-visit-parents
utility to recursively walk over unist nodes, with ancestral information
syntax-tree/unist-util-select
utility to select unist nodes with CSS-like selectors
syntax-tree/unist-util-is
utility to check if a node passes a test
syntax-tree/unist-util-map
utility to create a new tree by mapping all nodes
syntax-tree/unist-util-inspect
utility to inspect nodes
syntax-tree/unist-util-find
utility to find a node
syntax-tree/unist-util-remove
utility to remove nodes from a tree
syntax-tree/unist-util-filter
utility to create a new tree with nodes that pass a filter
syntax-tree/unist-diff
Diff two unist trees
syntax-tree/unist-util-remove-position
utility to remove positions from a tree
syntax-tree/unist-util-modify-children
utility to modify direct children of a parent
syntax-tree/unist-util-index
utility to index property values or computed keys to nodes
syntax-tree/unist-util-position
utility to get the position of a node
syntax-tree/unist-util-visit-children
unist utility to visit direct children of a parent
syntax-tree/unist-builder-blueprint
utility to transform trees to unist-builder notation
syntax-tree/unist-util-find-after
unist utility to find a node after another node
syntax-tree/unist-util-find-all-after
utility to find nodes after another node
syntax-tree/unist-util-source
utility to get the source of a node or position
syntax-tree/unist-util-stringify-position
utility to serialize a node, position, or point as a human readable location
syntax-tree/unist-util-find-all-before
utility to find nodes before another node
syntax-tree/unist-util-parents
unist utility to add references to parents on nodes in a tree
gorango/unist-util-ancestor
Unist util for finding the closest common ancestor for multiple nodes
syntax-tree/unist-util-assert
utility to assert nodes
syntax-tree/unist-util-find-before
utility to find a node before another node
syntax-tree/unist-util-generated
utility to check if a node is generated
syntax-tree/unist-util-lsp
utility to convert between unist and language server protocol
flex-development/mdast-util-from-markdown
mdast utility to parse markdown
flex-development/unist-util-builder
unist utility to build trees
flex-development/unist-util-inspect
unist utility to inspect nodes
flex-development/unist-util-visit
utility to visit nodes
muescha/unist-util-trace
Some utilities for unify
syntax-tree/unist-builder-blueprint-cli
CLI to transform trees to unist-builder notation
syntax-tree/unist-util-size
utility to calculate the number of nodes in a tree
flex-development/unist-util-stringify-position
unist utility to serialize the positional info of a node, point, position, or range