Commit c2b6edf
esm: fix hook name in error message
PR-URL: #50466
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>1 parent 9950103 commit c2b6edfCopy full SHA for c2b6edf
File tree
Expand file treeCollapse file tree
4 files changed
+16
-3
lines changedOpen diff view settings
Filter options
- lib/internal
- modules/esm
- test
- es-module
- fixtures/es-module-loaders
Expand file treeCollapse file tree
4 files changed
+16
-3
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1475 | 1475 | |
1476 | 1476 | |
1477 | 1477 | |
1478 | | - |
| 1478 | + |
1479 | 1479 | |
1480 | 1480 | |
1481 | 1481 | |
1482 | | - |
| 1482 | + |
1483 | 1483 | |
1484 | 1484 | |
1485 | 1485 | |
|
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 |
|---|---|---|
| ||
128 | 128 | |
129 | 129 | |
130 | 130 | |
131 | | - |
| 131 | + |
132 | 132 | |
133 | 133 | |
134 | 134 | |
|
Collapse file
test/es-module/test-esm-loader.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-loader.mjs+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
46 | 51 | |
47 | 52 | |
48 | 53 | |
|
Collapse file
test/fixtures/es-module-loaders/hooks-custom.mjs
Copy file name to clipboardExpand all lines: test/fixtures/es-module-loaders/hooks-custom.mjs+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
97 | 97 | |
98 | 98 | |
99 | 99 | |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
100 | 108 | |
101 | 109 | |
0 commit comments