Closed TrySound closed 1 year ago
Thanks for the PR, but I don't want to drop lodash as JS std library is not good enough to replace it yet and code becomes more complex and less obvious.
Well, I spent a lot of time digging through not very obvious lodash solutions.
Also really in most cases it's just each -> forEach, filter -> filter, map -> map. Are these cases less obvious?
Ok. Let's step away from code complication and I will do only drop in replacement.
Hi, I'm a bit late to the party, is this PR still in progress ?
I'm also trying to remove lodash from my dependencies and would help reduce the install size of my tools.
Lodash is quite big package and often overused for things available natively. In this diff I removed it from package dependencies and left only for tests.