@@ -368,14 +368,12 @@ See the [unist list of utilities][utilities] for more utilities.
368368
369369<!--
370370Utilities.
371- The first two are special.
371+ The first is special.
372372The rest is sorted alphabetically based on content after `hast-util-`
373373-->
374374
375375* [ ` hastscript ` ] ( https://github.com/syntax-tree/hastscript )
376376 — create trees
377- * [ ` hast-to-hyperscript ` ] ( https://github.com/syntax-tree/hast-to-hyperscript )
378- — transform to something else through a hyperscript DSL
379377* [ ` hast-util-assert ` ] ( https://github.com/syntax-tree/hast-util-assert )
380378 — assert nodes
381379* [ ` 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-`
426424 — check if ` node ` is a JavaScript ` script `
427425* [ ` hast-util-labelable ` ] ( https://github.com/syntax-tree/hast-util-labelable )
428426 — 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
431427* [ ` hast-util-parse-selector ` ] ( https://github.com/syntax-tree/hast-util-parse-selector )
432428 — create an element from a simple CSS selector
433429* [ ` 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-`
456452 — serialize as HTML
457453* [ ` hast-util-to-jsx ` ] ( https://github.com/mapbox/jsxtreme-markdown/tree/HEAD/packages/hast-util-to-jsx )
458454 — 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
459457* [ ` hast-util-to-mdast ` ] ( https://github.com/syntax-tree/hast-util-to-mdast )
460458 — transform to mdast (markdown)
461459* [ ` hast-util-to-nlcst ` ] ( https://github.com/syntax-tree/hast-util-to-nlcst )
0 commit comments