File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,8 +449,7 @@ unist:
449449* [ ` unist-util-find-before ` ] ( https://github.com/syntax-tree/unist-util-find-before )
450450 — Find a node before another node
451451* [ ` unist-util-flat-filter ` ] ( https://github.com/unicorn-utterances/unist-util-flat-filter )
452- — Create a new tree with all nodes that pass the given function without
453- references to the parent
452+ — Flat map version of ` unist-util-filter `
454453* [ ` unist-util-flatmap ` ] ( https://gitlab.com/staltz/unist-util-flatmap )
455454 — Create a new tree by expanding a node into many
456455* [ ` unist-util-generated ` ] ( https://github.com/syntax-tree/unist-util-generated )
@@ -469,6 +468,8 @@ unist:
469468 — ` parent ` references on nodes
470469* [ ` unist-util-position ` ] ( https://github.com/syntax-tree/unist-util-position )
471470 — Get positional info of nodes
471+ * [ ` unist-util-reduce ` ] ( https://github.com/GenerousLabs/unist-util-reduce )
472+ — Recursively reduce a tree
472473* [ ` unist-util-remove ` ] ( https://github.com/syntax-tree/unist-util-remove )
473474 — Remove nodes from trees
474475* [ ` unist-util-remove-position ` ] ( https://github.com/syntax-tree/unist-util-remove-position )
You can’t perform that action at this time.
0 commit comments