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

Require cycle warning for dist/nodes/html.js in version 3.1.5 #114

Closed denisgrenader closed 3 years ago

denisgrenader commented 3 years ago

Require cycle: node_modules/node-html-parser/dist/nodes/html.js -> node_modules/node-html-parser/dist/parse.js -> node_modules/node-html-parser/dist/nodes/html.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle

taoqf commented 3 years ago

thank you, try v3.1.6, let me know if there are still issues.

denisgrenader commented 3 years ago

Thank you @taoqf -- cyclic warning gone in v3.1.6!