Commit 91b820e
esm: use "node:" namespace for builtins
PR-URL: #35387
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent af360ac commit 91b820eCopy full SHA for 91b820e
File tree
Expand file treeCollapse file tree
10 files changed
+19
-19
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal/modules/esm
- test
- es-module
- fixtures/es-module-loaders
- parallel
Expand file treeCollapse file tree
10 files changed
+19
-19
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1003 | 1003 | |
1004 | 1004 | |
1005 | 1005 | |
1006 | | - |
| 1006 | + |
1007 | 1007 | |
1008 | 1008 | |
1009 | 1009 | |
|
Collapse file
lib/internal/modules/esm/get_format.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/get_format.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
|
Collapse file
lib/internal/modules/esm/resolve.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/resolve.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
776 | 776 | |
777 | 777 | |
778 | 778 | |
779 | | - |
| 779 | + |
780 | 780 | |
781 | 781 | |
782 | 782 | |
783 | 783 | |
784 | 784 | |
785 | | - |
| 785 | + |
786 | 786 | |
787 | 787 | |
788 | 788 | |
|
Collapse file
lib/internal/modules/esm/translators.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/translators.js+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
223 | 223 | |
224 | 224 | |
225 | 225 | |
226 | | - |
227 | | - |
| 226 | + |
| 227 | + |
228 | 228 | |
229 | | - |
230 | | - |
| 229 | + |
| 230 | + |
231 | 231 | |
232 | 232 | |
233 | 233 | |
|
Collapse file
test/es-module/test-esm-dynamic-import.js
Copy file name to clipboardExpand all lines: test/es-module/test-esm-dynamic-import.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
| 51 | + |
52 | 52 | |
53 | | - |
| 53 | + |
54 | 54 | |
55 | 55 | |
56 | 56 | |
|
Collapse file
test/fixtures/es-module-loaders/builtin-named-exports-loader.mjs
Copy file name to clipboardExpand all lines: test/fixtures/es-module-loaders/builtin-named-exports-loader.mjs+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
|
Collapse file
test/fixtures/es-module-loaders/example-loader.mjs
Copy file name to clipboardExpand all lines: test/fixtures/es-module-loaders/example-loader.mjs+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | 33 | |
|
Collapse file
test/fixtures/es-module-loaders/loader-unknown-builtin-module.mjs
Copy file name to clipboardExpand all lines: test/fixtures/es-module-loaders/loader-unknown-builtin-module.mjs+2-2Lines changed: 2 additions & 2 deletions
| 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 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
|
Collapse file
test/fixtures/es-module-loaders/not-found-assert-loader.mjs
Copy file name to clipboardExpand all lines: test/fixtures/es-module-loaders/not-found-assert-loader.mjs+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
Collapse file
test/parallel/test-loaders-unknown-builtin-module.mjs
Copy file name to clipboardExpand all lines: test/parallel/test-loaders-unknown-builtin-module.mjs+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
0 commit comments