@@ -368,14 +368,12 @@ See the [unist list of utilities][utilities] for more utilities.
368
368
369
369
<!--
370
370
Utilities.
371
- The first two are special.
371
+ The first is special.
372
372
The rest is sorted alphabetically based on content after `hast-util-`
373
373
-->
374
374
375
375
* [ ` hastscript ` ] ( https://github.com/syntax-tree/hastscript )
376
376
— create trees
377
- * [ ` hast-to-hyperscript ` ] ( https://github.com/syntax-tree/hast-to-hyperscript )
378
- — transform to something else through a hyperscript DSL
379
377
* [ ` hast-util-assert ` ] ( https://github.com/syntax-tree/hast-util-assert )
380
378
— assert nodes
381
379
* [ ` hast-util-class-list ` ] ( https://github.com/shredsnews/hast-util-class-list )
@@ -426,8 +424,6 @@ The rest is sorted alphabetically based on content after `hast-util-`
426
424
— check if ` node ` is a JavaScript ` script `
427
425
* [ ` hast-util-labelable ` ] ( https://github.com/syntax-tree/hast-util-labelable )
428
426
— check if ` node ` is labelable
429
- * [ ` hast-util-menu-state ` ] ( https://github.com/syntax-tree/hast-util-menu-state )
430
- — check the state of a menu element
431
427
* [ ` hast-util-parse-selector ` ] ( https://github.com/syntax-tree/hast-util-parse-selector )
432
428
— create an element from a simple CSS selector
433
429
* [ ` hast-util-phrasing ` ] ( https://github.com/syntax-tree/hast-util-phrasing )
@@ -456,6 +452,8 @@ The rest is sorted alphabetically based on content after `hast-util-`
456
452
— serialize as HTML
457
453
* [ ` hast-util-to-jsx ` ] ( https://github.com/mapbox/jsxtreme-markdown/tree/HEAD/packages/hast-util-to-jsx )
458
454
— transform hast to JSX
455
+ * [ ` hast-util-to-jsx-runtime ` ] ( https://github.com/syntax-tree/hast-util-to-jsx-runtime )
456
+ — transform to preact, react, solid, svelte, vue, etc
459
457
* [ ` hast-util-to-mdast ` ] ( https://github.com/syntax-tree/hast-util-to-mdast )
460
458
— transform to mdast (markdown)
461
459
* [ ` hast-util-to-nlcst ` ] ( https://github.com/syntax-tree/hast-util-to-nlcst )
0 commit comments