-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 support #12870
Comments
To be completely honest, this is very low priority for us. I understand the frustractions, but such definitions requires a good amount of time to maintain and that's not something that has an impact on our roadmap. |
@mejta could you share your actual types? |
@chapterjason It's very rough and definitely not complete, just for my project: https://github.com/mejta/DefinitelyTyped/tree/master/types/wordpress__blocks I also stopped creating new types as it is too time-consuming :( |
This was discussed several times. I'm going to close this in favor of #15027 (See the related discussions) |
Note that WordPress NPM packages will now ship with first-party TypeScript types as of the changes in #18942. |
Is your feature request related to a problem? Please describe.
I write all my code in TypeScript and I have a problem with missing typing for Gutenberg and wp API. I have to define all typing by myself.
Describe the solution you'd like
It would be great to add typing to the DefinitelyTyped project (https://github.com/DefinitelyTyped/DefinitelyTyped)
Describe alternatives you've considered
At the moment I'm creating typings by hand :(
See DefinitelyTyped/DefinitelyTyped#31388
The text was updated successfully, but these errors were encountered: