Commit b5a2c07
module: add prefix-only modules to
Fixes #42785
PR-URL: #56185
Fixes: #42785
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>module.builtinModules
1 parent c5b0862 commit b5a2c07Copy full SHA for b5a2c07
File tree
Expand file treeCollapse file tree
10 files changed
+37
-25
lines changedOpen diff view settings
Filter options
- doc/api
- lib
- internal
- bootstrap
- modules/cjs
- test/parallel
Expand file treeCollapse file tree
10 files changed
+37
-25
lines changedOpen diff view settings
Collapse file
+4-3Lines changed: 4 additions & 3 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
24 | 28 | |
25 | 29 | |
26 | 30 | |
27 | 31 | |
28 | 32 | |
29 | 33 | |
30 | 34 | |
31 | | - |
32 | | - |
33 | 35 | |
34 | 36 | |
35 | 37 | |
| ||
1723 | 1725 | |
1724 | 1726 | |
1725 | 1727 | |
1726 | | - |
1727 | 1728 | |
1728 | 1729 | |
1729 | 1730 | |
|
Collapse file
+3-1Lines changed: 3 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
513 | 513 | |
514 | 514 | |
515 | 515 | |
516 | | - |
| 516 | + |
517 | 517 | |
518 | 518 | |
519 | 519 | |
| ||
527 | 527 | |
528 | 528 | |
529 | 529 | |
| 530 | + |
| 531 | + |
530 | 532 | |
531 | 533 | |
532 | 534 | |
|
Collapse file
lib/internal/bootstrap/realm.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/realm.js+7-4Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
| 57 | + |
57 | 58 | |
58 | 59 | |
59 | 60 | |
| ||
320 | 321 | |
321 | 322 | |
322 | 323 | |
323 | | - |
324 | | - |
325 | | - |
326 | | - |
327 | 324 | |
328 | 325 | |
329 | 326 | |
330 | 327 | |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
331 | 334 | |
332 | 335 | |
333 | 336 | |
|
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 |
|---|---|---|
| ||
434 | 434 | |
435 | 435 | |
436 | 436 | |
437 | | - |
438 | | - |
| 437 | + |
| 438 | + |
439 | 439 | |
440 | 440 | |
441 | 441 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
130 | 130 | |
131 | 131 | |
132 | 132 | |
133 | | - |
| 133 | + |
134 | 134 | |
135 | 135 | |
136 | 136 | |
|
Collapse file
test/parallel/test-internal-module-require.js
Copy file name to clipboardExpand all lines: test/parallel/test-internal-module-require.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
87 | 87 | |
88 | 88 | |
89 | 89 | |
| 90 | + |
| 91 | + |
| 92 | + |
90 | 93 | |
91 | 94 | |
92 | 95 | |
|
Collapse file
test/parallel/test-process-get-builtin.mjs
Copy file name to clipboardExpand all lines: test/parallel/test-process-get-builtin.mjs+9-5Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
45 | | - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
46 | 48 | |
47 | 49 | |
48 | 50 | |
49 | 51 | |
50 | 52 | |
51 | 53 | |
52 | | - |
53 | | - |
54 | | - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
55 | 59 | |
Collapse file
test/parallel/test-repl-tab-complete-import.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-tab-complete-import.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
| 34 | + |
35 | 35 | |
36 | 36 | |
37 | 37 | |
| ||
55 | 55 | |
56 | 56 | |
57 | 57 | |
58 | | - |
| 58 | + |
59 | 59 | |
60 | 60 | |
61 | 61 | |
|
Collapse file
test/parallel/test-repl-tab-complete.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-tab-complete.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
275 | 275 | |
276 | 276 | |
277 | 277 | |
278 | | - |
| 278 | + |
279 | 279 | |
280 | 280 | |
281 | 281 | |
| ||
295 | 295 | |
296 | 296 | |
297 | 297 | |
298 | | - |
| 298 | + |
299 | 299 | |
300 | 300 | |
301 | 301 | |
|
Collapse file
test/parallel/test-require-resolve.js
Copy file name to clipboardExpand all lines: test/parallel/test-require-resolve.js+3-4Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
61 | 61 | |
62 | 62 | |
63 | 63 | |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
| 64 | + |
| 65 | + |
| 66 | + |
68 | 67 | |
69 | 68 | |
70 | 69 | |
|
0 commit comments