Skip to content
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

Replace lodash.flatmap #36

Merged
merged 1 commit into from
Feb 5, 2021
Merged

Replace lodash.flatmap #36

merged 1 commit into from
Feb 5, 2021

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Feb 3, 2021

flatmap is a great utility function, but, it didn't seem necessary here. The operation it was used for was trivial to implement using plain JavaScript. Removing this dependency leaves one less thing for us to update.

@Gudahtt Gudahtt requested a review from a team as a code owner February 3, 2021 14:29
brad-decker
brad-decker previously approved these changes Feb 3, 2021
tx-filter.js Show resolved Hide resolved
`flatmap` is a great utility function, but, it didn't seem necessary
here. The operation it was used for was trivial to implement using
plain JavaScript. Removing this dependency leaves one less thing for
us to update.
@Gudahtt Gudahtt merged commit 45e4300 into main Feb 5, 2021
@Gudahtt Gudahtt deleted the replace-lodash-flatmap branch February 5, 2021 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants