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
The current workflow for the generating typescript types from rust types needed to optimize to resolve the following issues:
The types will be generated into bindings directory inside stypes crates and must be copied manually to platform. Keeping two copies of those files is confusing and having to manually copy them each time can be avoided.
The generated typescript files aren't formatted with prettier rules that are defined in the repo, leading to have the typescript files in various formats
The text was updated successfully, but these errors were encountered:
The current workflow for the generating typescript types from rust types needed to optimize to resolve the following issues:
bindings
directory insidestypes
crates and must be copied manually toplatform
. Keeping two copies of those files is confusing and having to manually copy them each time can be avoided.prettier
rules that are defined in the repo, leading to have the typescript files in various formatsThe text was updated successfully, but these errors were encountered: