File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ changes:
20
20
21
21
<!-- source_link=lib/domain.js -->
22
22
23
- ** This module is pending deprecation** . Once a replacement API has been
23
+ ** This module is pending deprecation. ** Once a replacement API has been
24
24
finalized, this module will be fully deprecated. Most developers should
25
25
** not** have cause to use this module. Users who absolutely must have
26
26
the functionality that domains provide may rely on it for the time being
Original file line number Diff line number Diff line change @@ -1087,7 +1087,7 @@ changes:
1087
1087
option is not `true`. **Default:** `0`.
1088
1088
* `recursive` {boolean} If `true`, perform a recursive directory removal. In
1089
1089
recursive mode, operations are retried on failure. **Default:** `false`.
1090
- **Deprecated**.
1090
+ **Deprecated.**
1091
1091
* `retryDelay` {integer} The amount of time in milliseconds to wait between
1092
1092
retries. This option is ignored if the `recursive` option is not `true`.
1093
1093
**Default:** `100`.
@@ -3220,7 +3220,7 @@ changes:
3220
3220
option is not ` true` . ** Default: ** ` 0` .
3221
3221
* ` recursive` {boolean} If ` true` , perform a recursive directory removal . In
3222
3222
recursive mode, operations are retried on failure. ** Default: ** ` false` .
3223
- ** Deprecated** .
3223
+ ** Deprecated. **
3224
3224
* ` retryDelay` {integer} The amount of time in milliseconds to wait between
3225
3225
retries . This option is ignored if the ` recursive` option is not ` true` .
3226
3226
** Default: ** ` 100` .
@@ -4862,7 +4862,7 @@ changes:
4862
4862
option is not ` true ` . **Default:** ` 0 ` .
4863
4863
* ` recursive` {boolean} If ` true ` , perform a recursive directory removal. In
4864
4864
recursive mode, operations are retried on failure. **Default:** ` false ` .
4865
- **Deprecated**.
4865
+ **Deprecated.**
4866
4866
* ` retryDelay` {integer} The amount of time in milliseconds to wait between
4867
4867
retries. This option is ignored if the ` recursive` option is not ` true ` .
4868
4868
**Default:** ` 100 ` .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ deprecated: v7.0.0
9
9
10
10
<!-- source_link=lib/punycode.js -->
11
11
12
- ** The version of the punycode module bundled in Node.js is being deprecated** .
12
+ ** The version of the punycode module bundled in Node.js is being deprecated. **
13
13
In a future major version of Node.js this module will be removed. Users
14
14
currently depending on the ` punycode ` module should switch to using the
15
15
userland-provided [ Punycode.js] [ ] module instead. For punycode-based URL
Original file line number Diff line number Diff line change 10
10
11
11
The ` vm ` module enables compiling and running code within V8 Virtual
12
12
Machine contexts. ** The ` vm ` module is not a security mechanism. Do
13
- not use it to run untrusted code** .
13
+ not use it to run untrusted code. **
14
14
15
15
JavaScript code can be compiled and run immediately or
16
16
compiled, saved, and run later.
You can’t perform that action at this time.
0 commit comments