-
-
Notifications
You must be signed in to change notification settings - Fork 691
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
Fix drizzle-zod
and drizzle-typebox
mapping refinements incorrectly
#3737
Conversation
drizzle-zod
mapping refinements incorrectlydrizzle-zod
and drizzle-typebox
mapping refinements incorrectly
@L-Mario564 let's add tests for all such cases, to make sure we won't hit it in the future |
@L-Mario564 Do you know if this PR will fix #3732 and #3747? |
I'm not sure, and it's difficult to verify such since the bug only happens after building it. If it's not fixed by removing the internal JSDoc comments (done in this PR) then we likely need to just expose internal types, which we'd do in a separate PR soon. |
I added some example code on #3734. It may be helpful for reproduction and testing, assuming it's the same issue mentioned by OP. |
Managed to fix #3751 for drizzle-valibot. |
Any updates on this? |
Addresses #3735, #3756, #3751 & #3734.
Title. Also removed some unnecessary
@internal
JSDoc comments.