Commit 6f61407
src: make debug_options getters public
This simplifies requires for those using DebugOptions,
since debug_options was defined in src/node_options-inl.h and thus
embedders would need to require an extra file to do what could
trivially be consolidated into one.
PR-URL: #30494
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>1 parent f76f143 commit 6f61407Copy full SHA for 6f61407
File tree
Expand file treeCollapse file tree
2 files changed
+3
-10
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
2 files changed
+3
-10
lines changedOpen diff view settings
Collapse file
-8Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | 16 | |
25 | 17 | |
26 | 18 | |
|
Collapse file
+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
170 | 170 | |
171 | 171 | |
172 | 172 | |
173 | | - |
174 | | - |
| 173 | + |
| 174 | + |
| 175 | + |
175 | 176 | |
176 | 177 | |
177 | 178 | |
|
0 commit comments