Skip to content

Commit 14841c0

Browse files
committed
Add unist-util-visit-all-after to list of utilities
1 parent 3df9489 commit 14841c0

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
@@ -187,6 +187,8 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
187187
— Recursively walk over nodes, with a stack of parents
188188
* [`unist-util-visit-children`](https://github.com/syntax-tree/unist-util-visit-children)
189189
— 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
190192
* [`unist-builder`](https://github.com/eush77/unist-builder)
191193
— Helper for creating trees
192194

0 commit comments

Comments
 (0)