fast-glob icon indicating copy to clipboard operation
fast-glob copied to clipboard

:rocket: It's a very fast and efficient glob library for Node.js

Results 46 fast-glob issues
Sort by recently updated
recently updated
newest added

### Environment * OS Version: Linux - NixOS 23.11 * Node.js Version: v18.19.1 ### Actual behavior ``` ❯ node Welcome to Node.js v18.19.1. Type ".help" for more information. > const...

### Environment * OS Version: Windows11 * Node.js Version: v20.11.0 ### Actual behavior Cannot be matched in file ### Expected behavior Match files correctly ### Steps to reproduce Directory Structure...

### Environment * OS Version: Windows 11 Pro 23H2 * Node.js Version: 22.1.0 ### Actual behavior When I glob a dir for files, I am getting a wildly different number...

Hello, could you please provide a rebuild / new version from fast-glob to bump to new micromatch dependency version 4.0.6 fast-glob 3.3.2 defines a dependency to micromatch. ├─┬ [[email protected]](mailto:[email protected]) │...

### Environment * OS Version: Linux * Node.js Version: 20.13.1 ### Actual behavior ``` [] ``` ### Expected behavior ``` ['index.test.js'] ``` ### Steps to reproduce 1. Create a path...

### What is the purpose of this pull request? To provide a failing test case for a problem regarding the absolute path pattern matching. This is base for discussion regarding:...