-
Notifications
You must be signed in to change notification settings - Fork 19
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
deno task
- Support brace expansion
#91
Comments
@dsherret is this supposed to work? |
deno task
- Support brace expansion
No, brace expansion has not been implemented in deno task. |
This is something I'd be interested in taking a crack at. Looking at the GNU docs @dsherret shared, there are a few discrete features of brace expansion we might consider implementing.
Should I aim to tackle all four at once? Or should we start perhaps with just the first 1 or 2 and go from there? |
Having looked a bit further into this, I think this would necessitate changes to the |
So at the very least, this would require modifying the parser such that curly braces are allowed when applying word parts combinators. However, the major issue is that the
@dsherret between these approaches, what do you think? |
I have this in my deno.json
When I run
deno task check
, I got:My deno version:
The text was updated successfully, but these errors were encountered: