Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.23 KB

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 the TC39 process and are tracked in the proposals repository.

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.