Commit ac37e55
esm: mark import attributes and JSON module as stable
The two proposals reached stage 4 at the October 2024 meeting.
PR-URL: #55333
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent fce3ab6 commit ac37e55Copy full SHA for ac37e55
3 files changed
+12-15Lines changed: 12 additions & 15 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/api
- lib/internal/modules/esm
- test/es-module
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+9-11Lines changed: 9 additions & 11 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
251 | 251 | |
252 | 252 | |
253 | 253 | |
254 | | - |
255 | | - |
256 | | - |
257 | | - |
258 | | - |
| 254 | + |
259 | 255 | |
260 | | - |
261 | | - |
| 256 | + |
| 257 | + |
262 | 258 | |
263 | 259 | |
264 | 260 | |
| ||
267 | 263 | |
268 | 264 | |
269 | 265 | |
270 | | - |
271 | | - |
| 266 | + |
| 267 | + |
272 | 268 | |
273 | 269 | |
274 | 270 | |
275 | 271 | |
276 | 272 | |
| 273 | + |
| 274 | + |
277 | 275 | |
278 | 276 | |
279 | 277 | |
| ||
552 | 550 | |
553 | 551 | |
554 | 552 | |
555 | | - |
| 553 | + |
556 | 554 | |
557 | 555 | |
558 | 556 | |
| ||
1090 | 1088 | |
1091 | 1089 | |
1092 | 1090 | |
1093 | | - |
| 1091 | + |
1094 | 1092 | |
1095 | 1093 | |
1096 | 1094 | |
|
Collapse file
lib/internal/modules/esm/translators.js
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/translators.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
304 | 304 | |
305 | 305 | |
306 | 306 | |
307 | | - |
308 | | - |
| 307 | + |
309 | 308 | |
310 | 309 | |
311 | 310 | |
|
Collapse file
test/es-module/test-esm-json.mjs
Copy file name to clipboardExpand all lines: test/es-module/test-esm-json.mjs+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
23 | 23 | |
24 | 24 | |
25 | 25 | |
|
0 commit comments