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

Upgrade backend and scripts to TypeScript 4.4 #212

Open
wizonesolutions opened this issue Nov 8, 2021 · 0 comments
Open

Upgrade backend and scripts to TypeScript 4.4 #212

wizonesolutions opened this issue Nov 8, 2021 · 0 comments

Comments

@wizonesolutions
Copy link
Collaborator

The frontend will be on 4.4 once we deploy the Angular upgrade. We should get backend and scripts on the same version. I took a quick pass at this, but the backend had a lot of type errors to resolve. Thus, I'm opening an issue for prioritization.

Everything compiles to JavaScript, so different TypeScript versions won't usually cause any issues running the application. However, shared bedes-common code will have to take care not to use TypeScript 4.x features, or the backend code won't compile. We'd notice this quickly, so not a major issue.

But making this change will also improve code quality and reduce future bugs, so it has benefits beyond reducing technical debt.

I personally think we should prioritize it, since it's related to the Angular upgrade in my mind.

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

No branches or pull requests

1 participant