Commit 05802c2
File tree
Expand file treeCollapse file tree
8 files changed
+96
-15
lines changedOpen diff view settings
Filter options
- lib/internal
- modules
- cjs
- esm
- test
- fixtures/es-module-specifiers
- node_modules/no-main-field
- parallel
Expand file treeCollapse file tree
8 files changed
+96
-15
lines changedOpen diff view settings
Collapse file
lib/internal/modules/cjs/helpers.js
Copy file name to clipboardExpand all lines: lib/internal/modules/cjs/helpers.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
| ||
117 | 118 | |
118 | 119 | |
119 | 120 | |
120 | | - |
| 121 | + |
121 | 122 | |
122 | 123 | |
123 | 124 | |
|
Collapse file
lib/internal/modules/cjs/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/cjs/loader.js+10-11Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
79 | 79 | |
80 | 80 | |
81 | 81 | |
82 | | - |
| 82 | + |
83 | 83 | |
84 | 84 | |
85 | 85 | |
| ||
172 | 172 | |
173 | 173 | |
174 | 174 | |
175 | | - |
| 175 | + |
176 | 176 | |
177 | 177 | |
178 | 178 | |
| ||
312 | 312 | |
313 | 313 | |
314 | 314 | |
315 | | - |
316 | | - |
317 | | - |
318 | | - |
319 | | - |
320 | | - |
321 | | - |
322 | | - |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
323 | 322 | |
324 | 323 | |
325 | 324 | |
| ||
1185 | 1184 | |
1186 | 1185 | |
1187 | 1186 | |
1188 | | - |
| 1187 | + |
1189 | 1188 | |
1190 | 1189 | |
1191 | 1190 | |
|
Collapse file
lib/internal/modules/esm/package_config.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/package_config.js+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
5 | 6 | |
6 | 7 | |
7 | 8 | |
| ||
11 | 12 | |
12 | 13 | |
13 | 14 | |
| 15 | + |
14 | 16 | |
15 | 17 | |
16 | 18 | |
| ||
66 | 68 | |
67 | 69 | |
68 | 70 | |
69 | | - |
70 | | - |
| 71 | + |
| 72 | + |
71 | 73 | |
72 | 74 | |
73 | 75 | |
|
Collapse file
+32Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
| ||
507 | 508 | |
508 | 509 | |
509 | 510 | |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
| 519 | + |
| 520 | + |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | + |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
510 | 540 | |
511 | 541 | |
512 | 542 | |
| ||
519 | 549 | |
520 | 550 | |
521 | 551 | |
| 552 | + |
522 | 553 | |
523 | 554 | |
524 | 555 | |
| ||
549 | 580 | |
550 | 581 | |
551 | 582 | |
| 583 | + |
552 | 584 | |
Collapse file
test/fixtures/es-module-specifiers/index.mjs
Copy file name to clipboard+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
5 | 6 | |
6 | 7 | |
7 | 8 | |
8 | 9 | |
9 | | - |
| 10 | + |
10 | 11 | |
Collapse file
test/fixtures/es-module-specifiers/node_modules/no-main-field/index.js
Copy file name to clipboardExpand all lines: test/fixtures/es-module-specifiers/node_modules/no-main-field/index.js+2Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
test/fixtures/es-module-specifiers/node_modules/no-main-field/package.json
Copy file name to clipboardExpand all lines: test/fixtures/es-module-specifiers/node_modules/no-main-field/package.json+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
test/parallel/test-module-prototype-mutation.js
Copy file name to clipboard+43Lines changed: 43 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 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
0 commit comments