xastscript
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "xastscript", | ||
"version": "1.0.0", | ||
"description": "Create xast trees", | ||
"version": "1.0.1", | ||
"description": "xast utility to create trees", | ||
"license": "MIT", | ||
"keywords": [ | ||
"unist", | ||
"xast", | ||
"unist", | ||
"xast-util", | ||
"util", | ||
"utility", | ||
"xml", | ||
"dsl", | ||
"xml", | ||
"extensible", | ||
@@ -35,3 +38,3 @@ "markup", | ||
"tape": "^4.0.0", | ||
"xo": "^0.25.0" | ||
"xo": "^0.27.0" | ||
}, | ||
@@ -38,0 +41,0 @@ "scripts": { |
@@ -145,3 +145,3 @@ # xastscript | ||
### `x(name[, attributes][, ...children])` | ||
### `x(name[, attributes][, …children])` | ||
@@ -186,2 +186,6 @@ Create XML *[trees][tree]* in **[xast][]**. | ||
— Serialize nodes to XML | ||
* [`xast-util-from-xml`](https://github.com/syntax-tree/xast-util-from-xml) | ||
— Parse from XML | ||
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast) | ||
— Transform hast (html, svg) to xast (xml) | ||
@@ -194,4 +198,4 @@ ## Contribute | ||
This project has a [Code of Conduct][coc]. | ||
By interacting with this repository, organisation, or community you agree to | ||
This project has a [code of conduct][coc]. | ||
By interacting with this repository, organization, or community you agree to | ||
abide by its terms. | ||
@@ -198,0 +202,0 @@ |
10338
259