Skip to content

Commit 9c9053a

Browse files
committed
Add list of related projects
1 parent 4e5a749 commit 9c9053a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,25 @@ Yields:
154154

155155
* \* — Not supported in `matches`
156156

157+
## Related
158+
159+
* [`unist-util-filter`](https://github.com/syntax-tree/unist-util-filter)
160+
— Create a new tree with all nodes that pass the given function
161+
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
162+
— Create a new tree by expanding a node into many
163+
* [`unist-util-is`](https://github.com/syntax-tree/unist-util-is)
164+
— Check if a node passes a test
165+
* [`unist-util-map`](https://github.com/syntax-tree/unist-util-map)
166+
— Create a new tree by mapping nodes
167+
* [`unist-util-remove`](https://github.com/syntax-tree/unist-util-remove)
168+
— Remove nodes from trees
169+
* [`unist-util-remove-position`](https://github.com/syntax-tree/unist-util-remove-position)
170+
— Remove positional info from trees
171+
* [`unist-util-visit`](https://github.com/syntax-tree/unist-util-visit)
172+
— Recursively walk over nodes
173+
* [`unist-builder`](https://github.com/syntax-tree/unist-builder)
174+
— Helper for creating trees
175+
157176
## Contribute
158177

159178
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get

0 commit comments

Comments
 (0)