File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,21 @@ Function called with a [node][] to produce a new node.
84
84
[ ` Node ` ] [ node ] — Node to be used in the new [ tree] [ ] .
85
85
Its children are not used: if the original node has children, those are mapped.
86
86
87
+ ## Related
88
+
89
+ * [ ` unist-util-filter ` ] ( https://github.com/syntax-tree/unist-util-filter )
90
+ — Create a new tree with all nodes that pass the given function
91
+ * [ ` unist-util-flatmap ` ] ( https://gitlab.com/staltz/unist-util-flatmap )
92
+ — Create a new tree by expanding a node into many
93
+ * [ ` unist-util-remove ` ] ( https://github.com/syntax-tree/unist-util-remove )
94
+ — Remove nodes from trees
95
+ * [ ` unist-util-select ` ] ( https://github.com/syntax-tree/unist-util-select )
96
+ — Select nodes with CSS-like selectors
97
+ * [ ` unist-util-visit ` ] ( https://github.com/syntax-tree/unist-util-visit )
98
+ — Recursively walk over nodes
99
+ * [ ` unist-builder ` ] ( https://github.com/syntax-tree/unist-builder )
100
+ — Creating trees
101
+
87
102
## Contribute
88
103
89
104
See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
You can’t perform that action at this time.
0 commit comments