It will enable us to get rid of all but one [Shelly-Bug] in winci (the one remaining is actually a different one—unused-imports is firing because the only usage of function is through Get-Item function:Something).
Interestingly, this PR causes indirect-imports to fire a lot for—as you might guessed—indirectly imported classes.
At least a little bit.
cc @m-kostrzewa
It will enable us to get rid of all but one
[Shelly-Bug]
in winci (the one remaining is actually a different one—unused-imports is firing because the only usage of function is throughGet-Item function:Something
).Interestingly, this PR causes indirect-imports to fire a lot for—as you might guessed—indirectly imported classes.