Skip to content

Commit 66dde84

Browse files
committed
Update list of utilities
1 parent 4b95be2 commit 66dde84

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

readme.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,52 @@ The reason for introducing a new “virtual” DOM is manyfold, primarily:
3434

3535
## List of Utilities
3636

37+
<!-- Special -->
38+
3739
* [`wooorm/hastscript`](https://github.com/wooorm/hastscript)
3840
— Hyperscript compatible DSL for creating nodes;
3941

42+
* [`wooorm/hast-to-hyperscript`](https://github.com/wooorm/hast-to-hyperscript)
43+
— Convert a HAST Node through to React, Virtual DOM, Hyperscript, and more;
44+
45+
<!--
46+
Normal utilities. Sorted alphabetically based on content
47+
after `hast-util-`
48+
-->
49+
50+
* [`wooorm/hast-util-embedded`](https://github.com/wooorm/hast-util-embedded)
51+
— Check if a node is embedded content;
52+
4053
* [`wooorm/hast-util-has-property`](https://github.com/wooorm/hast-util-has-property)
4154
— Check if a node has a property;
4255

56+
* [`wooorm/hast-util-heading`](https://github.com/wooorm/hast-util-heading)
57+
— Check if a node is heading content;
58+
4359
* [`wooorm/hast-util-interactive`](https://github.com/wooorm/hast-util-interactive)
4460
— Check if a node is interactive;
4561

62+
* [`wooorm/hast-util-is-element`](https://github.com/wooorm/hast-util-is-element)
63+
— Check if a node is a (certain) element;
64+
4665
* [`wooorm/hast-util-labelable`](https://github.com/wooorm/hast-util-labelable)
4766
— Check if a node is labelable;
4867

68+
* [`wooorm/hast-util-menu-state`](https://github.com/wooorm/hast-util-menu-state)
69+
— Check the state of a menu element;
70+
4971
* [`wooorm/hast-util-parse-selector`](https://github.com/wooorm/hast-util-parse-selector)
5072
— Create a node from a simple CSS selector;
5173

74+
* [`wooorm/hast-util-script-supporting`](https://github.com/wooorm/hast-util-script-supporting)
75+
— Check if a node is script-supporting content;
76+
77+
* [`wooorm/hast-util-sectioning`](https://github.com/wooorm/hast-util-sectioning)
78+
— Check if a node is sectioning content;
79+
80+
* [`wooorm/hast-util-transparent`](https://github.com/wooorm/hast-util-transparent)
81+
— Check if a node is transparent content;
82+
5283
* [`wooorm/hast-util-whitespace`](https://github.com/wooorm/hast-util-whitespace)
5384
— Check if a node is inter-element whitespace;
5485

0 commit comments

Comments
 (0)