acacode / acacode/swagger-typescript-api
Some descriptions failed to parse
オープン
bug
- 主要言語
- TypeScript
- スター
- 4.1k
- フォーク
- 436
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
# 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:
```ts
myProp: string,
```
After it is:
```ts
{ myProp, ...query }: GetFormularParams,
```
## 2
Some descriptions failed to parse:
**YAMLParseError: Missing closing "quote at line 45, column 85:**
Happens for multiline descriptions like:
```yaml
description: "Some context of line 1:\
\ Some context of line 2"
```
This error doesn't occur before.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。