You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: convert all JSDoc comments to @description for .describe() calls
Add convertJsDocToDescription() during pre-processing to transform all
JSDoc comments into @description tags. ts-to-zod then generates .describe()
calls for each field and type.
- Processes all interfaces and their properties
- Processes all type aliases
- Preserves existing JSDoc tags (@TJS-type, @Format, etc.)
- 294 comments converted, resulting in 183 .describe() calls in schemas
Example result:
progress: z.number().describe('The progress thus far...')
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments