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

Make all functions modules #61

Closed
wagerfield opened this issue Feb 14, 2018 · 4 comments
Closed

Make all functions modules #61

wagerfield opened this issue Feb 14, 2018 · 4 comments

Comments

@wagerfield
Copy link

Hey @selfrefactor me again—it's been a while!

Would you mind making all exported functions modules—so they can be imported separately?

The functions that are currently only declared in rambda.js are:

I would like to be able to import these functions from the lib like so:

import identity from 'rambda/lib/identity'
@selfrefactor
Copy link
Owner

Hi @wagerfield

Thank you for opening this issue.

When I wrote those shortcuts, I knew that there will be a day, where I will have to redo them.

So this day seems to be today.

@wagerfield
Copy link
Author

Hahahaha @selfrefactor—I hope this day didn't come too soon!

@selfrefactor
Copy link
Owner

No, it did not.

Actually there were some other issues, which I found, so at the end it wasn't such a small issue as it initially looked like.

The requested changes are implemented in version 1.0.12 and I am keeping the issue open till you confirm that it works from your end.

@selfrefactor
Copy link
Owner

I am closing it assuming that everything is ok. Feel free to reopen if that is not the case.

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

No branches or pull requests

2 participants