-
Notifications
You must be signed in to change notification settings - Fork 11
chore: Remove lodash #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Remove lodash #130
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great @sarahetter! I l left some comments and change requests.
Depends on #132 to be merged first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, @sarahetter! There are so many any
s in the codebase that the changes in this PR are fine. As discussed. we'll schedule cleaning up types in here at some point.
Also, as we discovered, _.flow
was using any
pretty liberally. 🙃
This removes (most) of the lodash we have in this repo. I kept
mergeWith
as there wasn't any simple ES6/quick fix I could write up to replace this function, so I opted to only include thelodash.mergewith
package, instead of all of lodash.Closes: #129