Parser for @aizwan/eslint-plugin forked from https://github.com/yeonjuan/html-eslint
npm install @aizwan/eslint-parser@html-eslint/parserParser for @html-eslint/plugin.
This project contains code forked from parse5. Some codes were transformed for generating suitable AST for @html-eslint/plugin.
``
const parser = require('@html-eslint/parser');
// TODO: DEMONSTRATE API
``