Normalize the order of generated types #2558
thgh
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the git diff is quite complicated as the order of the generated types depends a lot on which modules are loaded first. So every time a module is added, some interfaces are moved up or down.
The proposed solution is to order the interfaces alphabetically. (and maybe the properties too)
Beta Was this translation helpful? Give feedback.
All reactions