Commit 23967b2
console: make dirxml an alias for console.log
This method was previously exposed by V8 (since node 8.0.0) but not
implemented in node.
PR-URL: #17152
Refs: #17128
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 0afcea2 commit 23967b2Copy full SHA for 23967b2
File tree
Expand file treeCollapse file tree
3 files changed
+29
-12
lines changedOpen diff view settings
Filter options
- doc/api
- lib
- test/parallel
Expand file treeCollapse file tree
3 files changed
+29
-12
lines changedOpen diff view settings
Collapse file
+13-12Lines changed: 13 additions & 12 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
277 | 277 | |
278 | 278 | |
279 | 279 | |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
280 | 293 | |
281 | 294 | |
282 | 295 | |
| ||
435 | 448 | |
436 | 449 | |
437 | 450 | |
438 | | - |
439 | | - |
440 | | - |
441 | | - |
442 | | - |
443 | | - |
444 | | - |
445 | | - |
446 | | - |
447 | | - |
448 | | - |
449 | | - |
450 | 451 | |
451 | 452 | |
452 | 453 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
162 | 162 | |
163 | 163 | |
164 | 164 | |
| 165 | + |
| 166 | + |
| 167 | + |
165 | 168 | |
166 | 169 | |
167 | 170 | |
|
Collapse file
test/parallel/test-console.js
Copy file name to clipboardExpand all lines: test/parallel/test-console.js+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
103 | 103 | |
104 | 104 | |
105 | 105 | |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
106 | 114 | |
107 | 115 | |
108 | 116 | |
| ||
171 | 179 | |
172 | 180 | |
173 | 181 | |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
174 | 187 | |
175 | 188 | |
176 | 189 | |
|
0 commit comments