| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1108,6 +1108,9 @@ changes: | |||
| 1108 | 1108 | * `exclude` {Function|string\[]} Function to filter out files/directories or a | |
| 1109 | 1109 | list of glob patterns to be excluded. If a function is provided, return | |
| 1110 | 1110 | `true` to exclude the item, `false` to include it. **Default:** `undefined`. | |
| 1111 | + If a string array is provided, each string should be a glob pattern that | ||
| 1112 | + specifies paths to exclude. Note: Negation patterns (e.g., '!foo.js') are | ||
| 1113 | + not supported. | ||
| 1111 | 1114 | * `withFileTypes` {boolean} `true` if the glob should return paths as Dirents, | |
| 1112 | 1115 | `false` otherwise. **Default:** `false`. | |
| 1113 | 1116 | * Returns: {AsyncIterator} An AsyncIterator that yields the paths of files | |
| Back | FazBrowse Home | New Git URL |
0 commit comments