-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
test(ts-toolbelt): recursive iteration types #33810
Conversation
I believe the build is failing because of master. Will retry when master is passing its tests again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with two comments:
- @weswigham recently changed the user test format. @weswigham can you make sure this is valid?
- Do you mind commenting at the top that this library is most widely used in ramda?
Thanks @sandersn. I just added it. |
Hey @sandersn, is this still going to be merged? Or is there anything blocking it? |
Sorry, I lost track of this. Thanks for the ping. |
I can imagine all the stuff you've got on your list. No worries! Thanks for merging 🎉 |
Added a test for recursive iteration types to preserve ts-toolbelt's recursion capabilities in the future (as discussed with @sandersn)