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

Convert codebase to TypeScript #293

Closed
3 tasks done
pvlugter opened this issue Apr 8, 2022 · 0 comments · Fixed by #323
Closed
3 tasks done

Convert codebase to TypeScript #293

pvlugter opened this issue Apr 8, 2022 · 0 comments · Fixed by #323
Assignees
Labels
kalix-runtime Runtime and SDKs sub-team

Comments

@pvlugter
Copy link
Member

pvlugter commented Apr 8, 2022

The codebase has been partially converted over to TypeScript. This can continue in steps. Having everything in TypeScript should make maintenance easier, type declarations can be generated directly (rather than using jsdoc), API docs can be generated using tsdoc, and it lays the groundwork for further improvements.

  • convert codebase to TypeScript
  • generate type declarations using tsc, remove jsdoc
  • generate API docs using tsdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kalix-runtime Runtime and SDKs sub-team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant