-
Notifications
You must be signed in to change notification settings - Fork 3.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
docs: convert examples to typescript #3766
Conversation
What I've changed:
|
Ping @CameronAckermanSEL. |
Curious why you’re converting, rather than not just adding TypeScript docs? |
Thank you so much for doing all of this work. I'm sorry this took so long for me to get to. |
I saw this converting thing days ago in the issue list. :P |
* docs: convert examples to typescript * docs: convert remaining examples * docs: update next.js * ci: fix lint * docs: fix next.js path * docs: cleanup * update Co-authored-by: wendellhu <[email protected]>
Is this adding or improving a feature or fixing a bug?
Not relevant.
What's the new behavior?
Convert all example files to TypeScript and update next.js to 9.4.0.
How does this change work?
Have you checked that...?
yarn test
.yarn lint
. (Fix errors withyarn fix
.)yarn start
.)Does this fix any issues or need any specific reviewers?
Fixes: #3713
Reviewers: @CameronAckermanSEL