Commit e4f802d
debugger: rename internal library for clarity
When I moved these files from node-inspect to Node.js core, I put them
in lib/internal/inspector. That was a mistake. They should be in
lib/internal/debugger.
PR-URL: #39080
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent 7b026d8 commit e4f802dCopy full SHA for e4f802d
File tree
Expand file treeCollapse file tree
5 files changed
+6
-6
lines changedOpen diff view settings
Filter options
- lib/internal
- debugger
- main
Expand file treeCollapse file tree
5 files changed
+6
-6
lines changedOpen diff view settings
Collapse file
lib/internal/inspector/_inspect.js lib/internal/debugger/_inspect.jslib/internal/inspector/_inspect.js renamed to lib/internal/debugger/_inspect.js
Copy file name to clipboardExpand all lines: lib/internal/debugger/_inspect.js+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 | + |
| 43 | + |
44 | 44 | |
45 | 45 | |
46 | 46 | |
|
File renamed without changes.
File renamed without changes.
Collapse file
lib/internal/main/inspect.js
Copy file name to clipboardExpand all lines: lib/internal/main/inspect.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
143 | 143 | |
144 | 144 | |
145 | 145 | |
| 146 | + |
| 147 | + |
| 148 | + |
146 | 149 | |
147 | 150 | |
148 | 151 | |
| ||
166 | 169 | |
167 | 170 | |
168 | 171 | |
169 | | - |
170 | | - |
171 | | - |
172 | 172 | |
173 | 173 | |
174 | 174 | |
|
0 commit comments