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
Current, cyclic deps reporting includes many duplicate "import edge".
Also, the printed order is pretty random, some sort of sensible sorting is wished.
I worried that checking all edges in all cycles might be too expensive (probably O(n^2)), but maybe still worth it.
Current, cyclic deps reporting includes many duplicate "import edge".
Also, the printed order is pretty random, some sort of sensible sorting is wished.
I worried that checking all edges in all cycles might be too expensive (probably
O(n^2)
), but maybe still worth it.js-utils/packages/icheck-ts/src/cli.ts
Lines 86 to 108 in 0cbd80f
The text was updated successfully, but these errors were encountered: