Commit 8b6be3f
module: mark require(esm) as stable
This has been released to all active LTS release lines and many
popular packages have been shipping ESM-only distributions based
on the existence of this feature on active LTS. The current documented
behaviors are unlikely to change in a breaking manner within a major
release - as everything with the module loaders, there can always be
subtle changes to undocumented surface that can break edge cases that
assume undocumented behaviors, due to Hyrum's law; but the stability
of this feature is now not different than any other stable parts of
the module loader. It's time to mark it as stable.
PR-URL: #60959
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent 83c3867 commit 8b6be3fCopy full SHA for 8b6be3f
3 files changed
+8-8Lines changed: 8 additions & 8 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/api
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+4-2Lines changed: 4 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1913 | 1913 | |
1914 | 1914 | |
1915 | 1915 | |
| 1916 | + |
| 1917 | + |
| 1918 | + |
| 1919 | + |
1916 | 1920 | |
1917 | 1921 | |
1918 | 1922 | |
| ||
1926 | 1930 | |
1927 | 1931 | |
1928 | 1932 | |
1929 | | - |
1930 | | - |
1931 | 1933 | |
1932 | 1934 | |
1933 | 1935 | |
|
Collapse file
-4Lines changed: 0 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2657 | 2657 | |
2658 | 2658 | |
2659 | 2659 | |
2660 | | - |
2661 | | - |
2662 | 2660 | |
2663 | 2661 | |
2664 | 2662 | |
| ||
2670 | 2668 | |
2671 | 2669 | |
2672 | 2670 | |
2673 | | - |
2674 | | - |
2675 | 2671 | |
2676 | 2672 | |
2677 | 2673 | |
|
Collapse file
+4-2Lines changed: 4 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
175 | 175 | |
176 | 176 | |
177 | 177 | |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
178 | 182 | |
179 | 183 | |
180 | 184 | |
| ||
195 | 199 | |
196 | 200 | |
197 | 201 | |
198 | | - |
199 | | - |
200 | 202 | |
201 | 203 | |
202 | 204 | |
|
0 commit comments