okuryu / ecma402

Status, process, and documents for ECMA 402

Home Page:https://tc39.github.io/ecma402/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECMAScript Internationalization API Specification (Ecma-402)

This repo

This repository contains the source for the current draft of ECMA-402, the ECMAScript® Internationalization API Specification.

This source is processed to obtain a human-readable version, which you can view here.

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.Segmenter: Unicode segmentation in JavaScript Daniel Ehrenberg 2
Intl.ListFormat Zibi Braniecki 2
Intl.RelativeTimeFormat Caridy Patiño, Eric Ferraiuolo 2
Intl.DurationFormat Zibi Braniecki 1
Intl.UnitFormat Zibi Braniecki 1
DateTimeFormat dateStyle & timeStyle Zibi Braniecki 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.

About

Status, process, and documents for ECMA 402

https://tc39.github.io/ecma402/


Languages

Language:HTML 99.4%Language:Shell 0.6%