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

Esbuild doesn't support constructor.name (like z.ZodOptional.name, z.ZodDefault.name) #121

Open
sarrooo opened this issue Nov 13, 2024 · 0 comments

Comments

@sarrooo
Copy link

sarrooo commented Nov 13, 2024

Hi !

I'm using your lib with esbuild, trying to use zodToOpenAPI but there is a problem of required detection due to this line

const optionalTypes = [z.ZodOptional.name, z.ZodDefault.name]

Tried to console.log and it's ZodOptional2 and ZodDefault2 and for input it's ZodOptional

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

No branches or pull requests

1 participant