circular (cyclic) imports for types #6754
-
Wahat is the benefit to fix circular imports for types? I get why it is bad between packages in workspaces, but why is it bad for the project files? @mattpococ Said that it has no pers issues, so why does oxlint complains on types? |
Beta Was this translation helpful? Give feedback.
Answered by
Boshen
Oct 22, 2024
Replies: 1 comment
-
Good questions, we should turn on oxc/crates/oxc_linter/src/rules/import/no_cycle.rs Lines 26 to 27 in 619d06f created an issue: #6759 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JustFly1984
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good questions, we should turn on
ignore_types
by default.oxc/crates/oxc_linter/src/rules/import/no_cycle.rs
Lines 26 to 27 in 619d06f
created an issue: #6759