-
Notifications
You must be signed in to change notification settings - Fork 56
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
Typescript #92
Typescript #92
Conversation
rnr -r '(.*)\.js$' '$1.ts' ./src ./test rnr -rf '(.*)\.jsx$' '$1.tsx' ./src ./test
there are so many bugs hidden in the js that are now visible, still a wip and currently only changes the webapp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me, and the local tests all work. Thanks!
I really appreciate your improvements and guidance. Thank you. |
The github action is failing, but I think it can be resolved by changing actions/setup-node@v3 to 18 Since all the tests work locally, I'll merge and update the main repo. |
#89