-
Notifications
You must be signed in to change notification settings - Fork 10.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
chore(gatsby): migrate date to TypeScript #22430
chore(gatsby): migrate date to TypeScript #22430
Conversation
Sorry for the late response on this. Can you please rebase onto master? Thanks! |
62a05a6
to
b5eaf03
Compare
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.
Hey. I'm sorry this has been untouched in a while. I think it looks good and just needs a few unrelated changes to be dropped to be merged. Do you want to proceed with that? Cheers!
I can try to run the format and rebase bot and see how that ends up. Formatting fine now, Please just drop that added require line and to move the type definitions up :)
98fd3c2
to
0221560
Compare
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 great, thank you! 💜
Description
Part of #21995
I migrated
types/date.js
to typescript.Documentation
Related Issues
#21995