Skip to content

Commit a641226

Browse files
authored
doc: fix lint-md
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: #63127 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent 9e633f9 commit a641226

11 files changed

Lines changed: 53 additions & 307 deletions

File tree

doc/api/async_context.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ try {
390390

391391
<!-- YAML
392392
added:
393-
- v25.9.0
394393
- v26.0.0
394+
- v25.9.0
395395
-->
396396

397397
> Stability: 1 - Experimental
@@ -530,8 +530,8 @@ probably responsible for the context loss.
530530

531531
<!-- YAML
532532
added:
533-
- v25.9.0
534533
- v26.0.0
534+
- v25.9.0
535535
-->
536536

537537
> Stability: 1 - Experimental
@@ -548,8 +548,8 @@ exits, whether through normal completion or by throwing an error.
548548

549549
<!-- YAML
550550
added:
551-
- v25.9.0
552551
- v26.0.0
552+
- v25.9.0
553553
-->
554554

555555
Explicitly ends the scope and restores the previous store value. This method

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,8 +1326,8 @@ Enable experimental support for storage inspection
13261326

13271327
<!-- YAML
13281328
added:
1329-
- v25.9.0
13301329
- v26.0.0
1330+
- v25.9.0
13311331
-->
13321332

13331333
> Stability: 1 - Experimental

doc/api/diagnostics_channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,9 +1859,9 @@ Emitted when [`process.execve()`][] is invoked.
18591859
18601860
<!-- YAML
18611861
added:
1862+
- v26.0.0
18621863
- v25.9.0
18631864
- v24.15.0
1864-
- v26.0.0
18651865
-->
18661866

18671867
These channels are emitted for each [`locks.request()`][] call. See

doc/api/fs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ added: v10.0.0
381381
382382
<!-- YAML
383383
added:
384-
- v25.9.0
385384
- v26.0.0
385+
- v25.9.0
386386
-->
387387
388388
> Stability: 1 - Experimental
@@ -460,8 +460,8 @@ run().catch(console.error);
460460
461461
<!-- YAML
462462
added:
463-
- v25.9.0
464463
- v26.0.0
464+
- v25.9.0
465465
-->
466466
467467
> Stability: 1 - Experimental
@@ -1017,8 +1017,8 @@ the end of the file.
10171017
10181018
<!-- YAML
10191019
added:
1020-
- v25.9.0
10211020
- v26.0.0
1021+
- v25.9.0
10221022
-->
10231023
10241024
> Stability: 1 - Experimental

doc/api/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ added:
179179
- v20.6.0
180180
- v18.19.0
181181
deprecated:
182+
- v26.0.0
182183
- v25.9.0
183184
- v24.15.0
184-
- v26.0.0
185185
changes:
186186
- version: v26.0.0
187187
pr-url: https://github.com/nodejs/node/pull/62401

doc/api/process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,8 @@ This feature is not available in [`Worker`][] threads.
740740

741741
<!-- YAML
742742
added:
743-
- v25.9.0
744743
- v26.0.0
744+
- v25.9.0
745745
-->
746746

747747
> Stability: 1 - Experimental
@@ -4080,8 +4080,8 @@ This implies calling `module.setSourceMapsSupport()` with an option
40804080
added: v9.3.0
40814081
changes:
40824082
- version:
4083-
- v25.9.0
40844083
- v26.0.0
4084+
- v25.9.0
40854085
pr-url: https://github.com/nodejs/node/pull/61227
40864086
description: Use `process.addUncaughtExceptionCaptureCallback()` to
40874087
register multiple callbacks.

doc/api/quic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,9 +1250,9 @@ True to enable TLS keylogging output.
12501250
added: v23.8.0
12511251
changes:
12521252
- version:
1253+
- v26.0.0
12531254
- v25.9.0
12541255
- v24.15.0
1255-
- v26.0.0
12561256
pr-url: https://github.com/nodejs/node/pull/62335
12571257
description: CryptoKey is no longer accepted.
12581258
-->

doc/api/repl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,8 @@ npx codemod@latest @nodejs/repl-builtin-modules
710710
added: v0.1.91
711711
changes:
712712
- version:
713-
- v25.9.0
714713
- v26.0.0
714+
- v25.9.0
715715
pr-url: https://github.com/nodejs/node/pull/62188
716716
description: The `handleError` parameter has been added.
717717
- version: v24.1.0

doc/api/stream_iter.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ Including the `node:` prefix on the module specifier is optional.
522522

523523
<!-- YAML
524524
added:
525-
- v25.9.0
526525
- v26.0.0
526+
- v25.9.0
527527
-->
528528

529529
* `input` {string|ArrayBuffer|ArrayBufferView|Iterable|AsyncIterable|Object}
@@ -564,8 +564,8 @@ run().catch(console.error);
564564

565565
<!-- YAML
566566
added:
567-
- v25.9.0
568567
- v26.0.0
568+
- v25.9.0
569569
-->
570570

571571
* `input` {string|ArrayBuffer|ArrayBufferView|Iterable|Object}
@@ -596,8 +596,8 @@ console.log(textSync(fromSync('hello'))); // 'hello'
596596

597597
<!-- YAML
598598
added:
599-
- v25.9.0
600599
- v26.0.0
600+
- v25.9.0
601601
-->
602602

603603
* `source` {AsyncIterable|Iterable} The data source.
@@ -655,8 +655,8 @@ run().catch(console.error);
655655

656656
<!-- YAML
657657
added:
658-
- v25.9.0
659658
- v26.0.0
659+
- v25.9.0
660660
-->
661661

662662
* `source` {Iterable} The sync data source.
@@ -677,8 +677,8 @@ The `writer` must have the `*Sync` methods (`writeSync`, `writevSync`,
677677

678678
<!-- YAML
679679
added:
680-
- v25.9.0
681680
- v26.0.0
681+
- v25.9.0
682682
-->
683683

684684
* `source` {AsyncIterable|Iterable} The data source.
@@ -750,8 +750,8 @@ ac.abort(); // Pipeline throws AbortError on next iteration
750750

751751
<!-- YAML
752752
added:
753-
- v25.9.0
754753
- v26.0.0
754+
- v25.9.0
755755
-->
756756

757757
* `source` {Iterable} The sync data source.
@@ -766,8 +766,8 @@ Synchronous version of [`pull()`][]. All transforms must be synchronous.
766766

767767
<!-- YAML
768768
added:
769-
- v25.9.0
770769
- v26.0.0
770+
- v25.9.0
771771
-->
772772

773773
* `...transforms` {Function|Object} Optional transforms applied to the
@@ -832,8 +832,8 @@ The writer returned by `push()` conforms to the \[Writer interface]\[].
832832

833833
<!-- YAML
834834
added:
835-
- v25.9.0
836835
- v26.0.0
836+
- v25.9.0
837837
-->
838838

839839
* `options` {Object}
@@ -912,8 +912,8 @@ run().catch(console.error);
912912

913913
<!-- YAML
914914
added:
915-
- v25.9.0
916915
- v26.0.0
916+
- v25.9.0
917917
-->
918918

919919
* `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>}
@@ -929,8 +929,8 @@ Collect all chunks as an array of `Uint8Array` values (without concatenating).
929929

930930
<!-- YAML
931931
added:
932-
- v25.9.0
933932
- v26.0.0
933+
- v25.9.0
934934
-->
935935

936936
* `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>}
@@ -946,8 +946,8 @@ Collect all bytes into an `ArrayBuffer`.
946946

947947
<!-- YAML
948948
added:
949-
- v25.9.0
950949
- v26.0.0
950+
- v25.9.0
951951
-->
952952

953953
* `source` {Iterable\<Uint8Array\[]>}
@@ -962,8 +962,8 @@ Synchronous version of [`arrayBuffer()`][].
962962

963963
<!-- YAML
964964
added:
965-
- v25.9.0
966965
- v26.0.0
966+
- v25.9.0
967967
-->
968968

969969
* `source` {Iterable\<Uint8Array\[]>}
@@ -978,8 +978,8 @@ Synchronous version of [`array()`][].
978978

979979
<!-- YAML
980980
added:
981-
- v25.9.0
982981
- v26.0.0
982+
- v25.9.0
983983
-->
984984

985985
* `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>}
@@ -1013,8 +1013,8 @@ run().catch(console.error);
10131013

10141014
<!-- YAML
10151015
added:
1016-
- v25.9.0
10171016
- v26.0.0
1017+
- v25.9.0
10181018
-->
10191019

10201020
* `source` {Iterable\<Uint8Array\[]>}
@@ -1029,8 +1029,8 @@ Synchronous version of [`bytes()`][].
10291029

10301030
<!-- YAML
10311031
added:
1032-
- v25.9.0
10331032
- v26.0.0
1033+
- v25.9.0
10341034
-->
10351035

10361036
* `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>}
@@ -1063,8 +1063,8 @@ run().catch(console.error);
10631063

10641064
<!-- YAML
10651065
added:
1066-
- v25.9.0
10671066
- v26.0.0
1067+
- v25.9.0
10681068
-->
10691069

10701070
* `source` {Iterable\<Uint8Array\[]>}
@@ -1082,8 +1082,8 @@ Synchronous version of [`text()`][].
10821082

10831083
<!-- YAML
10841084
added:
1085-
- v25.9.0
10861085
- v26.0.0
1086+
- v25.9.0
10871087
-->
10881088

10891089
* `drainable` {Object} An object implementing the drainable protocol.
@@ -1139,8 +1139,8 @@ run().catch(console.error);
11391139

11401140
<!-- YAML
11411141
added:
1142-
- v25.9.0
11431142
- v26.0.0
1143+
- v25.9.0
11441144
-->
11451145

11461146
* `...sources` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>} Two or more iterables.
@@ -1174,8 +1174,8 @@ run().catch(console.error);
11741174

11751175
<!-- YAML
11761176
added:
1177-
- v25.9.0
11781177
- v26.0.0
1178+
- v25.9.0
11791179
-->
11801180

11811181
* `callback` {Function} `(chunks) => void` Called with each batch.
@@ -1215,8 +1215,8 @@ chunks by the tapping callback; but return values are ignored.
12151215

12161216
<!-- YAML
12171217
added:
1218-
- v25.9.0
12191218
- v26.0.0
1219+
- v25.9.0
12201220
-->
12211221

12221222
* `callback` {Function}
@@ -1230,8 +1230,8 @@ Synchronous version of [`tap()`][].
12301230

12311231
<!-- YAML
12321232
added:
1233-
- v25.9.0
12341233
- v26.0.0
1234+
- v25.9.0
12351235
-->
12361236

12371237
* `options` {Object}
@@ -1333,8 +1333,8 @@ Alias for `broadcast.cancel()`.
13331333

13341334
<!-- YAML
13351335
added:
1336-
- v25.9.0
13371336
- v26.0.0
1337+
- v25.9.0
13381338
-->
13391339

13401340
* `input` {AsyncIterable|Iterable|Broadcastable}
@@ -1348,8 +1348,8 @@ automatically and pushed to all subscribers.
13481348

13491349
<!-- YAML
13501350
added:
1351-
- v25.9.0
13521351
- v26.0.0
1352+
- v25.9.0
13531353
-->
13541354

13551355
* `source` {AsyncIterable} The source to share.
@@ -1431,8 +1431,8 @@ Alias for `share.cancel()`.
14311431

14321432
<!-- YAML
14331433
added:
1434-
- v25.9.0
14351434
- v26.0.0
1435+
- v25.9.0
14361436
-->
14371437

14381438
* `input` {AsyncIterable|Shareable}
@@ -1445,8 +1445,8 @@ Create a {Share} from an existing source.
14451445

14461446
<!-- YAML
14471447
added:
1448-
- v25.9.0
14491448
- v26.0.0
1449+
- v25.9.0
14501450
-->
14511451

14521452
* `source` {Iterable} The sync source to share.
@@ -1462,8 +1462,8 @@ Synchronous version of [`share()`][].
14621462

14631463
<!-- YAML
14641464
added:
1465-
- v25.9.0
14661465
- v26.0.0
1466+
- v25.9.0
14671467
-->
14681468

14691469
* `input` {Iterable|SyncShareable}

0 commit comments

Comments
 (0)