Commit 3d5cf17
committed
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/api
- lib/internal
- modules/esm
- test
- es-module
- fixtures/import-require-cycle
- node_modules
- cjs-pkg
- dual-pkg
- esm-pkg
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+13Lines changed: 13 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2707 | 2707 | |
2708 | 2708 | |
2709 | 2709 | |
| 2710 | + |
| 2711 | + |
| 2712 | + |
| 2713 | + |
| 2714 | + |
| 2715 | + |
| 2716 | + |
| 2717 | + |
| 2718 | + |
| 2719 | + |
| 2720 | + |
| 2721 | + |
| 2722 | + |
2710 | 2723 | |
2711 | 2724 | |
2712 | 2725 | |
|
Collapse file
+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1730 | 1730 | |
1731 | 1731 | |
1732 | 1732 | |
| 1733 | + |
| 1734 | + |
| 1735 | + |
| 1736 | + |
| 1737 | + |
| 1738 | + |
| 1739 | + |
| 1740 | + |
| 1741 | + |
1733 | 1742 | |
1734 | 1743 | |
1735 | 1744 | |
|
Collapse file
lib/internal/modules/esm/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/loader.js+6-22Lines changed: 6 additions & 22 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
30 | 31 | |
31 | 32 | |
32 | 33 | |
| ||
52 | 53 | |
53 | 54 | |
54 | 55 | |
| 56 | + |
55 | 57 | |
56 | 58 | |
57 | 59 | |
| ||
105 | 107 | |
106 | 108 | |
107 | 109 | |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
124 | | - |
125 | | - |
126 | 110 | |
127 | 111 | |
128 | 112 | |
| ||
309 | 293 | |
310 | 294 | |
311 | 295 | |
312 | | - |
| 296 | + |
313 | 297 | |
314 | 298 | |
315 | 299 | |
| ||
342 | 326 | |
343 | 327 | |
344 | 328 | |
345 | | - |
346 | | - |
| 329 | + |
| 330 | + |
347 | 331 | |
348 | 332 | |
349 | 333 | |
| ||
379 | 363 | |
380 | 364 | |
381 | 365 | |
382 | | - |
| 366 | + |
383 | 367 | |
384 | 368 | |
385 | 369 | |
|
Collapse file
lib/internal/modules/esm/module_job.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/module_job.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
55 | 55 | |
56 | 56 | |
57 | 57 | |
| 58 | + |
58 | 59 | |
59 | 60 | |
60 | 61 | |
| ||
420 | 421 | |
421 | 422 | |
422 | 423 | |
423 | | - |
| 424 | + |
| 425 | + |
424 | 426 | |
425 | 427 | |
426 | 428 | |
|
Collapse file
test/es-module/test-esm-require-race-condition.js
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
Collapse file
test/fixtures/import-require-cycle/node_modules/cjs-pkg/index.js
Copy file name to clipboardExpand all lines: test/fixtures/import-require-cycle/node_modules/cjs-pkg/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/import-require-cycle/node_modules/dual-pkg/index.cjs
Copy file name to clipboardExpand all lines: test/fixtures/import-require-cycle/node_modules/dual-pkg/index.cjs+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/import-require-cycle/node_modules/dual-pkg/index.mjs
Copy file name to clipboardExpand all lines: test/fixtures/import-require-cycle/node_modules/dual-pkg/index.mjs+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/fixtures/import-require-cycle/node_modules/dual-pkg/package.json
Copy file name to clipboardExpand all lines: test/fixtures/import-require-cycle/node_modules/dual-pkg/package.json+7Lines changed: 7 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/import-require-cycle/node_modules/esm-pkg/index.mjs
Copy file name to clipboardExpand all lines: test/fixtures/import-require-cycle/node_modules/esm-pkg/index.mjs+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments