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: Windows 10 Home (21H2) * Node.js Version: 8.15.1 ### Actual behaviour When using a glob import syntax starting with `./` the relative path gets evaluated...

### Environment * OS Version: Windows 10 * Node.js Version: 14.17 ### Actual behavior After install fast-glob npm throws audit security issues with that dependency glob-parent that version should be...

### Environment * OS Version: macOS Monterey 12.3.1 (arm64) * Node.js Version: v17.4.0 package.json ```json "@types/jest": "^28.1.0", "fast-glob": "^3.2.11", "jest": "^28.1.0", "ts-jest": "^28.0.4", "typescript": "^4.7.2" ``` ### Actual behavior `fastGlob()`...

Type: Enhancement

### Environment * OS Version: Windows 10 * Node.js Version: 6.14.6 ### Actual behavior The apostrophe in the folder name seems to break the pattern matching. If I manually rename...

Type: Documentation

### What is the purpose of this pull request? Solving CVE-2021-35065 (https://github.com/advisories/GHSA-cj88-88mr-972w) ### What changes did you make? (Give an overview) Updating `glob-parent` to `6.0.1`

### Environment * OS Version: MacOS Big Sur (11.6.4) * Node.js Version: 17 ### Actual behavior List-segments are matched in a way that is compatible with `glob` ### Expected behavior...

Type: Bug
Upstream: micromatch

### Environment * OS Version: ubuntu 17.10 * Node.js Version: latest ### Actual behavior Ignore patterns don't work in `ignore` option. ### Expected behavior Ignore patterns should be work in...

Type: Enhancement

In the new version (`4.0.0`), we want to exclude version node.js 8, 10 from support. We will support the following versions another year: * 12.22.0+ * 14.17.0+ * 16.0.0+ Node.js...

Type: Maintenance

### What is the purpose of this pull request? Ultimately this started as a PR to fix a bug I was seeing when mocking `os` with `jest`, it grew a...

### Environment * OS Version: macOS 10.14 * Node.js Version: 8.11.4 ### Actual behavior The output of fast-glob contains duplicates when using non-normalized paths in patterns (like `./file.txt`). ### Expected...

Type: Enhancement