Skip to content

Commit

Permalink
Move proposals to proposals repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Oct 18, 2017
1 parent f10d74c commit 0038f13
Showing 1 changed file with 6 additions and 33 deletions.
39 changes: 6 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,12 @@ This source is processed to obtain a human-readable version, which you can view

## Current Proposals

Proposals follow [this process document](https://tc39.github.io/process-document/).

|🚀 | Proposal | Champion | Stage | Notes
|---|---------------------------------------|-------------- | ------|------
| | [Intl.DateTimeFormat.prototype.formatToParts][] | Zibi Braniecki | 4 |
| | [Intl.NumberFormat.prototype.formatToParts][] | Zibi Braniecki | 4 |
| | [Intl.PluralRules][] | Caridy Patiño, Eric Ferraiuolo | 4 |
| | [Intl.Segmenter: Unicode segmentation in JavaScript][] | Daniel Ehrenberg | 3 |
| | [Intl.RelativeTimeFormat][] | Caridy Patiño, Eric Ferraiuolo | 2 |
| | [Intl.ListFormat][] | Zibi Braniecki | 2 |
| | [Exposing Abstract Operations & Locale Info][] | Zibi Braniecki | 2 |
| | [Intl.Locale][] | Zibi Braniecki, Daniel Ehrenberg | 1 |
| | [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 |

[Intl.Segmenter: Unicode segmentation in JavaScript]: https://github.com/tc39/proposal-intl-segmenter
[Intl.ListFormat]: https://github.com/zbraniecki/proposal-intl-list-format
[Fix 9.2.3 LookupMatcher algorithm]: https://github.com/rxaviers/ecma402-fix-lookup-matcher
[Intl.NumberFormat round option]: https://github.com/rxaviers/ecma402-number-format-round-option
[Intl.RelativeTimeFormat]: https://github.com/tc39/proposal-intl-relative-time
[Intl.DurationFormat]: https://github.com/tc39/ecma402/issues/47
[Intl.UnitFormat]: https://github.com/tc39/ecma402/issues/32
[Intl.PluralRules]: https://github.com/tc39/proposal-intl-plural-rules
[Intl.DateTimeFormat.prototype.formatToParts]: https://github.com/tc39/proposal-intl-formatToParts
[Intl.NumberFormat.prototype.formatToParts]: https://github.com/tc39/proposal-intl-formatToParts
[Exposing Abstract Operations & Locale Info]: https://github.com/tc39/ecma402/issues/46
[DateTimeFormat dateStyle & timeStyle]: https://github.com/zbraniecki/proposal-ecma402-datetime-style
[Intl.Locale]: https://github.com/zbraniecki/proposal-intl-locale

🚀 means the champion thinks it's ready to advance but has not yet presented to the committee.
Proposals follow [the TC39 process](https://tc39.github.io/process-document/) and are tracked in the [proposals repository](https://github.com/tc39/proposals).

* [Finished Proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md)
* [Active Proposals](https://github.com/tc39/proposals)
* [Stage 0 Proposals](https://github.com/tc39/proposals/blob/master/stage-0-proposals.md)
* [Inactive Proposals](https://github.com/tc39/proposals/blob/master/inactive-proposals.md)


### Contributing New Proposals
Expand Down

0 comments on commit 0038f13

Please sign in to comment.