-
Notifications
You must be signed in to change notification settings - Fork 23
Description
This library is really greet, specially when it could handle the missing html tags.
Now there is still to much work to be done.
1- Methods name is wrong eg querySelect.
2- This need to work with typescript, eg need to implement types.
3- querySelect dose not really work like it should be, take for example this selector ".test> p:first-child" this will not return the correct data at all.
I made this library work together with node-html-parser where is this library will parse the html and correct all missing html tags and then I use node-html-parser to reparse the html return from this library and work there after with the html.
I really want to skip this as it takes more time then it should take.
It would be great to have a look at node-html-parser and use their type/selector operation but use this library as html parser.
Is there is plan to do this ?