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

fix: provide a fix for mangled names #97

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: provide a fix for mangled names #97

wants to merge 2 commits into from

Conversation

timdeschryver
Copy link
Owner

@timdeschryver timdeschryver commented Jul 13, 2024

WIP.

This is a breaking change, TODO: document the change.

Closes #95

Copy link

vercel bot commented Jul 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zod-fixture ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 13, 2024 5:18pm

@dxlbnl
Copy link

dxlbnl commented Jul 15, 2024

This is necessary I think to make zod-compare work properly too. I'll try to run this version in my codebase when I have spare cycles. But I don't see any issues.

@THEtheChad
Copy link
Collaborator

I'll take a glance at this as well.

The reason we had the hackery was to facilitate not bundling the entirety of zod into our package, especially since it's a peer dependency (and will probably already be in the project).

Granted, in order to do this, we had to provide parity with some of zod's internals without implementing the entirety of it. Obviously something was missed (or changed).

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.

issue with generators on the examples provided in the docs
3 participants