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 models in models.gen.ts is changed.
It makes it impossible to review the generated models.
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.
Describe the bug
Every time we generate typescript bindings, the order of models in
models.gen.ts
is changed.It makes it impossible to review the generated models.
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.
The text was updated successfully, but these errors were encountered: