alexprey / sveltedoc-parser

Generate a JSON documentation for a Svelte (https://github.com/sveltejs/svelte) component
https://www.npmjs.com/package/sveltedoc-parser
MIT License
90 stars 7 forks source link

Upgrade htmlparser2 dependency to latests version #77

Open alexprey opened 3 years ago

alexprey commented 3 years ago

Currently in this library we use the fork of HtmlParser2 library base on old version 4.1.1.

The original library release the 7.1.1 version with performance improvements and enchance attributes index calculation that can be useful in the parsing.

In this task required to upgrade library and ensure that all works fine.