Commit 0f757bc
esm: use "node:" namespace for builtins
Backport-PR-URL: #35757
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 1f34230 commit 0f757bcCopy full SHA for 0f757bc
File tree
Expand file treeCollapse file tree
9 files changed
+16
-16
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
9 files changed
+16
-16
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 |
|---|---|---|
| ||
1007 | 1007 | |
1008 | 1008 | |
1009 | 1009 | |
1010 | | - |
| 1010 | + |
1011 | 1011 | |
1012 | 1012 | |
1013 | 1013 | |
|
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 |
|---|---|---|
| ||
750 | 750 | |
751 | 751 | |
752 | 752 | |
753 | | - |
| 753 | + |
754 | 754 | |
755 | 755 | |
756 | 756 | |
757 | 757 | |
758 | 758 | |
759 | | - |
| 759 | + |
760 | 760 | |
761 | 761 | |
762 | 762 | |
|
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 |
|---|---|---|
| ||
261 | 261 | |
262 | 262 | |
263 | 263 | |
264 | | - |
265 | | - |
| 264 | + |
| 265 | + |
266 | 266 | |
267 | | - |
268 | | - |
| 267 | + |
| 268 | + |
269 | 269 | |
270 | 270 | |
271 | 271 | |
|
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/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