Commit 1ff956f
module: remove experimental modules warning
Backport-PR-URL: #35757
PR-URL: #31974
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent 985b96a commit 1ff956fCopy full SHA for 1ff956f
File tree
Expand file treeCollapse file tree
12 files changed
+4
-32
lines changedOpen diff view settings
Filter options
- lib/internal/process
- test
- es-module
- message
Expand file treeCollapse file tree
12 files changed
+4
-32
lines changedOpen diff view settings
Collapse file
lib/internal/process/esm_loader.js
Copy file name to clipboardExpand all lines: lib/internal/process/esm_loader.js+3-19Lines changed: 3 additions & 19 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | 6 | |
8 | 7 | |
9 | 8 | |
| ||
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | 28 | |
37 | 29 | |
38 | 30 | |
| ||
47 | 39 | |
48 | 40 | |
49 | 41 | |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
| 42 | + |
59 | 43 | |
60 | 44 | |
61 | 45 | |
| ||
78 | 62 | |
79 | 63 | |
80 | 64 | |
81 | | - |
| 65 | + |
82 | 66 | |
83 | | - |
| 67 | + |
84 | 68 | |
85 | 69 | |
86 | 70 | |
|
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-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
42 | | - |
43 | | - |
44 | 41 | |
45 | 42 | |
46 | 43 | |
|
Collapse file
test/es-module/test-esm-nowarn-exports.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-nowarn-exports.mjs+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
| 19 | + |
20 | 20 | |
21 | 21 | |
22 | 22 | |
|
Collapse file
test/message/async_error_sync_esm.out
Copy file name to clipboardExpand all lines: test/message/async_error_sync_esm.out-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
|
Collapse file
test/message/esm_display_syntax_error.out
Copy file name to clipboardExpand all lines: test/message/esm_display_syntax_error.out-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
|
Collapse file
test/message/esm_display_syntax_error_import.out
Copy file name to clipboardExpand all lines: test/message/esm_display_syntax_error_import.out-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
|
Collapse file
test/message/esm_display_syntax_error_import_module.out
Copy file name to clipboardExpand all lines: test/message/esm_display_syntax_error_import_module.out-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
|
Collapse file
test/message/esm_display_syntax_error_module.out
Copy file name to clipboardExpand all lines: test/message/esm_display_syntax_error_module.out-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
|
Collapse file
test/message/esm_loader_not_found.out
Copy file name to clipboardExpand all lines: test/message/esm_loader_not_found.out-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
|
Collapse file
test/message/esm_loader_not_found_cjs_hint_bare.out
Copy file name to clipboardExpand all lines: test/message/esm_loader_not_found_cjs_hint_bare.out-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
|
0 commit comments