Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add hast-util-to-babel-ast #21

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -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)
Expand Down