File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,32 @@ A list of vile-related utilities can be found at [`wooorm/vfile`](https://github
53
53
54
54
### Unist node utilties
55
55
56
- * [ ` wooorm/unist-util-inspect ` ] ( https://github.com/wooorm/unist-util-inspect )
56
+ * [ ` unist-util-find-after ` ] ( https://github.com/wooorm/unist-util-find-after )
57
+ — Find a node after another node;
58
+
59
+ * [ ` unist-util-find-all-after ` ] ( https://github.com/wooorm/unist-util-find-all-after )
60
+ — Find nodes after another node;
61
+
62
+ * [ ` unist-util-find-all-before ` ] ( https://github.com/wooorm/unist-util-find-all-before )
63
+ — Find nodes before another node;
64
+
65
+ * [ ` unist-util-find-before ` ] ( https://github.com/wooorm/unist-util-find-before )
66
+ — Find a node before another node;
67
+
68
+ * [ ` unist-util-inspect ` ] ( https://github.com/wooorm/unist-util-inspect )
57
69
— Node inspector;
58
70
59
- * [ ` wooorm/unist-util-visit ` ] ( https://github.com/wooorm/unist-util-visit )
60
- — Utility to recursively walk over nodes;
71
+ * [ ` unist-util-is ` ] ( https://github.com/wooorm/unist-util-is )
72
+ — Check if a node passes a test
73
+
74
+ * [ ` unist-util-modify-children ` ] ( https://github.com/wooorm/unist-util-modify-children )
75
+ — Modify direct children of a parent;
76
+
77
+ * [ ` unist-util-select ` ] ( https://github.com/eush77/unist-util-select )
78
+ — Visit direct children of a parent;
79
+
80
+ * [ ` unist-util-visit ` ] ( https://github.com/wooorm/unist-util-visit )
81
+ — Recursively walk over nodes;
82
+
83
+ * [ ` unist-util-visit-children ` ] ( https://github.com/wooorm/unist-util-visit-children )
84
+ — Visit direct children of a parent;
You can’t perform that action at this time.
0 commit comments