no-cycle finds 0 cycles in next.js (and other lies caches tell you)
no-cycle finds 0 cycles in next.js (and other lies caches tell you)
Our import-next/no-cycle reported 0 cycles in next.js's 14K-file repo. oxlint reported 17. The same rule, run on a 33-file subset of the same repo, found 5+. The bug: cache pollution from a depth-truncated DFS marking files as 'known acyclic' that hadn't been fully explored.
#eslint#staticanalysis#performance+1