glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.93k stars 1.05k forks source link

fix: Make private members of TypeScriptZodRenderer protected #2476

Closed inferrinizzard closed 6 months ago

inferrinizzard commented 7 months ago

Was attempting to extend the TypeScriptZod renderer and discovered that some functions were marked as private, preventing them from being easily extended