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

Invalid regular expression node 8 #86

Closed mabab closed 4 years ago

mabab commented 4 years ago

SyntaxError on node 8

https://runkit.com/mabab/5fa45415d1c526001a4f7cd3

RegExp Named Capture Groups is not supported in less node 10

taoqf commented 4 years ago

Sorry for that.I will fix it as soon as possible.