-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Converting source to TypeScript? #583
Comments
+1 TypeScript |
Not at the present time, although I guess that could change later. (If it does, I'll reopen.) |
@glasserc interesting discussions about the Jest typescript migration https://news.ycombinator.com/item?id=18918038 |
I wouldn't mind, honestly, though it might be a large task to do so. |
I'd be willing to help with this. |
This is the :dream:. Let me know if you need some help as well. |
@epicfaace is this a goal for v2? We are heavily using TypeScript and are currently maintaining a patched set of TS definitions to have some (quite inexact) type safety for our custom fields and widgets. A native TS implementation with good type coverage will be a huge step not only for us, but IMO for the project (stability, types as documentation, confidence when doing some refactorings, see my latest comment at #1286) So I also offer my help for this migration, and support in case of problems. |
Yeah, let's make it a goal for v2. @sbusch could you send over whichever of your TS definitions might be helpful? I think starting with those as well as the DefinitelyTyped definitions would give us a good starting point with which to add the rest of the types needed. |
https://github.com/wix-incubator/as-typed do you guys think this might be useful? |
we could possibly use tsdx |
An effort has begun to convert the |
@heath-freenome Nice! I am no longer using this project, but it's great to hear that the TypeScript conversion is underway. |
@heath-freenome If you're still looking for extra hands, would be interested in participating! |
@ksbrar We've managed to complete the conversion of the |
We are 100% typescript in the 5.x |
Would you consider a Pull Request converting react-jsonschema-form to TypeScript?
The text was updated successfully, but these errors were encountered: