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

Ensure that the types are generated properly #32

Merged
merged 3 commits into from
Apr 21, 2023

Conversation

AlexVipond
Copy link
Contributor

Noticed in the insiders build that we lost type definitions—this PR restores them.

Once I added the --dts flag, I started getting TS errors for pipe and compose, since reduce and reduceRight only want to operate on Fn, not the union type. The type assertion is a decent workaround, but I don't love it—maybe you know a better way to fix.

@RobinMalfait RobinMalfait changed the title restore .d.ts build output Ensure types for the library are generated properly Apr 21, 2023
@RobinMalfait RobinMalfait changed the title Ensure types for the library are generated properly Ensure that the types are generated properly Apr 21, 2023
@RobinMalfait RobinMalfait merged commit 433f4bc into RobinMalfait:main Apr 21, 2023
@RobinMalfait
Copy link
Owner

Hey, thanks so much for this contribution! 🙏

I indeed lost that information 🙈

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.

None yet

2 participants