Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.5 KB

README.md

File metadata and controls

45 lines (32 loc) · 2.5 KB

ECMAScript Internationalization API Specification (Ecma-402)

Current Draft

Current Proposals

Proposals follow this process document.

🚀 Proposal Champion Stage Notes
Intl.DateTimeFormat.prototype.formatToParts Zibi Braniecki 4
Intl.NumberFormat.prototype.formatToParts Zibi Braniecki 3
Intl.PluralRules Caridy Patiño, Eric Ferraiuolo 3
Exposing Abstract Operations & Locale Info Zibi Braniecki 2
Intl.ListFormat Zibi Braniecki 1
Intl.DurationFormat Zibi Braniecki 1
Intl.UnitFormat Zibi Braniecki 1
Intl.RelativeTimeFormat Caridy Patiño, Eric Ferraiuolo 1
Fix 9.2.3 LookupMatcher algorithm Rafael Xavier 0
Intl.NumberFormat round option Rafael Xavier 0

🚀 means the champion thinks it's ready to advance but has not yet presented to the committee.

Contributing New Proposals

Please see Contributing to ECMAScript for the most up-to-date information on contributing proposals to this standard.

Developing the Specification

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.