-
Notifications
You must be signed in to change notification settings - Fork 74
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
create a really nice tree-shakable ES module, with flow function #52
Comments
@graingert we support importing operators individually at the moment, but we also have work planned to export pipe-friendly variants of each operator. You can also use the We also recommend using babel-plugin-transform-imports to help decompose large explicit operator imports. Hope this helps! |
@trxcllnt the export default is not tree-shakeable. |
@graingert no problem then, we can change that easily enough. It's a default export b/c closure-compiler doesn't work with |
@trxcllnt I'd like a true .mjs module available in the package. |
do you mind clarifying what you mean? we are publishing the es2015/ESModules compilation target as |
As apposed to one with a single default export, as in __module |
yeah one like this, right? |
Yes exactly like that |
yeah I said we can do that again edit: oops, clicked the wrong button |
Nice, didn't know it was there |
Should I open a new issue for curried, data-last functions? |
@graingert nah we already got #23 and #46, so it's planned. would be happy to review a PR if you want to do the manual work of adding all the new pipe-aware impls (and if so, hmu cuz we have thoughts about how to make it less painful), but otherwise it'll happen when we have time. |
The text was updated successfully, but these errors were encountered: