-
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
withSpokenMessages: Change js files to typescript #48163
withSpokenMessages: Change js files to typescript #48163
Conversation
👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @bhavz-10! In case you missed it, we'd love to have you join us in our Slack community, where we hold regularly weekly meetings open to anyone to coordinate with each other. If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information. |
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.
Looks good, thank you! 🎉
If you can add a line to the "Internal" section of the changelog, we're good to merge 👍
Hey @bhavz-10 , do you still have capacity to work on this PR? Otherwise we're happy to take over and merge the PR for you 🚀 |
Hello @ciampo I will work and push the change requested today. Thank You |
Signed-off-by: bhavz-10 <bhavik.kalpesh@rtcamp.com>
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.
Looks good! I just went ahead and tweaked the positioning of the changelog so it isn't misplaced in current trunk 👍
Thanks again for your contribution!
Hello @mirka Thank you for making the tweak. |
What?
Converting Javascript files to Typescript
Why?
As mentioned in #35744, we want all javascript files to be converted to typescript
How?
Change to tsx files and run build to make sure it does not throw an error.
There is a change in test added runtime as
any
was implicitly declared as the value type.