Colin McDonnell

Results 436 comments of Colin McDonnell

Not planned currently but I'll leave this open to gauge interest

I just merged a `jitless` flag that may alleviated this in some cases. https://github.com/colinhacks/zod/pull/4368 But if Next is crashing during the build phase, there's little I can do. That'll require...

I'm not planning to fix this as it would be unsound for any transform that isn't `v => v`. I've improved the error messaging somewhat here: https://github.com/colinhacks/zod/commit/52808166ec4ee89ed04d0da6b86c42134f6b07e4 Regarding accessing Zod...

Without knowing much about this particular issue, this "Excessively deep" issue is likely fixed in Zod 4.1.6: https://github.com/colinhacks/zod/pull/5222. If you are using Zod 3.x, you can fix this issue by...

`z.interface()` has been removed since this issue was open. `z.object()` continues to support JSDoc.