astahmer / openapi-zod-client

Generate a zodios (typescript http client with zod validation) from an OpenAPI spec (json/yaml)
openapi-zod-client.vercel.app
741 stars 82 forks source link

fix incorrectly escaped regex #197

Closed mjperrone closed 1 year ago

mjperrone commented 1 year ago

Adds failing test for https://github.com/astahmer/openapi-zod-client/issues/195 and fix by removing line that replaces / with \\/

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
openapi-zod-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2023 6:59pm
astahmer commented 1 year ago

LGTM if you can just revert that package.json version bump i'll merge it right after that !