Status, process, and documents for ECMA-262
This repository contains the source for ECMA-262, the ECMAScript Language Specification, maintained by TC39. The project manages the standardization process for JavaScript, tracking proposals at various stages of development and providing machine-readable representations of specification terms, clauses, grammar, and abstract operations through the `@tc39/ecma262-biblio` npm package. Development uses Node.js with npm scripts for building and watching the specification, which is processed into a human-readable format. The repository also serves as a central point for coordinating contributions to the ECMAScript standard and provides community resources including a discourse forum and Matrix chat for discussion.