Commit 7cc5153
committed
src: remove has_experimental_policy option
This would be set when `--experimental-policy` was set,
but since an empty string does not refer to a valid file,
we can just check the value of `--experimental-policy`
directly.
PR-URL: #25628
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>1 parent 0640b09 commit 7cc5153Copy full SHA for 7cc5153
File tree
Expand file treeCollapse file tree
4 files changed
+3
-8
lines changedOpen diff view settings
Filter options
- lib/internal
- bootstrap
- modules/cjs
- src
Expand file treeCollapse file tree
4 files changed
+3
-8
lines changedOpen diff view settings
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
172 | 172 | |
173 | 173 | |
174 | 174 | |
175 | | - |
| 175 | + |
| 176 | + |
176 | 177 | |
177 | 178 | |
178 | | - |
179 | 179 | |
180 | 180 | |
181 | 181 | |
|
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 |
|---|---|---|
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | | - |
| 48 | + |
49 | 49 | |
50 | 50 | |
51 | 51 | |
|
Collapse file
-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
143 | 143 | |
144 | 144 | |
145 | 145 | |
146 | | - |
147 | | - |
148 | | - |
149 | 146 | |
150 | 147 | |
151 | 148 | |
152 | 149 | |
153 | 150 | |
154 | | - |
155 | 151 | |
156 | 152 | |
157 | 153 | |
|
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
95 | 95 | |
96 | 96 | |
97 | 97 | |
98 | | - |
99 | 98 | |
100 | 99 | |
101 | 100 | |
|
0 commit comments