acacode / acacode/swagger-typescript-api

Any way to keep interface property in the same order

オープン
#151 コメント 11 件 リアクション 0 件 担当者 1 名 @js2me が担当を希望しています GitHub で見る
bug good first issue help wanted
主要言語
TypeScript
スター
4.1k
フォーク
436
PR マージ指標
30日以内にマージされた PR はありません

説明

Hey,

We commit the generated API code to follow change through our stories. It's good but the order of each interface change at each generation.

First generation:
```
interface A {
b: string;
c: string;
}
```
second generation:
```
interface A {
c: string;
b: string;
}
```

There is a way to keep order? Something like alphabetical order?

Thx.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。