File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ changes:
2020
2121<!-- source_link=lib/domain.js -->
2222
23- ** This module is pending deprecation** . Once a replacement API has been
23+ ** This module is pending deprecation. ** Once a replacement API has been
2424finalized, this module will be fully deprecated. Most developers should
2525** not** have cause to use this module. Users who absolutely must have
2626the 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:
10871087 option is not `true`. **Default:** `0`.
10881088 * `recursive` {boolean} If `true`, perform a recursive directory removal. In
10891089 recursive mode, operations are retried on failure. **Default:** `false`.
1090- **Deprecated**.
1090+ **Deprecated.**
10911091 * `retryDelay` {integer} The amount of time in milliseconds to wait between
10921092 retries. This option is ignored if the `recursive` option is not `true`.
10931093 **Default:** `100`.
@@ -3216,7 +3216,7 @@ changes:
32163216 option is not ` true` . ** Default: ** ` 0` .
32173217 * ` recursive` {boolean} If ` true` , perform a recursive directory removal . In
32183218 recursive mode, operations are retried on failure. ** Default: ** ` false` .
3219- ** Deprecated** .
3219+ ** Deprecated. **
32203220 * ` retryDelay` {integer} The amount of time in milliseconds to wait between
32213221 retries . This option is ignored if the ` recursive` option is not ` true` .
32223222 ** Default: ** ` 100` .
@@ -4854,7 +4854,7 @@ changes:
48544854 option is not ` true ` . **Default:** ` 0 ` .
48554855 * ` recursive` {boolean} If ` true ` , perform a recursive directory removal. In
48564856 recursive mode, operations are retried on failure. **Default:** ` false ` .
4857- **Deprecated**.
4857+ **Deprecated.**
48584858 * ` retryDelay` {integer} The amount of time in milliseconds to wait between
48594859 retries. This option is ignored if the ` recursive` option is not ` true ` .
48604860 **Default:** ` 100 ` .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ deprecated: v7.0.0
99
1010<!-- source_link=lib/punycode.js -->
1111
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. **
1313In a future major version of Node.js this module will be removed. Users
1414currently depending on the ` punycode ` module should switch to using the
1515userland-provided [ Punycode.js] [ ] module instead. For punycode-based URL
Original file line number Diff line number Diff line change 1010
1111The ` vm ` module enables compiling and running code within V8 Virtual
1212Machine 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. **
1414
1515JavaScript code can be compiled and run immediately or
1616compiled, saved, and run later.
You can’t perform that action at this time.
0 commit comments