-
-
Notifications
You must be signed in to change notification settings - Fork 2
Add support for tag name inferral in types #6
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
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
Very cool 🤩
A nice addition 🌟
LGTM
@ChristianMurphy You think hast-util-parse-selector/package.json Line 31 in ae1c563
|
It looks like it does https://github.com/unifiedjs/unified/blob/0f3b92833fd910c21edef423ad5891af7f11a82e/package.json#L39-L46 uses similar syntax. |
Yeah, that’s what I went for. Plus I searched and found that there was an inverted syntax ( I’ll see if downgrading TS still runs! |
Blargh. No. Doesn’t seem to work |
nvm, it worked fine! |
This comment has been minimized.
This comment has been minimized.
Released in 3.1.0! |
Closes GH-5.
Initial checklist
Description of changes
See GH-5.
Notes:
parse(null)
to return a normal element, orparse(undefined, 'g')
to return ag