Skip to content
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

remove require cycle #721

Open
jadfls opened this issue Oct 28, 2020 · 1 comment
Open

remove require cycle #721

jadfls opened this issue Oct 28, 2020 · 1 comment

Comments

@jadfls
Copy link

jadfls commented Oct 28, 2020

When using jszip I get the following warning

Require cycle: node_modules/jszip/lib/utils.js -> node_modules/jszip/lib/base64.js -> node_modules/jszip/lib/utils.js

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

Can the require cycle be removed?

@101arrowz
Copy link

Since it seems that this package is unmaintained, I doubt this issue will get fixed and would like to point you to FFlate. See #720 for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants