-
-
Notifications
You must be signed in to change notification settings - Fork 2
Add types #1
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
Add types #1
Conversation
nice! I’ve often added /cc @ChristianMurphy |
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.
Thanks @stefanprobst!
Co-authored-by: Christian Murphy <[email protected]>
Co-authored-by: Christian Murphy <[email protected]>
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.
Thanks @stefanprobst! 🙇
Thanks all! Released! |
This PR adds types to
xast-util-sitemap
.Could probably be improved by making
lang
required whenalternate
is present, but i don't know how to do that :/.The "eslint-disable" comment is because xo suggested to use a stricter
Omit
from thetype-fest
package, which is not needed here.