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

Mvj 249 flow to typescript conversion #485

Merged
merged 39 commits into from
May 30, 2024

Conversation

robertrytovuori
Copy link
Contributor

This is a huge PR. Not sure what is the best approach to reviewing it since pretty much every .js and .jsx file has been transformed to .ts and .tsx. Also had to make some changes in webpack and other places to make the typescript work. I have ran the tests, compiled and ran the dev server.

@henrinie-nc
Copy link
Contributor

@robertrytovuori How about we book time tomorrow to go through this together and browse to see if there's something of interest?

package.json Outdated
@@ -32,6 +32,7 @@
"copy-to-clipboard": "^3.2.0",
"date-fns": "^2.0.0-beta.4",
"dotenv": "^8.0.0",
"file-loader": "^6.2.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sounds a bit like file-loader, ts-loader, and utility-types should be devDependencies

Copy link
Contributor

@henrinie-nc henrinie-nc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big chunk of changes to review. I looked a bit here and there, nothing significant popped up.
One thing I noted was addition of some dependencies, which seemed like development dependencies, please check those and move to devDependencies if they belong there. Approving ahead of time

@robertrytovuori robertrytovuori merged commit ebbc0f7 into develop May 30, 2024
3 checks passed
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 this pull request may close these issues.

2 participants