Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

lodash v4 has removed category directories #22

Closed
jdalton opened this issue Jan 12, 2016 · 5 comments
Closed

lodash v4 has removed category directories #22

jdalton opened this issue Jan 12, 2016 · 5 comments
Labels

Comments

@jdalton
Copy link
Member

jdalton commented Jan 12, 2016

For example require('lodash/collection/partition') is now require('lodash/partition')

@megawac
Copy link
Contributor

megawac commented Jan 14, 2016

@jdalton should paths be resolved as import <method> from 'lodash/<method>'. This would make things much easier (i.e. no sync fs IO stuff)

@jdalton
Copy link
Member Author

jdalton commented Jan 14, 2016

Yes, except for the internal folder.

@megawac
Copy link
Contributor

megawac commented Jan 14, 2016

true that

@megawac
Copy link
Contributor

megawac commented Jan 14, 2016

we'll reevaluate our module detection strategy going forward

@megawac megawac closed this as completed Jan 14, 2016
@jdalton
Copy link
Member Author

jdalton commented Jan 14, 2016

We could glob it up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants