@@ -1077,6 +1077,9 @@ behavior is similar to `cp dir1/ dir2/`.
10771077<!-- YAML
10781078added: v22.0.0
10791079changes:
1080+ - version: REPLACEME
1081+ pr-url: https://github.com/nodejs/node/pull/58182
1082+ description: Add support for ` URL ` instances for ` cwd` option.
10801083 - version: v24.0.0
10811084 pr-url: https://github.com/nodejs/node/pull/57513
10821085 description: Marking the API stable.
@@ -1092,7 +1095,7 @@ changes:
10921095
10931096* ` pattern` {string|string\[ ]}
10941097* ` options` {Object}
1095- * ` cwd` {string} current working directory. **Default:** ` process .cwd ()`
1098+ * ` cwd` {string|URL } current working directory. **Default:** ` process .cwd ()`
10961099 * ` exclude` {Function|string\[ ]} Function to filter out files/directories or a
10971100 list of glob patterns to be excluded. If a function is provided, return
10981101 ` true ` to exclude the item, ` false ` to include it. **Default:** ` undefined ` .
@@ -3136,6 +3139,9 @@ descriptor. See [`fs.utimes()`][].
31363139<!-- YAML
31373140added: v22.0.0
31383141changes:
3142+ - version: REPLACEME
3143+ pr-url: https://github.com/nodejs/node/pull/58182
3144+ description: Add support for `URL` instances for `cwd` option.
31393145 - version: v24.0.0
31403146 pr-url: https://github.com/nodejs/node/pull/57513
31413147 description: Marking the API stable.
@@ -3152,7 +3158,7 @@ changes:
31523158* `pattern` {string|string\[ ]}
31533159
31543160* `options` {Object}
3155- * `cwd` {string} current working directory. **Default:** `process.cwd()`
3161+ * `cwd` {string|URL } current working directory. **Default:** `process.cwd()`
31563162 * `exclude` {Function|string\[ ]} Function to filter out files/directories or a
31573163 list of glob patterns to be excluded. If a function is provided, return
31583164 `true` to exclude the item, `false` to include it. **Default:** `undefined`.
@@ -5689,6 +5695,9 @@ Synchronous version of [`fs.futimes()`][]. Returns `undefined`.
56895695<!-- YAML
56905696added: v22.0.0
56915697changes:
5698+ - version: REPLACEME
5699+ pr-url: https://github.com/nodejs/node/pull/58182
5700+ description: Add support for ` URL ` instances for ` cwd` option.
56925701 - version: v24.0.0
56935702 pr-url: https://github.com/nodejs/node/pull/57513
56945703 description: Marking the API stable.
@@ -5704,7 +5713,7 @@ changes:
57045713
57055714* ` pattern` {string|string\[ ]}
57065715* ` options` {Object}
5707- * ` cwd` {string} current working directory. **Default:** ` process .cwd ()`
5716+ * ` cwd` {string|URL } current working directory. **Default:** ` process .cwd ()`
57085717 * ` exclude` {Function|string\[ ]} Function to filter out files/directories or a
57095718 list of glob patterns to be excluded. If a function is provided, return
57105719 ` true ` to exclude the item, ` false ` to include it. **Default:** ` undefined ` .
0 commit comments