Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement for generating TS types #2181

Open
2 tasks
AmmarAbouZor opened this issue Jan 28, 2025 · 0 comments · May be fixed by #2186
Open
2 tasks

Improvement for generating TS types #2181

AmmarAbouZor opened this issue Jan 28, 2025 · 0 comments · May be fixed by #2186
Assignees
Labels
new newly created issue

Comments

@AmmarAbouZor
Copy link
Member

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
@github-actions github-actions bot added the new newly created issue label Jan 28, 2025
@AmmarAbouZor AmmarAbouZor linked a pull request Jan 28, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new newly created issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants