Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tc39/ecma402
Status, process, and documents for ECMA 402
https://github.com/tc39/ecma402
Last synced: 6 days ago
JSON representation
Status, process, and documents for ECMA 402
- Host: GitHub
- URL: https://github.com/tc39/ecma402
- Owner: tc39
- License: other
- Created: 2015-02-13T18:27:56.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T18:03:56.000Z (18 days ago)
- Last Synced: 2024-11-29T17:43:59.248Z (14 days ago)
- Language: HTML
- Homepage: https://tc39.es/ecma402/
- Size: 4.94 MB
- Stars: 541
- Watchers: 142
- Forks: 107
- Open Issues: 145
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-star - ecma402
README
ECMAScript Internationalization API Specification
====## 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](https://tc39.es/ecma402/).
## Current Proposals
Proposals follow [the TC39 process](https://tc39.es/process-document/) and are tracked in the [proposals repository](https://github.com/tc39/proposals).
* [Finished Proposals](https://github.com/tc39/proposals/blob/HEAD/ecma402/finished-proposals.md)
* [Active Proposals](https://github.com/tc39/proposals/blob/HEAD/ecma402/README.md)
* [Stage 0 Proposals](https://github.com/tc39/proposals/blob/HEAD/ecma402/stage-0-proposals.md)Information about status of tests, documentations and browser implementations of proposals can be found in [this wiki page](https://github.com/tc39/ecma402/wiki/Proposal-and-PR-Progress-Tracking).
## How to Contribute
Please see [Contributing to ECMAScript](/CONTRIBUTING.md) for the most up-to-date information on contributing proposals to this standard.
ECMA-402 is developed by the ECMA-402 Task Group under TC39. The task group achieves consensus and brings recommendations to TC39. The task group has a monthly teleconference. Community members who have followed the procedures in [CONTRIBUTING.md](/CONTRIBUTING.md) are welcome to join the monthly meeting. Please see the [ECMA-402 Monthly Calendar](https://calendar.google.com/calendar/embed?src=unicode.org_nubvqveeeol570uuu7kri513vc%40group.calendar.google.com) for the schedule and for information on how to dial into the meeting. Please also apply for membership in the [[email protected]](https://groups.google.com/a/chromium.org/forum/#!forum/ecma402-delegates) mailing list.
[![ECMA 402 Calendar](img/calendar.png)](https://calendar.google.com/calendar/embed?src=unicode.org_nubvqveeeol570uuu7kri513vc%40group.calendar.google.com)## 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.