We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unist-util-visit-parents
1 parent 224d3ca commit 6f7a71fCopy full SHA for 6f7a71f
readme.md
@@ -183,6 +183,8 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
183
— Stringify a node, location, or position;
184
* [`unist-util-visit`](https://github.com/wooorm/unist-util-visit)
185
— 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;
188
* [`unist-util-visit-children`](https://github.com/wooorm/unist-util-visit-children)
189
— Visit direct children of a parent;
190
* [`unist-builder`](https://github.com/eush77/unist-builder)
0 commit comments