-
Notifications
You must be signed in to change notification settings - Fork 69
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
twiggy paths
should work with regexes
#58
Labels
Comments
fitzgen
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
May 11, 2018
I can start working on this one when I am done working on #57! |
The regex crate is a joy to work with :) |
data-pup
added a commit
to data-pup/twiggy
that referenced
this issue
May 22, 2018
by regex rather than exact name. Solves rustwasm#58.
data-pup
added a commit
to data-pup/twiggy
that referenced
this issue
May 22, 2018
by regex rather than exact name. Solves rustwasm#58.
Solved in #65. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be annoying to specify the whole item name, including the hash at the end. We should support doing just
my_crate::.*
etc.The text was updated successfully, but these errors were encountered: