Commit f23a0e2
File tree
Expand file treeCollapse file tree
5 files changed
+55
-26
lines changedOpen diff view settings
Filter options
- lib/internal/modules
- cjs
- esm
- test
- es-module
- fixtures/es-modules
Expand file treeCollapse file tree
5 files changed
+55
-26
lines changedOpen diff view settings
Collapse file
lib/internal/modules/cjs/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/cjs/loader.js+1-23Lines changed: 1 addition & 23 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
73 | | - |
74 | 73 | |
75 | 74 | |
76 | 75 | |
| ||
115 | 114 | |
116 | 115 | |
117 | 116 | |
| 117 | + |
118 | 118 | |
119 | 119 | |
120 | 120 | |
| ||
129 | 129 | |
130 | 130 | |
131 | 131 | |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | | - |
154 | 132 | |
155 | 133 | |
156 | 134 | |
|
Collapse file
lib/internal/modules/esm/translators.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/translators.js+37-2Lines changed: 37 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
| 12 | + |
12 | 13 | |
13 | 14 | |
14 | 15 | |
| 16 | + |
| 17 | + |
15 | 18 | |
16 | 19 | |
17 | 20 | |
| ||
54 | 57 | |
55 | 58 | |
56 | 59 | |
| 60 | + |
57 | 61 | |
58 | 62 | |
59 | 63 | |
| 64 | + |
60 | 65 | |
61 | 66 | |
62 | 67 | |
| ||
130 | 135 | |
131 | 136 | |
132 | 137 | |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
133 | 157 | |
134 | 158 | |
135 | 159 | |
| ||
152 | 176 | |
153 | 177 | |
154 | 178 | |
155 | | - |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
156 | 185 | |
157 | 186 | |
158 | 187 | |
| ||
190 | 219 | |
191 | 220 | |
192 | 221 | |
193 | | - |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
194 | 229 | |
195 | 230 | |
196 | 231 | |
|
Collapse file
test/es-module/test-esm-cjs-exports.js
Copy file name to clipboardExpand all lines: test/es-module/test-esm-cjs-exports.js+15-1Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
Collapse file
test/fixtures/es-modules/cjs-exports-invalid.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/fixtures/es-modules/invalid-cjs.js
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
0 commit comments