Commit 9c68320
File tree
Expand file treeCollapse file tree
14 files changed
+174
-47
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal
- modules/esm
- test
- es-module
- fixtures/es-modules/package-type-module/node_modules
- dep-with-package-json-type-module
- dep-with-package-json-without-type
Expand file treeCollapse file tree
14 files changed
+174
-47
lines changedOpen diff view settings
Collapse file
+6-2Lines changed: 6 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1009 | 1009 | |
1010 | 1010 | |
1011 | 1011 | |
1012 | | - |
1013 | | - |
| 1012 | + |
| 1013 | + |
| 1014 | + |
| 1015 | + |
| 1016 | + |
| 1017 | + |
1014 | 1018 | |
1015 | 1019 | |
1016 | 1020 | |
|
Collapse file
+1-7Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1791 | 1791 | |
1792 | 1792 | |
1793 | 1793 | |
1794 | | - |
1795 | | - |
1796 | | - |
1797 | | - |
1798 | | - |
1799 | | - |
1800 | | - |
| 1794 | + |
1801 | 1795 | |
1802 | 1796 | |
1803 | 1797 | |
|
Collapse file
lib/internal/modules/esm/get_format.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/get_format.js+11-23Lines changed: 11 additions & 23 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | 12 | |
14 | 13 | |
15 | 14 | |
| ||
22 | 21 | |
23 | 22 | |
24 | 23 | |
25 | | - |
| 24 | + |
26 | 25 | |
27 | 26 | |
28 | 27 | |
| ||
112 | 111 | |
113 | 112 | |
114 | 113 | |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
124 | | - |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
125 | 119 | |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
126 | 124 | |
127 | 125 | |
128 | 126 | |
| ||
131 | 129 | |
132 | 130 | |
133 | 131 | |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
| 132 | + |
145 | 133 | |
146 | 134 | |
147 | 135 | |
|
Collapse file
test/es-module/test-esm-extensionless-esm-and-wasm.mjs
Copy file name to clipboard+106Lines changed: 106 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
Collapse file
test/es-module/test-esm-type-flag-package-scopes.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-type-flag-package-scopes.mjs+21-4Lines changed: 21 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
27 | 35 | |
28 | 36 | |
29 | 37 | |
| ||
42 | 50 | |
43 | 51 | |
44 | 52 | |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
45 | 60 | |
46 | 61 | |
47 | 62 | |
| ||
112 | 127 | |
113 | 128 | |
114 | 129 | |
115 | | - |
| 130 | + |
116 | 131 | |
117 | 132 | |
118 | 133 | |
| ||
124 | 139 | |
125 | 140 | |
126 | 141 | |
127 | | - |
| 142 | + |
| 143 | + |
128 | 144 | |
129 | 145 | |
130 | 146 | |
131 | 147 | |
132 | 148 | |
133 | 149 | |
134 | 150 | |
135 | | - |
| 151 | + |
136 | 152 | |
137 | 153 | |
138 | 154 | |
| ||
144 | 160 | |
145 | 161 | |
146 | 162 | |
147 | | - |
| 163 | + |
| 164 | + |
148 | 165 | |
149 | 166 | |
150 | 167 | |
Collapse file
…dule/test-esm-unknown-or-no-extension.js …/es-module/test-esm-unknown-extension.jstest/es-module/test-esm-unknown-or-no-extension.js renamed to test/es-module/test-esm-unknown-extension.js test/es-module/test-esm-unknown-or-no-extension.js renamed to test/es-module/test-esm-unknown-extension.js
Copy file name to clipboardExpand all lines: test/es-module/test-esm-unknown-extension.js+3-10Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
14 | 13 | |
15 | 14 | |
16 | | - |
17 | | - |
18 | 15 | |
19 | 16 | |
20 | 17 | |
| ||
27 | 24 | |
28 | 25 | |
29 | 26 | |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | 27 | |
35 | 28 | |
36 | 29 | |
Collapse file
test/fixtures/es-modules/package-type-module/node_modules/dep-with-package-json-type-module/noext-esm
Copy file name to clipboardExpand all lines: test/fixtures/es-modules/package-type-module/node_modules/dep-with-package-json-type-module/noext-esm+2Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
test/fixtures/es-modules/package-type-module/node_modules/dep-with-package-json-type-module/noext-wasm
Copy file name to clipboard136 BytesBinary file not shown.
Collapse file
test/fixtures/es-modules/package-type-module/node_modules/dep-with-package-json-type-module/package.json
Copy file name to clipboardExpand all lines: test/fixtures/es-modules/package-type-module/node_modules/dep-with-package-json-type-module/package.json+8Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
test/fixtures/es-modules/package-type-module/node_modules/dep-with-package-json-type-module/wasm-dep.mjs
Copy file name to clipboardExpand all lines: test/fixtures/es-modules/package-type-module/node_modules/dep-with-package-json-type-module/wasm-dep.mjs+15Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments