Commit 4cd4e7c
benchmark,doc,lib,test: prepare for padding lint rule
Upcoming lint rule will require a blank line between consecutive
functions. Add it in the places where we don't have it already.
PR-URL: #30696
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent de3a1c3 commit 4cd4e7cCopy full SHA for 4cd4e7c
File tree
Expand file treeCollapse file tree
26 files changed
+42
-0
lines changedOpen diff view settings
Filter options
- benchmark
- process
- timers
- doc/api
- lib
- internal
- process
- test
- es-module
- parallel
- pummel
- sequential
Expand file treeCollapse file tree
26 files changed
+42
-0
lines changedOpen diff view settings
Collapse file
benchmark/process/next-tick-breadth-args.js
Copy file name to clipboardExpand all lines: benchmark/process/next-tick-breadth-args.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| 22 | + |
21 | 23 | |
22 | 24 | |
23 | 25 | |
24 | 26 | |
25 | 27 | |
| 28 | + |
26 | 29 | |
27 | 30 | |
28 | 31 | |
|
Collapse file
benchmark/process/next-tick-depth-args.js
Copy file name to clipboardExpand all lines: benchmark/process/next-tick-depth-args.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
| ||
33 | 34 | |
34 | 35 | |
35 | 36 | |
| 37 | + |
36 | 38 | |
37 | 39 | |
38 | 40 | |
| ||
46 | 48 | |
47 | 49 | |
48 | 50 | |
| 51 | + |
49 | 52 | |
50 | 53 | |
51 | 54 | |
|
Collapse file
benchmark/timers/set-immediate-breadth-args.js
Copy file name to clipboardExpand all lines: benchmark/timers/set-immediate-breadth-args.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
| 17 | + |
16 | 18 | |
17 | 19 | |
18 | 20 | |
|
Collapse file
benchmark/timers/set-immediate-depth-args.js
Copy file name to clipboardExpand all lines: benchmark/timers/set-immediate-depth-args.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
24 | 25 | |
25 | 26 | |
26 | 27 | |
| ||
31 | 32 | |
32 | 33 | |
33 | 34 | |
| 35 | + |
34 | 36 | |
35 | 37 | |
36 | 38 | |
|
Collapse file
benchmark/timers/timers-breadth-args.js
Copy file name to clipboardExpand all lines: benchmark/timers/timers-breadth-args.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | 20 | |
| 21 | + |
20 | 22 | |
21 | 23 | |
22 | 24 | |
23 | 25 | |
24 | 26 | |
| 27 | + |
25 | 28 | |
26 | 29 | |
27 | 30 | |
|
Collapse file
benchmark/timers/timers-timeout-nexttick.js
Copy file name to clipboardExpand all lines: benchmark/timers/timers-timeout-nexttick.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
| 22 | + |
22 | 23 | |
23 | 24 | |
24 | 25 | |
| 26 | + |
25 | 27 | |
26 | 28 | |
27 | 29 | |
|
Collapse file
benchmark/timers/timers-timeout-pooled.js
Copy file name to clipboardExpand all lines: benchmark/timers/timers-timeout-pooled.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
|
Collapse file
benchmark/timers/timers-timeout-unpooled.js
Copy file name to clipboardExpand all lines: benchmark/timers/timers-timeout-unpooled.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1266 | 1266 | |
1267 | 1267 | |
1268 | 1268 | |
| 1269 | + |
1269 | 1270 | |
1270 | 1271 | |
1271 | 1272 | |
| 1273 | + |
1272 | 1274 | |
1273 | 1275 | |
1274 | 1276 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
646 | 646 | |
647 | 647 | |
648 | 648 | |
| 649 | + |
649 | 650 | |
650 | 651 | |
651 | 652 | |
| ||
658 | 659 | |
659 | 660 | |
660 | 661 | |
| 662 | + |
661 | 663 | |
662 | 664 | |
663 | 665 | |
|
0 commit comments