Commit c2ea22f
File tree
Expand file treeCollapse file tree
4 files changed
+64
-15
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
+64
-15
lines changedOpen diff view settings
Collapse file
lib/internal/modules/esm/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/loader.js+7-15Lines changed: 7 additions & 15 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | 18 | |
20 | 19 | |
21 | 20 | |
| ||
148 | 147 | |
149 | 148 | |
150 | 149 | |
151 | | - |
| 150 | + |
152 | 151 | |
153 | 152 | |
154 | 153 | |
155 | | - |
| 154 | + |
156 | 155 | |
157 | 156 | |
158 | 157 | |
159 | 158 | |
160 | 159 | |
161 | 160 | |
162 | | - |
163 | | - |
164 | | - |
165 | | - |
166 | | - |
167 | | - |
168 | | - |
169 | | - |
| 161 | + |
| 162 | + |
170 | 163 | |
171 | 164 | |
172 | | - |
173 | | - |
| 165 | + |
174 | 166 | |
175 | 167 | |
176 | 168 | |
| ||
575 | 567 | |
576 | 568 | |
577 | 569 | |
578 | | - |
| 570 | + |
579 | 571 | |
580 | 572 | |
581 | 573 | |
| ||
829 | 821 | |
830 | 822 | |
831 | 823 | |
832 | | - |
| 824 | + |
833 | 825 | |
834 | 826 | |
835 | 827 | |
|
Collapse file
test/es-module/test-esm-loader-chaining.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-loader-chaining.mjs+22Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
101 | 101 | |
102 | 102 | |
103 | 103 | |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
104 | 126 | |
105 | 127 | |
106 | 128 | |
|
Collapse file
test/fixtures/es-module-loaders/loader-log-args.mjs
Copy file name to clipboard+28Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
Collapse file
test/fixtures/es-module-loaders/loader-with-too-many-args.mjs
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
0 commit comments