Commit ae8b2b4
process: add source-map support to stack traces
PR-URL: #29564
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 9e5d691 commit ae8b2b4Copy full SHA for ae8b2b4
File tree
Expand file treeCollapse file tree
33 files changed
+729
-22
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal
- bootstrap
- modules
- cjs
- esm
- source_map
- src
- test
- fixtures/source-map
- message
- parallel
Expand file treeCollapse file tree
33 files changed
+729
-22
lines changedOpen diff view settings
Collapse file
+10Lines changed: 10 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
135 | 135 | |
136 | 136 | |
137 | 137 | |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
138 | 147 | |
139 | 148 | |
140 | 149 | |
| ||
1007 | 1016 | |
1008 | 1017 | |
1009 | 1018 | |
| 1019 | + |
1010 | 1020 | |
1011 | 1021 | |
1012 | 1022 | |
|
Collapse file
lib/internal/bootstrap/pre_execution.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/pre_execution.js+11-1Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
24 | 33 | |
25 | 34 | |
26 | 35 | |
| ||
119 | 128 | |
120 | 129 | |
121 | 130 | |
122 | | - |
| 131 | + |
| 132 | + |
123 | 133 | |
124 | 134 | |
125 | 135 | |
|
Collapse file
lib/internal/modules/cjs/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/cjs/loader.js+18-2Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
35 | 38 | |
36 | 39 | |
37 | 40 | |
| ||
52 | 55 | |
53 | 56 | |
54 | 57 | |
| 58 | + |
55 | 59 | |
56 | 60 | |
57 | 61 | |
| ||
708 | 712 | |
709 | 713 | |
710 | 714 | |
711 | | - |
| 715 | + |
| 716 | + |
| 717 | + |
| 718 | + |
| 719 | + |
| 720 | + |
| 721 | + |
| 722 | + |
| 723 | + |
| 724 | + |
| 725 | + |
| 726 | + |
| 727 | + |
712 | 728 | |
713 | 729 | |
714 | 730 | |
|
Collapse file
lib/internal/modules/esm/translators.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/translators.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
|
0 commit comments