We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I found that 2 files have circular imports.
N3DataFactory.js and N3Utils.js
N3.js/src/N3DataFactory.js
Line 5 in 51a4156
N3.js/src/N3Util.js
Line 3 in 51a4156
The text was updated successfully, but these errors were encountered:
Is there a situation where this leads to problems? This is compiled away.
Sorry, something went wrong.
Its compiled away in the browser version (n3.min.js), but the cyclic import is still there in the lib folder on NPM.
n3.min.js
lib
Its causing some errors and I also get a warning from rollup about circular dependencies.
Ok, let me look into it!
Thank you, much appreciated. 💯
090c920
RubenVerborgh
Successfully merging a pull request may close this issue.
Hi. I found that 2 files have circular imports.
N3DataFactory.js and N3Utils.js
N3.js/src/N3DataFactory.js
Line 5 in 51a4156
N3.js/src/N3Util.js
Line 3 in 51a4156
The text was updated successfully, but these errors were encountered: