You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a bug, per se, but there are several circular dependencies among various files in the browser runtime. Here are a few that I observed in a project. There may be others that present themselves if you use more of Svelte's runtime.
If it comes down to it, I suppose we could suppress these warnings in our official tooling, but it would be nicer not to have the cycles at all if possible, for people with a more homegrown setup.
Reproduction
Attempt to bundle a Svelte 5 app directly with Rollup rather some other higher level tool, without suppressing CIRCULAR_DEPENDENCY warnings, and observe them at build time.
Logs
No response
System Info
n/a
Severity
annoyance
The text was updated successfully, but these errors were encountered:
Describe the bug
Not a bug, per se, but there are several circular dependencies among various files in the browser runtime. Here are a few that I observed in a project. There may be others that present themselves if you use more of Svelte's runtime.
If it comes down to it, I suppose we could suppress these warnings in our official tooling, but it would be nicer not to have the cycles at all if possible, for people with a more homegrown setup.
Reproduction
Attempt to bundle a Svelte 5 app directly with Rollup rather some other higher level tool, without suppressing
CIRCULAR_DEPENDENCY
warnings, and observe them at build time.Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: