ES Intl Proposals follow this process document.
🚀 | Proposal | Champion | Stage | Notes |
---|---|---|---|---|
Intl.PluralRules | Caridy Patiño, Eric Ferraiuolo | 2 | ||
Exposing Abstract Operations & Locale Info | Zibi Braniecki | 2 | ||
formatToParts | Zibi Braniecki | 2 | ||
Fix 9.2.3 LookupMatcher algorithm | Rafael Xavier | 0 | ||
Intl.NumberFormat round option | Rafael Xavier | 0 | ||
Intl.ListFormat | Zibi Braniecki | 0 | ||
Intl.DurationFormat | Zibi Braniecki | 0 | ||
Intl.UnitFormat | Zibi Braniecki | 0 | ||
Intl.RelativeTimeFormat | Caridy Patiño, Eric Ferraiuolo | 0 |
🚀 means the champion thinks it's ready to advance but has not yet presented to the committee.
If you are a TC39 member representative, just submit a pull request for your proposal.
Ecma TC39 accepts Strawman Proposals from non-member individuals who have accepted the TC39 copyright and patent policies. Currently all ECMAScript Internationalization related technical work is done by the TC39 RF TG (Royalty Free Task Group), for which the following IPR Policies apply:
If you wish to submit a proposal and are not a representative of a TC39 member, here are the steps you need to take:
- Read the TC39 process document.
- Register as a TC39 contributor
- Submit a pull request here for your strawman proposal.
After cloning, do npm install
to set up your environment. You can then do npm run build
to build the spec or npm run watch
to set up a continuous build. The results will appear in the out
directory, which you can use npm run clean
to delete.