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

add thrush combinator as applyTo #2309

Merged
merged 1 commit into from
Oct 4, 2017
Merged

Conversation

kedashoe
Copy link
Contributor

@kedashoe kedashoe commented Oct 4, 2017

Closes #1846, #1847

@@ -15,6 +15,7 @@ export { default as aperture } from './aperture';
export { default as append } from './append';
export { default as apply } from './apply';
export { default as applySpec } from './applySpec';
export { default as applyTo } from './applyTo';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this something we will need to add into our PRs in the future? Can we get a build script to do this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was in favor of doing this automatically via a script when we first added an index.js file but we decided against it.. I think it is fine to do it manually as I believe in all cases (adding, moving, deleting functions) either tests or building will fail if index.js is not updated.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be worth it at this point to update the instructions in CONTRIBUTING.md

@buzzdecafe
Copy link
Member

🐄

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

Successfully merging this pull request may close these issues.

3 participants