@@ -997,7 +997,8 @@ changes:
997
997
* ` errorOnExist` {boolean} when ` force` is ` false ` , and the destination
998
998
exists, throw an error. **Default:** ` false ` .
999
999
* ` filter` {Function} Function to filter copied files/directories. Return
1000
- ` true ` to copy the item, ` false ` to ignore it. Can also return a ` Promise `
1000
+ ` true ` to copy the item, ` false ` to ignore it. When ignoring a directory,
1001
+ all of its contents will be skipped as well. Can also return a ` Promise `
1001
1002
that resolves to ` true ` or ` false ` **Default:** ` undefined ` .
1002
1003
* ` src` {string} source path to copy.
1003
1004
* ` dest` {string} destination path to copy to.
@@ -2341,7 +2342,8 @@ changes:
2341
2342
* `errorOnExist` {boolean} when `force` is `false`, and the destination
2342
2343
exists, throw an error. **Default:** `false`.
2343
2344
* `filter` {Function} Function to filter copied files/directories. Return
2344
- `true` to copy the item, `false` to ignore it. Can also return a `Promise`
2345
+ `true` to copy the item, `false` to ignore it. When ignoring a directory,
2346
+ all of its contents will be skipped as well. Can also return a `Promise`
2345
2347
that resolves to `true` or `false` **Default:** `undefined`.
2346
2348
* `src` {string} source path to copy.
2347
2349
* `dest` {string} destination path to copy to.
@@ -5262,7 +5264,8 @@ changes:
5262
5264
* ` errorOnExist` {boolean} when ` force` is ` false` , and the destination
5263
5265
exists, throw an error. ** Default: ** ` false` .
5264
5266
* ` filter` {Function } Function to filter copied files/ directories . Return
5265
- ` true` to copy the item, ` false` to ignore it. ** Default: ** ` undefined`
5267
+ ` true` to copy the item, ` false` to ignore it . When ignoring a directory,
5268
+ all of its contents will be skipped as well. ** Default: ** ` undefined`
5266
5269
* ` src` {string} source path to copy.
5267
5270
* ` dest` {string} destination path to copy to.
5268
5271
* Returns: {boolean}
0 commit comments