File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -449,8 +449,7 @@ unist:
449
449
* [ ` unist-util-find-before ` ] ( https://github.com/syntax-tree/unist-util-find-before )
450
450
— Find a node before another node
451
451
* [ ` 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 `
454
453
* [ ` unist-util-flatmap ` ] ( https://gitlab.com/staltz/unist-util-flatmap )
455
454
— Create a new tree by expanding a node into many
456
455
* [ ` unist-util-generated ` ] ( https://github.com/syntax-tree/unist-util-generated )
@@ -469,6 +468,8 @@ unist:
469
468
— ` parent ` references on nodes
470
469
* [ ` unist-util-position ` ] ( https://github.com/syntax-tree/unist-util-position )
471
470
— Get positional info of nodes
471
+ * [ ` unist-util-reduce ` ] ( https://github.com/GenerousLabs/unist-util-reduce )
472
+ — Recursively reduce a tree
472
473
* [ ` unist-util-remove ` ] ( https://github.com/syntax-tree/unist-util-remove )
473
474
— Remove nodes from trees
474
475
* [ ` 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