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
Fix JSDoc comment escaping for wildcard URL patterns
Escape */ sequences in JSDoc comments to prevent premature comment closure
when URL patterns contain wildcards (e.g., /api/v1/{name=customers/*/items/*}).
- Add escapeJSDoc template function
- Apply escaping to URL fields in service method JSDoc comments
- Add unit tests for escapeJSDoc function
- Add test proto with wildcard URL patterns