-
Notifications
You must be signed in to change notification settings - Fork 470
Untegged variants support for regular expressions as a payload #6140
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
Comments
What's relatively easy to add, is to consider regexps as object.
|
What about |
Before doing that I'd like to know if the simpler solution would work in most cases. The RegExp type is a further complication, as there's already overlap between array and object, so with this it would be a 3-way overlap. |
In this example, what is it binding to? Link? |
It's definitely better than nothing. And in my experience, the regexp is usually overlapped with a string type.
|
Uh oh!
There was an error while loading. Please reload this page.
I think it's a pretty common case.
I use
[email protected]
The text was updated successfully, but these errors were encountered: