Add hast-util-class-list to list of utilities · syntax-tree/hast@297ea0e (original) (raw)

Original file line number Diff line number Diff line change
@@ -52,6 +52,8 @@ alphabetically based on content after `hast-util-`
52 52 — Convert a Node to React, Virtual DOM, Hyperscript, and more
53 53 * [`hast-util-assert`](https://github.com/syntax-tree/hast-util-assert)
54 54 — Assert HAST nodes
55 +* [`hast-util-class-list`](https://github.com/brechtcs/hast-util-class-list)
56 + — Simulate the browser's `classList` API for HAST nodes
55 57 * [`hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
56 58 — Check if `node` is embedded content
57 59 * [`hast-util-find-and-replace`](https://github.com/syntax-tree/hast-util-find-and-replace)