File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -1316,8 +1316,11 @@ for TLSv1.2, which is not as secure as TLSv1.3.
1316
1316
1317
1317
<!-- YAML
1318
1318
added: v14.3.0
1319
+ deprecated: REPLACEME
1319
1320
-->
1320
1321
1322
+ > Stability: 0 - Deprecated
1323
+
1321
1324
Print short summaries of calls to [ ` Atomics.wait() ` ] [ ] to stderr.
1322
1325
The output could look like this:
1323
1326
Original file line number Diff line number Diff line change @@ -3177,13 +3177,27 @@ Type: Documentation-only
3177
3177
` code ` values other than ` undefined ` , ` null ` , integer numbers and integer
3178
3178
strings (e.g., '1') are deprecated as parameter in [ ` process.exit() ` ] [ ] .
3179
3179
3180
+ ### DEP0165: ` --trace-atomics-wait `
3181
+
3182
+ <!-- YAML
3183
+ changes:
3184
+ - version: REPLACEME
3185
+ pr-url: https://github.com/nodejs/node/pull/44093
3186
+ description: Documentation-only deprecation.
3187
+ -->
3188
+
3189
+ Type: Documentation-only
3190
+
3191
+ The [ ` --trace-atomics-wait ` ] [ ] flag is deprecated.
3192
+
3180
3193
[ Legacy URL API ] : url.md#legacy-url-api
3181
3194
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3182
3195
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3183
3196
[ WHATWG URL API ] : url.md#the-whatwg-url-api
3184
3197
[ `"exports"` or `"main"` entry ] : packages.md#main-entry-point-export
3185
3198
[ `--pending-deprecation` ] : cli.md#--pending-deprecation
3186
3199
[ `--throw-deprecation` ] : cli.md#--throw-deprecation
3200
+ [ `--trace-atomics-wait` ] : cli.md#--trace-atomics-wait
3187
3201
[ `--unhandled-rejections` ] : cli.md#--unhandled-rejectionsmode
3188
3202
[ `Buffer.allocUnsafeSlow(size)` ] : buffer.md#static-method-bufferallocunsafeslowsize
3189
3203
[ `Buffer.from(array)` ] : buffer.md#static-method-bufferfromarray
Original file line number Diff line number Diff line change @@ -435,6 +435,7 @@ favour of TLSv1.3, which is more secure.
435
435
Print short summaries of calls to
436
436
.Sy Atomics.wait() .
437
437
.
438
+ This flag is deprecated.
438
439
.It Fl -trace-deprecation
439
440
Print stack traces for deprecations.
440
441
.
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
540
540
&EnvironmentOptions::throw_deprecation,
541
541
kAllowedInEnvironment );
542
542
AddOption (" --trace-atomics-wait" ,
543
- " trace Atomics.wait() operations" ,
543
+ " (deprecated) trace Atomics.wait() operations" ,
544
544
&EnvironmentOptions::trace_atomics_wait,
545
545
kAllowedInEnvironment );
546
546
AddOption (" --trace-deprecation" ,
You can’t perform that action at this time.
0 commit comments