Add unist-util-size to list of utilities · syntax-tree/unist@e7ec8df (original) (raw)

Original file line number Diff line number Diff line change
@@ -470,6 +470,8 @@ implementing unist:
470 470 — Remove positional info from trees
471 471 * [`unist-util-select`](https://github.com/eush77/unist-util-select)
472 472 — Select nodes with CSS-like selectors
473 +* [`unist-util-size`](https://github.com/syntax-tree/unist-util-size)
474 + — Calculate the number of nodes in a tree
473 475 * [`unist-util-source`](https://github.com/syntax-tree/unist-util-source)
474 476 — Get the source of a value (node or position) in a file
475 477 * [`unist-util-stringify-position`](https://github.com/syntax-tree/unist-util-stringify-position)