Skip to content

Any way to keep interface property in the same order #151

Open
@RoXuS

Description

@RoXuS

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 workinggood first issueGood for newcomershelp wantedExtra attention is needednext major releaseThis changes of code will added at next major release (*.0.0)

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions