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

2 warnings generated by cycle importing #1

Open
Schoonmoeder opened this issue Dec 3, 2021 · 0 comments
Open

2 warnings generated by cycle importing #1

Schoonmoeder opened this issue Dec 3, 2021 · 0 comments

Comments

@Schoonmoeder
Copy link

Hello,
we get 2 warnings because of (in)direct including in the library.
please fix them by direct import/require the parts from where they come from and not through a secondary file.

Require cycle: node_modules/boost-zil/lib/signable/bystr.js -> node_modules/boost-zil/lib/utill.js -> node_modules/boost-zil/lib/signable/bystr.js

Require cycle: node_modules/boost-zil/lib/signable/index.js -> node_modules/boost-zil/lib/signable/bystr.js -> node_modules/boost-zil/lib/utill.js -> node_modules/boost-zil/lib/signable/index.js

using var util_1 = require("@zilliqa-js/util"); inside the bystr.js file

don't directly know if this fixes both warnings.

thanks in advanced!

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

1 participant