-
-
Notifications
You must be signed in to change notification settings - Fork 418
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednext major releaseThis changes of code will added at next major release (*.0.0)This changes of code will added at next major release (*.0.0)
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednext major releaseThis changes of code will added at next major release (*.0.0)This changes of code will added at next major release (*.0.0)