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

fix: Replace Handlebars-Generated Types with Rust-Generated TypeScript Types #309

Closed
c12i opened this issue Jun 12, 2024 · 0 comments · Fixed by #311
Closed

fix: Replace Handlebars-Generated Types with Rust-Generated TypeScript Types #309

c12i opened this issue Jun 12, 2024 · 0 comments · Fixed by #311
Assignees

Comments

@c12i
Copy link
Collaborator

c12i commented Jun 12, 2024

Currently, TypeScript types are generated using Handlebars templates, resulting in a poorly formatted and less maintainable types.ts file. This issue aims to replace the Handlebars-generated TypeScript types with types generated programmatically in Rust. This change will improve maintainability and ensure type definitions are directly derived from Rust structs and enums.

Problems with Handlebars-Generated Types:

  • Inconsistent formatting and indentation
  • Difficult to maintain and update
  • Prone to template errors and inconsistencies
@c12i c12i self-assigned this Jun 12, 2024
@c12i c12i changed the title fix: Poorly formatted types.ts files fix: Replace Handlebars-Generated Types with Rust-Generated TypeScript Types Jun 12, 2024
@c12i c12i closed this as completed in #311 Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant