-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circular dependencies giving rollup fits #1311
Comments
Happy to accept PRs :) |
This doesn't exist in 1.0.0 branch but does exist in 1.0.0rc.3, there is another circular dependency happening with html2parser versions less than 4.0.0 as well. |
Any updates on this? |
Just published a new release, which should resolve this if it is resolved on the master branch. |
I'm still getting this exact issue on 1.0.0-rc5 |
It is not fixed in 1.0.0-rc5, fix is currently available only in github |
Fixed in RC6. |
Circular dependencies are valid in cjs, but create all kinds of issues when converted to es6. I'm not familiar with the Cheerio code, but wanted to open this issue to see how feasible it may be to factor out Cheerio's circular dependencies.
Rollup output (slightly re-formatted)
The text was updated successfully, but these errors were encountered: