zijianhuang / openapiclientgen

Generate strongly typed C# and TypeScript client codes from Open API / Swagger definitions supporting jQuery, Angular, AXIOS, Fetch API, Aurelia and Angular Strictly Typed Forms
MIT License
64 stars 13 forks source link

JsDoc does not support regex #47

Open zijianhuang opened 6 months ago

zijianhuang commented 6 months ago

As mentioned in https://github.com/jsdoc/jsdoc/issues/1957, JsDoc does not support regex, so I have to skip pattern of OpenApi def when generating doc comments.

Bring back pattern when JsDoc has this fixed.