Commit e50c316
fs, stream: initial
Co-authored-by: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #48518
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Erick Wendel <erick.workspace@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>Symbol.dispose and Symbol.asyncDispose support1 parent 0f912a7 commit e50c316Copy full SHA for e50c316
File tree
Expand file treeCollapse file tree
9 files changed
+93
-0
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal
- fs
- per_context
- process
- streams
- test/parallel
- typings
Expand file treeCollapse file tree
9 files changed
+93
-0
lines changedOpen diff view settings
Collapse file
+10Lines changed: 10 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
817 | 817 | |
818 | 818 | |
819 | 819 | |
| 820 | + |
| 821 | + |
| 822 | + |
| 823 | + |
| 824 | + |
| 825 | + |
| 826 | + |
| 827 | + |
| 828 | + |
| 829 | + |
820 | 830 | |
821 | 831 | |
822 | 832 | |
|
Collapse file
+11Lines changed: 11 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1904 | 1904 | |
1905 | 1905 | |
1906 | 1906 | |
| 1907 | + |
| 1908 | + |
| 1909 | + |
| 1910 | + |
| 1911 | + |
| 1912 | + |
| 1913 | + |
| 1914 | + |
| 1915 | + |
| 1916 | + |
| 1917 | + |
1907 | 1918 | |
1908 | 1919 | |
1909 | 1920 | |
|
Collapse file
lib/internal/fs/promises.js
Copy file name to clipboardExpand all lines: lib/internal/fs/promises.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
| ||
246 | 247 | |
247 | 248 | |
248 | 249 | |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
249 | 254 | |
250 | 255 | |
251 | 256 | |
|
Collapse file
lib/internal/per_context/primordials.js
Copy file name to clipboardExpand all lines: lib/internal/per_context/primordials.js+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
228 | 228 | |
229 | 229 | |
230 | 230 | |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
231 | 237 | |
232 | 238 | |
233 | 239 | |
|
Collapse file
lib/internal/process/pre_execution.js
Copy file name to clipboardExpand all lines: lib/internal/process/pre_execution.js+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
| 11 | + |
| 12 | + |
| 13 | + |
11 | 14 | |
12 | 15 | |
13 | 16 | |
| ||
82 | 85 | |
83 | 86 | |
84 | 87 | |
| 88 | + |
| 89 | + |
85 | 90 | |
86 | 91 | |
87 | 92 | |
| ||
119 | 124 | |
120 | 125 | |
121 | 126 | |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
122 | 135 | |
123 | 136 | |
124 | 137 | |
|
Collapse file
lib/internal/streams/readable.js
Copy file name to clipboardExpand all lines: lib/internal/streams/readable.js+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
| 34 | + |
34 | 35 | |
35 | 36 | |
36 | 37 | |
| ||
67 | 68 | |
68 | 69 | |
69 | 70 | |
| 71 | + |
70 | 72 | |
71 | 73 | |
72 | 74 | |
| ||
234 | 236 | |
235 | 237 | |
236 | 238 | |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
237 | 248 | |
238 | 249 | |
239 | 250 | |
|
Collapse file
test/parallel/test-fs-promises-file-handle-dispose.js
Copy file name to clipboard+12Lines changed: 12 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 | + |
Collapse file
test/parallel/test-stream-readable-dispose.js
Copy file name to clipboard+23Lines changed: 23 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 | + |
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
434 | 434 | |
435 | 435 | |
436 | 436 | |
| 437 | + |
| 438 | + |
437 | 439 | |
438 | 440 | |
439 | 441 | |
|
0 commit comments