Commit ddf1f01
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 |
|---|---|---|
| ||
2699 | 2699 | |
2700 | 2700 | |
2701 | 2701 | |
| 2702 | + |
| 2703 | + |
| 2704 | + |
| 2705 | + |
| 2706 | + |
| 2707 | + |
| 2708 | + |
| 2709 | + |
| 2710 | + |
| 2711 | + |
| 2712 | + |
| 2713 | + |
| 2714 | + |
2702 | 2715 | |
2703 | 2716 | |
2704 | 2717 | |
|
Collapse file
+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1717 | 1717 | |
1718 | 1718 | |
1719 | 1719 | |
| 1720 | + |
| 1721 | + |
| 1722 | + |
| 1723 | + |
| 1724 | + |
| 1725 | + |
| 1726 | + |
| 1727 | + |
| 1728 | + |
1720 | 1729 | |
1721 | 1730 | |
1722 | 1731 | |
|
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 | |
| ||
48 | 49 | |
49 | 50 | |
50 | 51 | |
| 52 | + |
51 | 53 | |
52 | 54 | |
53 | 55 | |
| ||
101 | 103 | |
102 | 104 | |
103 | 105 | |
104 | | - |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | 106 | |
123 | 107 | |
124 | 108 | |
| ||
306 | 290 | |
307 | 291 | |
308 | 292 | |
309 | | - |
| 293 | + |
310 | 294 | |
311 | 295 | |
312 | 296 | |
| ||
339 | 323 | |
340 | 324 | |
341 | 325 | |
342 | | - |
343 | | - |
| 326 | + |
| 327 | + |
344 | 328 | |
345 | 329 | |
346 | 330 | |
| ||
376 | 360 | |
377 | 361 | |
378 | 362 | |
379 | | - |
| 363 | + |
380 | 364 | |
381 | 365 | |
382 | 366 | |
|
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