https://github.com/rolldown/rolldown/pull/830 detected circular dependencies but didn't emit warnings. ## Guidance ### Where to emit the warnings You could emit the warnings in the place where I left a comment `// TODO: emit warning`. ### How to emit warnings You could reference how https://github.com/rolldown/rolldown/pull/398 did it.
#830 detected circular dependencies but didn't emit warnings.
Guidance
Where to emit the warnings
You could emit the warnings in the place where I left a comment
// TODO: emit warning.How to emit warnings
You could reference how #398 did it.