# ecma262 **Repository Path**: MathMiner/ecma262 ## Basic Information - **Project Name**: ecma262 - **Description**: Status, process, and documents for ECMA-262 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-07 - **Last Updated**: 2021-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ECMAScript ==== ## This repo This repository contains the source for the current draft of ECMA-262, the ECMAScript® Language Specification. This source is processed to obtain a human-readable version, which you can view [here](https://tc39.es/ecma262/). ## 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/master/finished-proposals.md) * [Active Proposals](https://github.com/tc39/proposals) * [Stage 1 Proposals](https://github.com/tc39/proposals/blob/master/stage-1-proposals.md) * [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 Please see [Contributing to ECMAScript](/CONTRIBUTING.md) 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. ## Community * [Es-discuss mailing list](https://esdiscuss.org): Mailing list for ECMAScript discussions * IRC: #tc39 on Freenode ([instructions](https://freenode.net/kb/answer/chat))