html parser for reshape
npm install reshape-parser



An HTML parser for reshape based on parse5, featuring source location info and more robust node types.
> Note: This project is in early development, and versioning is a little different. Read this for more details.
npm install reshape-parser -S
> Note: This project is compatible with node v6+ only
`` hello worldjs
const parser = require('reshape-parser')
const html = '
parser(html) // returns a reshape AST
`
#### Options
No options are required, all are optional.
| Name | Description | Default |
| ---- | ----------- | ------- |
| filename | Attach a filename to the location` info in each node. | |
See the Reshape AST documentation for more information on the format.
- Details on the license can be found here
- Details on running tests and contributing can be found here