Add unist-util-flat-filter to list of utilities · syntax-tree/unist@acff392 (original) (raw)

Original file line number Diff line number Diff line change
@@ -446,6 +446,8 @@ unist:
446 446 — Find nodes between two nodes or positions
447 447 * [`unist-util-find-before`](https://github.com/syntax-tree/unist-util-find-before)
448 448 — Find a node before another node
449 +* [`unist-util-flat-filter`](https://github.com/unicorn-utterances/unist-util-flat-filter)
450 + — Create a new tree with all nodes that pass the given function without references to the parent
449 451 * [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
450 452 — Create a new tree by expanding a node into many
451 453 * [`unist-util-generated`](https://github.com/syntax-tree/unist-util-generated)