-
There should be a setting for max time to expand globs, and an error if glob expansion takes longer than the setting.
Default should be one minute.
See #5966 for background about why.
Low dif…
-
With some directory structures it becomes cumbersome to define all the source patterns required. This is particularly problematic with large projects. Having support for globs would help a lot to deal…
-
My config:
``` javascript
bless: {
prod: {
options: {
logCount: 'warn',
failOnLimit: 'true'
},
src: ['dist/prod/www/css/**/*.css']
}
}
```
The…
-
the `-M` (and similar) options should allow multiple files to be passed using `*`, so `-M ligand_*.sdf` to grab all ligand files matching that pattern.
Currently gives:
`Error: Got unexpected extr…
-
Currently, the library doesn't handle globs nor arrays on the main file which apparently are perfectly valid.
Error is:
```
TypeError: Arguments to path.resolve must be strings
at Object.export…
-
Currently, `tiny-glob` takes a single glob string.
It would be nice if it could also take an array of glob strings, where negations apply to previous items in the array.
For example, given the f…
-
Hi
Consider a method where the return object could be an `Iterator` or `AsyncIterator` so that large file globs (as in huge numbers of files) are supported.
-
Issue for documentation/findability.
- For discussion, see #114
See also
- #134
- #136
This feature is current a candidate for v6.
- There is an array of regular abbreviation "prefixe…
-
Resources don't seem to get converted into glob patterns. I get errors like this:
`invalid label 'Source/**/*.{js,css}' in element 0 of attribute 'resources' in 'objc_library' rule: invalid target …
-
It's good to modularise actions as much as possible to facilitate parallelisation and to avoid re-running chunks of code unnecessarily. But this can dramatically increase the number of actions (it als…