Commit 83c3867
cli: add --require-module/--no-require-module
To replace --experimental-require-module and
--no-experimental-require-module. The experimental
ones are left as legacy aliases.
PR-URL: #60959
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent 68fbc0c commit 83c3867Copy full SHA for 83c3867
10 files changed
+62-38Lines changed: 62 additions & 38 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc
- api
- lib/internal
- bootstrap
- modules
- cjs
- esm
- src
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+37-25Lines changed: 37 additions & 25 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1137 | 1137 | |
1138 | 1138 | |
1139 | 1139 | |
1140 | | - |
1141 | | - |
1142 | | - |
1143 | | - |
1144 | | - |
1145 | | - |
1146 | | - |
1147 | | - |
1148 | | - |
1149 | | - |
1150 | | - |
1151 | | - |
1152 | | - |
1153 | | - |
1154 | | - |
1155 | | - |
1156 | | - |
1157 | | - |
1158 | | - |
1159 | | - |
1160 | | - |
1161 | 1140 | |
1162 | 1141 | |
1163 | 1142 | |
| ||
1845 | 1824 | |
1846 | 1825 | |
1847 | 1826 | |
| 1827 | + |
| 1828 | + |
| 1829 | + |
| 1830 | + |
| 1831 | + |
1848 | 1832 | |
1849 | 1833 | |
1850 | 1834 | |
| ||
1853 | 1837 | |
1854 | 1838 | |
1855 | 1839 | |
1856 | | - |
1857 | | - |
1858 | | - |
| 1840 | + |
1859 | 1841 | |
1860 | | - |
| 1842 | + |
1861 | 1843 | |
1862 | 1844 | |
1863 | 1845 | |
| ||
1922 | 1904 | |
1923 | 1905 | |
1924 | 1906 | |
| 1907 | + |
| 1908 | + |
| 1909 | + |
| 1910 | + |
| 1911 | + |
| 1912 | + |
| 1913 | + |
| 1914 | + |
| 1915 | + |
| 1916 | + |
| 1917 | + |
| 1918 | + |
| 1919 | + |
| 1920 | + |
| 1921 | + |
| 1922 | + |
| 1923 | + |
| 1924 | + |
| 1925 | + |
| 1926 | + |
| 1927 | + |
| 1928 | + |
| 1929 | + |
| 1930 | + |
| 1931 | + |
| 1932 | + |
| 1933 | + |
| 1934 | + |
1925 | 1935 | |
1926 | 1936 | |
1927 | 1937 | |
| ||
3531 | 3541 | |
3532 | 3542 | |
3533 | 3543 | |
| 3544 | + |
3534 | 3545 | |
3535 | 3546 | |
3536 | 3547 | |
| ||
4067 | 4078 | |
4068 | 4079 | |
4069 | 4080 | |
| 4081 | + |
4070 | 4082 | |
4071 | 4083 | |
4072 | 4084 | |
|
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
324 | 324 | |
325 | 325 | |
326 | 326 | |
327 | | - |
328 | | - |
| 327 | + |
| 328 | + |
329 | 329 | |
330 | 330 | |
331 | 331 | |
| ||
422 | 422 | |
423 | 423 | |
424 | 424 | |
425 | | - |
| 425 | + |
426 | 426 | |
427 | 427 | |
428 | 428 | |
| ||
436 | 436 | |
437 | 437 | |
438 | 438 | |
439 | | - |
| 439 | + |
440 | 440 | |
441 | 441 | |
442 | 442 | |
|
Collapse file
doc/node-config-schema.json
Copy file name to clipboardExpand all lines: doc/node-config-schema.json+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
343 | 343 | |
344 | 344 | |
345 | 345 | |
| 346 | + |
| 347 | + |
| 348 | + |
346 | 349 | |
347 | 350 | |
348 | 351 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
213 | 213 | |
214 | 214 | |
215 | 215 | |
| 216 | + |
| 217 | + |
| 218 | + |
216 | 219 | |
217 | 220 | |
218 | 221 | |
|
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
283 | 283 | |
284 | 284 | |
285 | 285 | |
286 | | - |
| 286 | + |
287 | 287 | |
288 | 288 | |
289 | 289 | |
|
Collapse file
lib/internal/modules/cjs/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/cjs/loader.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1737 | 1737 | |
1738 | 1738 | |
1739 | 1739 | |
1740 | | - |
| 1740 | + |
1741 | 1741 | |
1742 | 1742 | |
1743 | 1743 | |
| ||
1936 | 1936 | |
1937 | 1937 | |
1938 | 1938 | |
1939 | | - |
| 1939 | + |
1940 | 1940 | |
1941 | 1941 | |
1942 | 1942 | |
|
Collapse file
lib/internal/modules/esm/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/loader.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
305 | 305 | |
306 | 306 | |
307 | 307 | |
308 | | - |
| 308 | + |
309 | 309 | |
310 | 310 | |
311 | 311 | |
| ||
495 | 495 | |
496 | 496 | |
497 | 497 | |
498 | | - |
| 498 | + |
499 | 499 | |
500 | 500 | |
501 | 501 | |
|
Collapse file
lib/internal/modules/esm/utils.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/utils.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
75 | 75 | |
76 | 76 | |
77 | 77 | |
78 | | - |
| 78 | + |
79 | 79 | |
80 | 80 | |
81 | 81 | |
|
Collapse file
lib/internal/modules/helpers.js
Copy file name to clipboardExpand all lines: lib/internal/modules/helpers.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
84 | 84 | |
85 | 85 | |
86 | 86 | |
87 | | - |
| 87 | + |
88 | 88 | |
89 | 89 | |
90 | 90 | |
|
Collapse file
+8-2Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
486 | 486 | |
487 | 487 | |
488 | 488 | |
489 | | - |
| 489 | + |
490 | 490 | |
491 | 491 | |
492 | 492 | |
493 | 493 | |
494 | 494 | |
495 | | - |
| 495 | + |
496 | 496 | |
497 | 497 | |
498 | 498 | |
499 | 499 | |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
500 | 506 | |
501 | 507 | |
502 | 508 | |
|
0 commit comments