You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time we generate typescript bindings, the order of methods in contracts.gen.ts is changed.
It makes it impossible to review the generated contracts.
And is terrible to track changes and update the client after contract changes.
To Reproduce
Build dojo-starter multiple times and compare the bindings.
If there was no change in the models, they should not be updated.
Expected behavior
The generated sources should be deterministic and historically accurate.
Describe the bug
Every time we generate typescript bindings, the order of methods in
contracts.gen.ts
is changed.It makes it impossible to review the generated contracts.
And is terrible to track changes and update the client after contract changes.
To Reproduce
Build
dojo-starter
multiple times and compare the bindings.If there was no change in the models, they should not be updated.
Expected behavior
The generated sources should be deterministic and historically accurate.
Additional context
follow-up of #2782
The text was updated successfully, but these errors were encountered: