Commit 59547cc
loader: fix --inspect-brk
PR-URL: #18949
Fixes: #18948
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 44d80c5 commit 59547ccCopy full SHA for 59547cc
File tree
Expand file treeCollapse file tree
4 files changed
+17
-10
lines changedOpen diff view settings
Filter options
- lib/internal/loader
- test
- fixtures/es-modules
- parallel
Expand file treeCollapse file tree
4 files changed
+17
-10
lines changedOpen diff view settings
Collapse file
lib/internal/loader/ModuleJob.js
Copy file name to clipboardExpand all lines: lib/internal/loader/ModuleJob.js+7-5Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| ||
26 | 27 | |
27 | 28 | |
28 | 29 | |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | 30 | |
34 | 31 | |
35 | 32 | |
| ||
83 | 80 | |
84 | 81 | |
85 | 82 | |
86 | | - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
87 | 89 | |
88 | 90 | |
89 | 91 | |
|
Collapse file
test/fixtures/es-modules/loop.mjs
Copy file name to clipboardExpand all lines: test/fixtures/es-modules/loop.mjs+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 | |
2 | 4 | |
3 | | - |
| 5 | + |
4 | 6 | |
5 | 7 | |
6 | 8 | |
|
Collapse file
test/fixtures/es-modules/message.mjs
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
Collapse file
test/parallel/test-inspector-esm.js
Copy file name to clipboardExpand all lines: test/parallel/test-inspector-esm.js+6-4Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
8 | 9 | |
9 | 10 | |
10 | 11 | |
| ||
43 | 44 | |
44 | 45 | |
45 | 46 | |
46 | | - |
| 47 | + |
| 48 | + |
47 | 49 | |
48 | 50 | |
49 | 51 | |
50 | 52 | |
51 | 53 | |
52 | 54 | |
53 | | - |
| 55 | + |
54 | 56 | |
55 | 57 | |
56 | 58 | |
| ||
66 | 68 | |
67 | 69 | |
68 | 70 | |
69 | | - |
| 71 | + |
70 | 72 | |
71 | 73 | |
72 | 74 | |
| ||
79 | 81 | |
80 | 82 | |
81 | 83 | |
82 | | - |
| 84 | + |
83 | 85 | |
84 | 86 | |
85 | 87 | |
|
0 commit comments