Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

deps: depend only on the required lodash methods #258

Closed
wants to merge 1 commit into from

Conversation

lpinca
Copy link
Contributor

@lpinca lpinca commented Dec 8, 2015

Instead of depending on lodash directly we can depend only on the required utilities as suggested in #255 (comment).

Tests seem to pass but I don't know if they cover all the sensible parts.

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @rase-, @vvo and @bevacqua to be potential reviewers

@vvo
Copy link
Collaborator

vvo commented Dec 9, 2015

Cool that we are going with lodash 3, as for using separate modules instead of just "lodash" I am not sure this is better since the dependency tree is even bigger when you do this. cc @feross

@feross
Copy link
Collaborator

feross commented Jan 3, 2016

I'm not sure which approach is best, now that lodash@3 has no dependencies.

Seperate modules means less KB of code, and it's easier to replace each function with another one if we need to in the future.

@vvo
Copy link
Collaborator

vvo commented Jan 8, 2016

Merged the normal lodash upgrade

@vvo vvo closed this Jan 8, 2016
@lpinca lpinca deleted the bump/lodash branch January 8, 2016 11:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants