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

Migrate to typescript #191

Closed
MichaelJamesParsons opened this issue Dec 15, 2019 · 0 comments · Fixed by #192
Closed

Migrate to typescript #191

MichaelJamesParsons opened this issue Dec 15, 2019 · 0 comments · Fixed by #192
Assignees

Comments

@MichaelJamesParsons
Copy link
Contributor

MichaelJamesParsons commented Dec 15, 2019

Description

Now that titan has reached a more stable state, it's time to go back and optimize the code base to ensure it scales gracefully. There are a few upcoming tasks that mandate strong types to be reliably implemented (e.g. API client codegen #174). This task will mark the beginning of a long-term effort toward migrating to TypeScript.

Requirements/Expected Behavior

  • Reconfigure webpack and babel
  • Implicit any types should trigger a warning. We'll fix these warnings over time. Once they're all resolved, implicit any types will trigger an error instead.
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