Closed al-yisun closed 5 years ago
So if there is only a spec referring to ::x the relevant require will be deleted.
::x
More precisely, remove-unused-requires doesn't know how auto-resolution works and so it doesn't know that the alias y is used here:
y
(require '[x :as y]) (println ::y/z)
So if there is only a spec referring to
::x
the relevant require will be deleted.