Skip to content

tc39/ecma262

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2025
Mar 10, 2022
Mar 6, 2025
Nov 16, 2024
Oct 27, 2015
Aug 7, 2024
Jun 13, 2019
Oct 11, 2023
Sep 16, 2021
Feb 21, 2024
Mar 6, 2025
Sep 24, 2021
Feb 19, 2025
Mar 6, 2025
Mar 6, 2025
Mar 19, 2025
Sep 16, 2021
Jun 15, 2023
May 21, 2020
May 20, 2020
Sep 16, 2021

Repository files navigation

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.

If you want to explore how the specification was written, you can also view the source with its history in searchfox.

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.

Community