Commit 04defba
File tree
Expand file treeCollapse file tree
10 files changed
+108
-40
lines changedOpen diff view settings
Filter options
- lib
- internal
- dns
- test/parallel
Expand file treeCollapse file tree
10 files changed
+108
-40
lines changedOpen diff view settings
Collapse file
+2-5Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | 42 | |
44 | 43 | |
45 | 44 | |
46 | 45 | |
47 | | - |
| 46 | + |
48 | 47 | |
49 | 48 | |
50 | 49 | |
| ||
99 | 98 | |
100 | 99 | |
101 | 100 | |
102 | | - |
103 | | - |
104 | | - |
| 101 | + |
105 | 102 | |
106 | 103 | |
107 | 104 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
49 | 49 | |
50 | 50 | |
51 | 51 | |
| 52 | + |
52 | 53 | |
53 | 54 | |
54 | 55 | |
| ||
114 | 115 | |
115 | 116 | |
116 | 117 | |
117 | | - |
118 | | - |
| 118 | + |
119 | 119 | |
120 | 120 | |
121 | 121 | |
|
Collapse file
lib/internal/child_process.js
Copy file name to clipboardExpand all lines: lib/internal/child_process.js+3-7Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
| ||
345 | 345 | |
346 | 346 | |
347 | 347 | |
348 | | - |
349 | | - |
350 | | - |
351 | | - |
352 | | - |
353 | | - |
354 | 348 | |
| 349 | + |
| 350 | + |
355 | 351 | |
356 | 352 | |
357 | 353 | |
|
Collapse file
lib/internal/dns/promises.js
Copy file name to clipboardExpand all lines: lib/internal/dns/promises.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
| 34 | + |
| 35 | + |
35 | 36 | |
36 | 37 | |
37 | 38 | |
| ||
116 | 117 | |
117 | 118 | |
118 | 119 | |
119 | | - |
120 | | - |
| 120 | + |
121 | 121 | |
122 | 122 | |
123 | 123 | |
|
Collapse file
+17Lines changed: 17 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 | |
| ||
126 | 127 | |
127 | 128 | |
128 | 129 | |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
129 | 145 | |
130 | 146 | |
131 | 147 | |
| ||
212 | 228 | |
213 | 229 | |
214 | 230 | |
| 231 | + |
215 | 232 | |
216 | 233 | |
217 | 234 | |
|
Collapse file
+6-20Lines changed: 6 additions & 20 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | 42 | |
44 | 43 | |
45 | 44 | |
| ||
52 | 51 | |
53 | 52 | |
54 | 53 | |
| 54 | + |
55 | 55 | |
56 | 56 | |
57 | 57 | |
| ||
246 | 246 | |
247 | 247 | |
248 | 248 | |
249 | | - |
| 249 | + |
| 250 | + |
250 | 251 | |
251 | | - |
| 252 | + |
252 | 253 | |
253 | | - |
254 | | - |
255 | | - |
256 | | - |
257 | | - |
258 | | - |
259 | | - |
260 | 254 | |
261 | 255 | |
262 | 256 | |
| ||
395 | 389 | |
396 | 390 | |
397 | 391 | |
398 | | - |
399 | | - |
400 | | - |
401 | | - |
402 | | - |
403 | | - |
404 | | - |
405 | | - |
406 | | - |
407 | | - |
| 392 | + |
| 393 | + |
408 | 394 | |
409 | 395 | |
410 | 396 | |
|
Collapse file
test/parallel/test-child-process-advanced-serialization.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-advanced-serialization.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
| 15 | + |
15 | 16 | |
16 | 17 | |
17 | 18 | |
|
Collapse file
test/parallel/test-dns-lookup.js
Copy file name to clipboardExpand all lines: test/parallel/test-dns-lookup.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | | - |
| 75 | + |
| 76 | + |
76 | 77 | |
77 | 78 | |
78 | 79 | |
|
Collapse file
test/parallel/test-http-agent-scheduling.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-agent-scheduling.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
137 | 137 | |
138 | 138 | |
139 | 139 | |
140 | | - |
| 140 | + |
| 141 | + |
141 | 142 | |
142 | 143 | |
143 | 144 | |
|
Collapse file
test/parallel/test-internal-validators-validateoneof.js
Copy file name to clipboard+69Lines changed: 69 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
0 commit comments