colinhacks / zod

TypeScript-first schema validation with static type inference
https://zod.dev
MIT License
33.09k stars 1.15k forks source link

Implement live types #3656

Closed colinhacks closed 2 months ago

colinhacks commented 2 months ago

These changes make it possible to do regular development on Zod without doing any local builds. All tests run against source files, and inter-package imports just work.