Commit 1017bf5
lib: remove top-level getOptionValue() calls in lib/internal/modules
PR-URL: #61769
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>1 parent a20bf9a commit 1017bf5Copy full SHA for 1017bf5
6 files changed
+65-82Lines changed: 65 additions & 82 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- lib/internal
- modules/esm
- process
- repl
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
lib/internal/modules/esm/formats.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/formats.js-70Lines changed: 0 additions & 70 deletions
This file was deleted.
Collapse file
lib/internal/modules/esm/get_format.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/get_format.js+58-6Lines changed: 58 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
17 | 36 | |
18 | | - |
| 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 | + |
19 | 69 | |
20 | 70 | |
21 | 71 | |
| ||
35 | 85 | |
36 | 86 | |
37 | 87 | |
| 88 | + |
38 | 89 | |
39 | 90 | |
40 | 91 | |
| ||
216 | 267 | |
217 | 268 | |
218 | 269 | |
| 270 | + |
219 | 271 | |
Collapse file
lib/internal/modules/esm/resolve.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/resolve.js+2-5Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
33 | | - |
34 | | - |
35 | 32 | |
36 | 33 | |
37 | 34 | |
| ||
982 | 979 | |
983 | 980 | |
984 | 981 | |
985 | | - |
| 982 | + |
986 | 983 | |
987 | 984 | |
988 | 985 | |
| ||
992 | 989 | |
993 | 990 | |
994 | 991 | |
995 | | - |
| 992 | + |
996 | 993 | |
997 | 994 | |
998 | 995 | |
|
Collapse file
lib/internal/process/pre_execution.js
Copy file name to clipboardExpand all lines: lib/internal/process/pre_execution.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
161 | 161 | |
162 | 162 | |
163 | 163 | |
| 164 | + |
| 165 | + |
| 166 | + |
164 | 167 | |
165 | 168 | |
166 | 169 | |
|
Collapse file
lib/internal/repl/completion.js
Copy file name to clipboardExpand all lines: lib/internal/repl/completion.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
| 51 | + |
52 | 52 | |
53 | 53 | |
54 | 54 | |
|
Collapse file
test/parallel/test-bootstrap-modules.js
Copy file name to clipboardExpand all lines: test/parallel/test-bootstrap-modules.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
118 | 118 | |
119 | 119 | |
120 | 120 | |
| 121 | + |
121 | 122 | |
122 | 123 | |
123 | 124 | |
|
0 commit comments