-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Errors when using with rollup + svelte #733
Comments
Could you provide a reproduction? I do integration testing with several build setups so by this point it might just be an issue with rollup. |
I do not have a minimal reproduction, but I do have this issue in my application: You can run |
In order to be able to work on this issue, I need a minimal reproduction. I would suggest stripping more and more parts of your repository until the problem no longer reproduces. |
Sorry man, I don't see that going to happen, I do not use your API directly. I use @testing-library/jest-dom which uses your API. asking me for a minimal reproduction would still invoke |
If you're not interested in providing code that I can debug, we can close this issue. |
Hi I use Rollup and svelte for my project and this liberary (as a dependancy of "@testing-library#jest-dom") causes roll-up to complain:
First a Circular dependency on module basis. It isn't circular when you look at the functions so a minor moving of the
getLocalName
orhasAnyConcreteRoles
would do the trickSecond an error about the package.json, basically you would need to add the package.json to the export class in it's own file.
I have no clue if you find this at all helpful, but if nobody provides you this feedback, you will never know that Svelte + Rollup doesn't like your package ;)
The text was updated successfully, but these errors were encountered: