Commit 3191f30
fs: move fs/promises to fs.promises
PR-URL: #20504
Refs: nodejs/TSC#389
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>1 parent bc4d4f0 commit 3191f30Copy full SHA for 3191f30
File tree
Expand file treeCollapse file tree
25 files changed
+50
-37
lines changedOpen diff view settings
Filter options
- benchmark/fs
- doc/api
- lib
- internal
- fs
- modules
- cjs
- esm
- process
- test
- parallel
- sequential
Expand file treeCollapse file tree
25 files changed
+50
-37
lines changedOpen diff view settings
Collapse file
benchmark/fs/bench-stat-promise.js
Copy file name to clipboardExpand all lines: benchmark/fs/bench-stat-promise.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3382 | 3382 | |
3383 | 3383 | |
3384 | 3384 | |
3385 | | - |
| 3385 | + |
3386 | 3386 | |
3387 | | - |
| 3387 | + |
3388 | 3388 | |
3389 | 3389 | |
3390 | 3390 | |
|
Collapse file
+17-1Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | | - |
| 48 | + |
| 49 | + |
49 | 50 | |
50 | 51 | |
51 | 52 | |
| ||
72 | 73 | |
73 | 74 | |
74 | 75 | |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
75 | 91 | |
76 | 92 | |
77 | 93 | |
|
Collapse file
lib/fs/promises.js lib/internal/fs/promises.jslib/fs/promises.js renamed to lib/internal/fs/promises.js
Copy file name to clipboardExpand all lines: lib/internal/fs/promises.js+1-4Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | | - |
5 | | - |
6 | 3 | |
7 | 4 | |
8 | 5 | |
| ||
37 | 34 | |
38 | 35 | |
39 | 36 | |
40 | | - |
| 37 | + |
41 | 38 | |
42 | 39 | |
43 | 40 | |
|
Collapse file
lib/internal/fs.js lib/internal/fs/utils.jslib/internal/fs.js renamed to lib/internal/fs/utils.js
Copy file name to clipboardFile renamed without changes.
Collapse file
lib/internal/modules/cjs/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/cjs/loader.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
|
Collapse file
lib/internal/modules/esm/default_resolve.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/default_resolve.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
Collapse file
lib/internal/process/stdio.js
Copy file name to clipboardExpand all lines: lib/internal/process/stdio.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
158 | 158 | |
159 | 159 | |
160 | 160 | |
161 | | - |
| 161 | + |
162 | 162 | |
163 | 163 | |
164 | 164 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | 42 | |
44 | 43 | |
45 | 44 | |
| ||
103 | 102 | |
104 | 103 | |
105 | 104 | |
106 | | - |
| 105 | + |
| 106 | + |
107 | 107 | |
108 | 108 | |
109 | 109 | |
|
Collapse file
test/parallel/test-fs-filehandle.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-filehandle.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
|
0 commit comments