Skip to content

Commit 6f7a71f

Browse files
committed
Add unist-util-visit-parents to list of utilities
1 parent 224d3ca commit 6f7a71f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
183183
— Stringify a node, location, or position;
184184
* [`unist-util-visit`](https://github.com/wooorm/unist-util-visit)
185185
— Recursively walk over nodes;
186+
* [`unist-util-visit-parents`](https://github.com/wooorm/unist-util-visit-parents)
187+
— Recursively walk over nodes, with a stack of parents;
186188
* [`unist-util-visit-children`](https://github.com/wooorm/unist-util-visit-children)
187189
— Visit direct children of a parent;
188190
* [`unist-builder`](https://github.com/eush77/unist-builder)

0 commit comments

Comments
 (0)