We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7b07d commit aedff66Copy full SHA for aedff66
index.js
@@ -20,7 +20,7 @@ one.handlers.text = text
20
one.handlers.comment = comment
21
one.handlers.doctype = doctype
22
23
-// Transform a tree from HAST to Parse5’s AST.
+// Transform a tree from hast to Parse5’s AST.
24
function transform(tree, space) {
25
return one(tree, space === 'svg' ? svg : html)
26
}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "hast-util-to-parse5",
3
"version": "5.1.0",
4
- "description": "Transform HAST to Parse5’s AST",
+ "description": "Transform hast to Parse5’s AST",
5
"license": "MIT",
6
"keywords": [
7
"hast",
0 commit comments