syntax-tree

Results 43 repositories owned by syntax-tree

hast-util-to-estree

17
Stars
2
Forks
Watchers

hast utility to transform to estree (JavaScript AST) JSX

mdast-util-frontmatter

15
Stars
0
Forks
Watchers

mdast extensions to parse and serialize frontmatter (YAML, TOML, etc)

unist-util-map

35
Stars
4
Forks
Watchers

utility to create a new tree by mapping all nodes

unist-util-select

58
Stars
9
Forks
Watchers

utility to select unist nodes with CSS-like selectors

unist-util-visit-parents

59
Stars
7
Forks
Watchers

utility to recursively walk over unist nodes, with ancestral information

unist-util-is

33
Stars
8
Forks
Watchers

utility to check if a node passes a test

hast-util-to-text

19
Stars
3
Forks
Watchers

utility to get the plain-text value of a node according to the `innerText` algorithm

mdast-zone

15
Stars
1
Forks
Watchers

utility to treat HTML comments as ranges or markers in mdast

hast-util-from-parse5

15
Stars
6
Forks
Watchers

utility to transform Parse5’s AST to hast