@@ -143,55 +143,55 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
143
143
### List of Utilities
144
144
145
145
* [ ` unist-util-assert ` ] ( https://github.com/syntax-tree/unist-util-assert )
146
- — Assert Unist nodes;
146
+ — Assert Unist nodes
147
147
* [ ` unist-util-filter ` ] ( https://github.com/eush77/unist-util-filter )
148
- — Create a new tree with all nodes that pass the given function;
148
+ — Create a new tree with all nodes that pass the given function
149
149
* [ ` unist-util-find ` ] ( https://github.com/blahah/unist-util-find )
150
- — Find a node by condition;
150
+ — Find a node by condition
151
151
* [ ` unist-util-find-after ` ] ( https://github.com/syntax-tree/unist-util-find-after )
152
- — Find a node after another node;
152
+ — Find a node after another node
153
153
* [ ` unist-util-find-all-after ` ] ( https://github.com/syntax-tree/unist-util-find-all-after )
154
- — Find nodes after another node or position;
154
+ — Find nodes after another node or position
155
155
* [ ` unist-util-find-all-before ` ] ( https://github.com/syntax-tree/unist-util-find-all-before )
156
- — Find nodes before another node or position;
156
+ — Find nodes before another node or position
157
157
* [ ` unist-util-find-all-between ` ] ( https://github.com/mrzmmr/unist-util-find-all-between )
158
- — Find nodes between two nodes or positions;
158
+ — Find nodes between two nodes or positions
159
159
* [ ` unist-util-find-before ` ] ( https://github.com/syntax-tree/unist-util-find-before )
160
- — Find a node before another node;
160
+ — Find a node before another node
161
161
* [ ` unist-util-generated ` ] ( https://github.com/syntax-tree/unist-util-generated )
162
- — Check if a node is generated;
162
+ — Check if a node is generated
163
163
* [ ` unist-util-index ` ] ( https://github.com/eush77/unist-util-index )
164
- — Index nodes by property or computed key;
164
+ — Index nodes by property or computed key
165
165
* [ ` unist-util-inspect ` ] ( https://github.com/syntax-tree/unist-util-inspect )
166
- — Node inspector;
166
+ — Node inspector
167
167
* [ ` unist-util-is ` ] ( https://github.com/syntax-tree/unist-util-is )
168
168
— Check if a node passes a test
169
169
* [ ` unist-util-map ` ] ( https://github.com/azu/unist-util-map )
170
- — Create a new tree by mapping nodes;
170
+ — Create a new tree by mapping nodes
171
171
* [ ` unist-util-modify-children ` ] ( https://github.com/syntax-tree/unist-util-modify-children )
172
- — Modify direct children of a parent;
172
+ — Modify direct children of a parent
173
173
* [ ` unist-util-parents ` ] ( https://github.com/eush77/unist-util-parents )
174
- — ` parent ` references on nodes;
174
+ — ` parent ` references on nodes
175
175
* [ ` unist-util-position ` ] ( https://github.com/syntax-tree/unist-util-position )
176
- — Get the position of nodes;
176
+ — Get the position of nodes
177
177
* [ ` unist-util-remove ` ] ( https://github.com/eush77/unist-util-remove )
178
- — Remove nodes from Unist trees;
178
+ — Remove nodes from Unist trees
179
179
* [ ` unist-util-remove-position ` ] ( https://github.com/syntax-tree/unist-util-remove-position )
180
- — Remove ` position ` s from a unist tree;
180
+ — Remove ` position ` s from a unist tree
181
181
* [ ` unist-util-select ` ] ( https://github.com/eush77/unist-util-select )
182
- — Select nodes with CSS-like selectors;
182
+ — Select nodes with CSS-like selectors
183
183
* [ ` unist-util-source ` ] ( https://github.com/syntax-tree/unist-util-source )
184
- — Get the source of a value (node, location);
184
+ — Get the source of a value (node, location)
185
185
* [ ` unist-util-stringify-position ` ] ( https://github.com/syntax-tree/unist-util-stringify-position )
186
- — Stringify a node, location, or position;
186
+ — Stringify a node, location, or position
187
187
* [ ` unist-util-visit ` ] ( https://github.com/syntax-tree/unist-util-visit )
188
- — Recursively walk over nodes;
188
+ — Recursively walk over nodes
189
189
* [ ` unist-util-visit-parents ` ] ( https://github.com/syntax-tree/unist-util-visit-parents )
190
- — Recursively walk over nodes, with a stack of parents;
190
+ — Recursively walk over nodes, with a stack of parents
191
191
* [ ` unist-util-visit-children ` ] ( https://github.com/syntax-tree/unist-util-visit-children )
192
- — Visit direct children of a parent;
192
+ — Visit direct children of a parent
193
193
* [ ` unist-builder ` ] ( https://github.com/eush77/unist-builder )
194
- — Helper for creating trees.
194
+ — Helper for creating trees
195
195
196
196
<!-- Definitions -->
197
197
0 commit comments