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-all-after
1 parent 3df9489 commit 14841c0Copy full SHA for 14841c0
readme.md
@@ -187,6 +187,8 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
187
— Recursively walk over nodes, with a stack of parents
188
* [`unist-util-visit-children`](https://github.com/syntax-tree/unist-util-visit-children)
189
— Visit direct children of a parent
190
+* [`unist-util-visit-all-after`](https://github.com/mrzmmr/unist-util-visit-all-after)
191
+ — Visit nodes after another node
192
* [`unist-builder`](https://github.com/eush77/unist-builder)
193
— Helper for creating trees
194
0 commit comments