taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.12k stars 112 forks source link

Downgrade to ES5 target for TSC #11

Closed CasenetSBero closed 5 years ago

CasenetSBero commented 5 years ago

This PR will allow the node-html-parser work in IE11

taoqf commented 5 years ago

Thanks for your report. You might have noticed I have built a es5 version into dist/umd/. Issues and prs are all welcome!