Skip to content
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

Recursive (nested) wildcards are not handled properly #35

Open
J-Cake opened this issue Oct 30, 2022 · 0 comments
Open

Recursive (nested) wildcards are not handled properly #35

J-Cake opened this issue Oct 30, 2022 · 0 comments

Comments

@J-Cake
Copy link
Owner

J-Cake commented Oct 30, 2022

The following situation:

build/dir/*.js: [build/out/*.js]
build/out/*.js: [src/\1.ts]

When attempting to build all build/dir/*.js artifacts, you'd specify the following command line flags:

$ build/dir/\*

which in turn finds all targets matching the above selector. Note that the exact string build/out/*.js is returned and looked up in the filesystem, producing an error, as the target build/out/*.js does not represent a file, but set of files, and hence needs to be transformed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant