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

Consider making conversions a commonjs module #45

Open
daedalus28 opened this issue Feb 21, 2017 · 2 comments
Open

Consider making conversions a commonjs module #45

daedalus28 opened this issue Feb 21, 2017 · 2 comments

Comments

@daedalus28
Copy link
Contributor

And then importing from index so that we can do the dynamic reduce thing but still have them as top level exports

@daedalus28
Copy link
Contributor Author

The plan is to export F.indexed, F.mutable, and possibly F.flipped (although we might just deprecate all flips as per #166). These exports are at the top of the conversions file and just need to be renamed and exported: https://github.com/smartprocure/futil-js/blob/master/src/conversion.js#L4-L6

@daedalus28
Copy link
Contributor Author

daedalus28 commented Nov 8, 2019

It looks like we are going to export indexed and mutable, but flipped is too close to flip - especially after #283 which would add a flips. Trying to remember the difference between flip, flips, and flipped sounds like it would make most developers flip out.

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