orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺
if the pattern contains */ then orval produces TS files which have error due invalid comment parsing, these changes ensure to properly escape all JS doc strings .
Status
READY
Description
Fix #1703
if the
pattern
contains*/
then orval produces TS files which have error due invalid comment parsing, these changes ensure to properly escape all JS doc strings .