Intl Stable Formatting to stage 2, per 2026.05.20 TC39 · tc39/proposals@37b5fe4
ljharb
·
2026-05-20
·
via Recent Commits to proposals:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -40,6 +40,7 @@ This list contains only stage 1 proposals and higher that have not yet been with
|
40 | 40 | | [`Intl.MessageResource`][intl.messageresource] | Eemeli Aro | Eemeli Aro | <sub> -[2022‑11][messageresource-notes]</sub> | |
41 | 41 | | [Intl.ZonedDateTimeFormat][intl.zoneddatetimeformat] | Frank Yung-Fong Tang | Frank Yung-Fong Tang | <sub> -[2023‑05][zoneddatetimeformat-notes]</sub> | |
42 | 42 | | [explore associating a unit with a number][unit-protocol] | Shane Carr | Shane Carr | <sub> -[2025‑11][unit-protocol-notes]</sub> | |
| 43 | +| [Stable Formatting] [stable-formatting] | Eemeli Aro | Eemeli Aro | <sub> -[2023‑09][stable-formatting-notes-1]<br /> -[2025‑02][stable-formatting-notes-2]<br /> -2026‑05</sub> | |
43 | 44 | |
44 | 45 | ### Contributing new proposals |
45 | 46 | |
@@ -85,3 +86,6 @@ Note that as part of the onboarding process your repository name may be normaliz
|
85 | 86 | [trailing-zero-notes-2025-11]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-11/november-18.md#keep-trailing-zeros-in-intlnumberformat-and-intlpluralrules-update |
86 | 87 | [unit-protocol]: https://github.com/sffc/proposal-intl-unit-protocol |
87 | 88 | [unit-protocol-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2025-11/november-18.md#intl-unit-protocol |
| 89 | +[stable-formatting]: https://github.com/tc39/proposal-stable-formatting |
| 90 | +[stable-formatting-notes-1]: https://github.com/tc39/notes/blob/main/meetings/2023-09/september-27.md#stable-formatting-for-stage-1 |
| 91 | +[stable-formatting-notes-2]: https://github.com/tc39/notes/blob/main/meetings/2025-02/february-19.md#stable-formatting-update |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -82,7 +82,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
|
82 | 82 | | [Class Method Parameter Decorators][class-param-decorators] | Ron Buckton | Ron Buckton | <sub> -[2023‑03][class-param-decorators-notes]</sub> | |
83 | 83 | | [Optional chaining in assignment LHS][optional-assign] | Nicolò Ribaudo | Nicolò Ribaudo | <sub> -[2023‑07][optional-assign-notes]</sub> | |
84 | 84 | | [DataView get/set Uint8Clamped methods][dataview-uint8c] | Jordan Harband | Jordan Harband | <sub> -[2023‑07][dataview-uint8c-notes]</sub> | |
85 | | -| [Stable Formatting][stable-format] | Eemeli Aro | Eemeli Aro | <sub> -[2023‑09][stable-format-notes]</sub> | |
86 | 85 | | [Negated `in` and `instanceof` operators][negated-in] | Pablo Gorostiaga Belio | Pablo Gorostiaga Belio | <sub> -[2023‑09][negated-in-notes]</sub> | |
87 | 86 | | [Locale Extensions][locale-extensions] | Ben Allen | Ben Allen | <sub> -[2023‑09][locale-extensions-notes]</sub> | |
88 | 87 | | [Module sync assert][module-sync-assert] | Jack Works | Jack Works | <sub> -[2023‑11][module-sync-assert-notes]</sub> | |
@@ -268,8 +267,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
|
268 | 267 | [optional-assign-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-13.md#optional-chaining-in-assignment-lhs-for-stage-1-or-2 |
269 | 268 | [dataview-uint8c]: https://github.com/tc39/proposal-dataview-get-set-uint8clamped |
270 | 269 | [dataview-uint8c-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-07/july-13.md#dataview-getset-uint8clamped-methods-for-stage-1-or-2-or-3 |
271 | | -[stable-format]: https://github.com/tc39/proposal-stable-formatting |
272 | | -[stable-format-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-27.md#stable-formatting-for-stage-1 |
273 | 270 | [negated-in]: https://github.com/tc39/proposal-negated-in-instanceof |
274 | 271 | [negated-in-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2023-09/september-28.md#negated-in-and-instanceof-operators-for-stage-1 |
275 | 272 | [locale-extensions]: https://github.com/ben-allen/locale-extensions |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。