Commit f0850a3
File tree
Expand file treeCollapse file tree
13 files changed
+139
-8
lines changedOpen diff view settings
Filter options
- lib/internal/modules
- cjs
- esm
- src
- test
- common
- es-module
- fixtures
- es-modules
- node_modules/pkgexports
Expand file treeCollapse file tree
13 files changed
+139
-8
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+10-5Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
| ||
576 | 576 | |
577 | 577 | |
578 | 578 | |
579 | | - |
580 | | - |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
581 | 583 | |
582 | 584 | |
583 | 585 | |
584 | 586 | |
585 | 587 | |
586 | 588 | |
587 | 589 | |
588 | | - |
589 | | - |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
590 | 594 | |
591 | 595 | |
592 | 596 | |
| ||
689 | 693 | |
690 | 694 | |
691 | 695 | |
| 696 | + |
692 | 697 | |
693 | 698 | |
694 | 699 | |
|
Collapse file
lib/internal/modules/esm/translators.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/translators.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
| ||
134 | 134 | |
135 | 135 | |
136 | 136 | |
| 137 | + |
137 | 138 | |
138 | 139 | |
139 | 140 | |
| ||
188 | 189 | |
189 | 190 | |
190 | 191 | |
| 192 | + |
191 | 193 | |
192 | 194 | |
193 | 195 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
| 10 | + |
10 | 11 | |
11 | 12 | |
12 | 13 | |
| ||
962 | 963 | |
963 | 964 | |
964 | 965 | |
| 966 | + |
965 | 967 | |
966 | 968 | |
967 | 969 | |
| ||
1267 | 1269 | |
1268 | 1270 | |
1269 | 1271 | |
| 1272 | + |
1270 | 1273 | |
1271 | 1274 | |
1272 | 1275 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
| 31 | + |
30 | 32 | |
31 | 33 | |
32 | 34 | |
|
Collapse file
+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
| 2 | + |
2 | 3 | |
3 | 4 | |
4 | 5 | |
| ||
93 | 94 | |
94 | 95 | |
95 | 96 | |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
96 | 112 | |
97 | 113 | |
98 | 114 | |
|
Collapse file
test/common/fixtures.mjs
Copy file name to clipboard+16Lines changed: 16 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 | + |
Collapse file
test/es-module/test-esm-exports.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-exports.mjs+36Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
| 6 | + |
5 | 7 | |
6 | 8 | |
7 | 9 | |
| ||
150 | 152 | |
151 | 153 | |
152 | 154 | |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
Collapse file
test/es-module/test-esm-json.mjs
Copy file name to clipboard+24-1Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
| 4 | + |
| 5 | + |
4 | 6 | |
5 | 7 | |
6 | 8 | |
7 | 9 | |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
Collapse file
test/es-module/test-esm-wasm.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-wasm.mjs+24-1Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
3 | 4 | |
4 | 5 | |
5 | | - |
| 6 | + |
| 7 | + |
6 | 8 | |
7 | 9 | |
8 | 10 | |
| ||
13 | 15 | |
14 | 16 | |
15 | 17 | |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
Collapse file
test/fixtures/es-modules/conditional-exports.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