swagger-typescript-api icon indicating copy to clipboard operation
swagger-typescript-api copied to clipboard

Some descriptions failed to parse

Open EinfachHans opened this issue 2 months ago • 4 comments

Description

Today i tried updating from 13.2.8 -> 13.2.13.

I have the following problems:

1.

I have extractRequestParams set. I have one path param. Before my first parameter is:

myProp: string,

After it is:

 { myProp, ...query }: GetFormularParams,

2

Some descriptions failed to parse:

YAMLParseError: Missing closing "quote at line 45, column 85: Happens for multiline descriptions like:

description: "Some context of line 1:\
        \ Some context of line 2"

This error doesn't occur before.

EinfachHans avatar Sep 26 '25 11:09 EinfachHans