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`.
@@ -3216,7 +3216,7 @@ changes:
3216
3216
option is not ` true` . ** Default: ** ` 0` .
3217
3217
* ` recursive` {boolean} If ` true` , perform a recursive directory removal . In
3218
3218
recursive mode, operations are retried on failure. ** Default: ** ` false` .
3219
- ** Deprecated** .
3219
+ ** Deprecated. **
3220
3220
* ` retryDelay` {integer} The amount of time in milliseconds to wait between
3221
3221
retries . This option is ignored if the ` recursive` option is not ` true` .
3222
3222
** Default: ** ` 100` .
@@ -4854,7 +4854,7 @@ changes:
4854
4854
option is not ` true ` . **Default:** ` 0 ` .
4855
4855
* ` recursive` {boolean} If ` true ` , perform a recursive directory removal. In
4856
4856
recursive mode, operations are retried on failure. **Default:** ` false ` .
4857
- **Deprecated**.
4857
+ **Deprecated.**
4858
4858
* ` retryDelay` {integer} The amount of time in milliseconds to wait between
4859
4859
retries. This option is ignored if the ` recursive` option is not ` true ` .
4860
4860
**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