File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,25 @@ Yields:
154
154
155
155
* \* — Not supported in ` matches `
156
156
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
+
157
176
## Contribute
158
177
159
178
See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
You can’t perform that action at this time.
0 commit comments