File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ A list of vile-related utilities can be found at [`wooorm/vfile`](https://github
76
76
* [ ` unist-util-modify-children ` ] ( https://github.com/wooorm/unist-util-modify-children )
77
77
— Modify direct children of a parent;
78
78
79
+ * [ ` unist-util-parents ` ] ( https://github.com/eush77/unist-util-parents )
80
+ — ` parent ` references on nodes;
81
+
79
82
* [ ` unist-util-select ` ] ( https://github.com/eush77/unist-util-select )
80
83
— Visit direct children of a parent;
81
84
@@ -84,3 +87,6 @@ A list of vile-related utilities can be found at [`wooorm/vfile`](https://github
84
87
85
88
* [ ` unist-util-visit-children ` ] ( https://github.com/wooorm/unist-util-visit-children )
86
89
— Visit direct children of a parent;
90
+
91
+ * [ ` unist-builder ` ] ( https://github.com/eush77/unist-builder )
92
+ — Helper for creating trees.
You can’t perform that action at this time.
0 commit comments