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

Remove forced typecastings from converted Typescript files #42

Closed
r00dgirl opened this issue Aug 3, 2020 · 0 comments · Fixed by #1596
Closed

Remove forced typecastings from converted Typescript files #42

r00dgirl opened this issue Aug 3, 2020 · 0 comments · Fixed by #1596
Assignees
Labels
P2 planned for next 1-2 months

Comments

@r00dgirl
Copy link
Contributor

r00dgirl commented Aug 3, 2020

Typecasting (such as typing as any, or to an interface) may be inevitable when some dependencies of the file that is being converted to Typescript is not in Typescript yet, and thus may not be emitting the correct types.

This issue is a holder issue to mark those forced typecastings in the application with an issue number so we can delete them in one shot after a majority of the backend has been migrated.

@r00dgirl r00dgirl added P3 blocked blocked by another issue labels Aug 3, 2020
@r00dgirl r00dgirl added this to the typescriptify backend milestone Aug 3, 2020
@liangyuanruo liangyuanruo added P2 planned for next 1-2 months and removed P3 labels Dec 25, 2020
@mantariksh mantariksh assigned mantariksh and unassigned tshuli Apr 8, 2021
@karrui karrui removed the blocked blocked by another issue label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 planned for next 1-2 months
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants