From 971e0254c518195c08eb6cd47d51069cd17e0fd9 Mon Sep 17 00:00:00 2001 From: Stefan Probst Date: Tue, 22 Sep 2020 11:44:05 +0200 Subject: [PATCH] docs: add hast-util-to-babel-ast --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index f56bf78..cd8a88c 100644 --- a/readme.md +++ b/readme.md @@ -458,6 +458,8 @@ The rest is sorted alphabetically based on content after `hast-util-` — Change heading rank (depth, level) * [`hast-util-table-cell-style`](https://github.com/mapbox/hast-util-table-cell-style) — Transform deprecated styling attributes on table cells to inline styles +* [`hast-util-to-babel-ast`](https://github.com/gregberge/svgr/tree/master/packages/hast-util-to-babel-ast) + — Transform to Babel's AST * [`hast-util-to-dom`](https://github.com/syntax-tree/hast-util-to-dom) — Transform to a DOM tree * [`hast-util-to-html`](https://github.com/syntax-tree/hast-util-to-html)