-
Notifications
You must be signed in to change notification settings - Fork 906
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
☂️Umbrella: TypeScript migration #683
Comments
👋 Hey stranger ; D I'm happy to give it a shot. I'd like to try to start with something small like |
Hey! You can find shared types like |
I would like to work in |
Would love to take the ˋdoctor` command! |
@netochaves @thib92 go for it! |
I was pulling the thread on tools/releaseChecker so I can pull that and replacePathSepForRegex + walk + yarn in too. |
I can tackle the |
I will like to tackle commands/install |
I'd like to help with |
I'd like to help with |
I can help with |
I'd like to work with |
I'd like to help with |
I'd like to help with |
I'd like to help with |
I can do |
Hey, I do like to start helping with Btw, it seems |
I'd like to help with |
I would like to help with WIP MR #710 |
I would like to help if there are any files left, not yet taken |
@Noeza you could take a look at e2e directory and convert tests. We would also use some help with reviewing PRs :) |
I want to raise my hand for the next help! |
I can also help with code review or for converting tests. |
Anything else to grab? I helped migrate the Refined GitHub extension to TS. Happy to work on any part of this. |
Looks like we're out of work that's not assigned to anybody. But maybe we missed something, so feel free to identify that. If not, code review is always welcome. Or PRs improving type coverage! |
@nitaking @Sly777 @nickytonline |
I'll take a peek tonight @PTROCKI. |
We have just replaced the remaining files as a part of #783. |
Describe the Feature
Some time ago we started migrating CLI to TS package by package. The infrastructure is already set up, so we can work with TS and Flow files without issues.
Currently all packages except for
packages/cli
are converted. We need your help in converting the rest of the codebase 💪.Work plan
If you'd like to help with migrating any of the packages mentioned below, please leave a comment and we'll assign it to you.
Commands
Commands live in separate directories. It makes sense to tackle them one by one.
Tools
Tools are helpers we use throughout the
cli
package. They have corresponding test files, which can be found incommands/tools/__tests__
directory. Those should also be converted.Root index files in
src/
Let's tackle this once we have all commands converted.
The text was updated successfully, but these errors were encountered: