taoqf / node-html-parser

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

Fix parse comments #220

Closed milahu closed 2 years ago

milahu commented 2 years ago

fix #219

also fix ERR_LOADER_CHAIN_INCOMPLETE by updating dependencies https://github.com/TypeStrong/ts-node/issues/1839#issuecomment-1187359707

milahu commented 2 years ago

@taoqf ready : )

should i squash some commits?