# ecma262 **Repository Path**: weisiqian/ecma262 ## Basic Information - **Project Name**: ecma262 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: heads/es2021 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-03 - **Last Updated**: 2021-08-03 ## 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. 本仓库库包含 ECMA-262(ECMAScript® 语言规范)当前草案的源代码。 This source is processed to obtain a human-readable version, which you can view [here](https://tc39.es/ecma262/). 这个来源经过处理,得到了一个可供人类阅读的版本,你可以在这里[这里](https://tc39.es/ecma262/)。 If you want to explore how the specification was written, you can also view the source with its history in [searchfox](https://searchfox.org/ecma262/source/spec.html). 如果你想探索规范是如何编写的,你也可以在 [searchfox](https://searchfox.org/ecma262/source/spec.html) 中查看源头及其历史。 ## Current Proposals ## 当前提案 Proposals follow [the TC39 process](https://tc39.es/process-document/) and are tracked in the [proposals repository](https://github.com/tc39/proposals). 提案遵循[TC39的流程](https://tc39.es/process-document/),并在[提案库](https://github.com/tc39/proposals)中进行跟踪。 * [Finished Proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md) * [完成的提案](https://github.com/tc39/proposals/blob/master/finished-proposals.md) * [Active Proposals](https://github.com/tc39/proposals) * [活跃的提案](https://github.com/tc39/proposals) * [Stage 1 Proposals](https://github.com/tc39/proposals/blob/master/stage-1-proposals.md) * [第一阶段的提案](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) * [第0阶段的提案](https://github.com/tc39/proposals/blob/master/stage-0-proposals.md) * [Inactive Proposals](https://github.com/tc39/proposals/blob/master/inactive-proposals.md) * [无效的提案](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. 有关为此标准贡献提案的最新信息,请参阅 [Contributing to ECMAScript](/CONTRIBUTING.md)。 ## 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 discourse](https://es.discourse.group/): Discourse for ECMAScript discussion and questions * [Es-discuss mailing list](https://esdiscuss.org): Mailing list for ECMAScript discussions * IRC: #tc39 on Freenode ([instructions](https://freenode.net/kb/answer/chat))