tc39/proposals

Tracking ECMAScript Proposals

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 3rd, 2026
Created on May 11th, 2016
Open Issues & Pull Requests: 7 (+0)
GitHub issues: Enabled
Number of forks: 751
Total Stargazers: 19,187 (+0)
Total Subscribers: 2,116 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.3 hours
Mean response time: 29.3 days
90th percentile: 11.1 hours
Tracked items: 25

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 13% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,107 days
Stale 30+ days: 3
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • invalid (5)
  • easy first issue (2)
  • enhancement (2)

Most active issues this week

Detailed Description

The tc39/proposals repository is a tracking system for ECMAScript language feature proposals managed by the TC39 committee.

The repository addresses the need to organize and track the evolution of the JavaScript language through a formal standardization process. It maintains lists of proposals at different maturity stages, from Stage 0 (early ideas) through finished proposals that have been incorporated into the ECMAScript specification. The approach works by categorizing proposals by their advancement level within the TC39 process, with Stage 2 proposals and higher representing features the committee expects to develop and eventually include in the standard. The repository also tracks proposals for the ECMAScript Internationalization API Specification.

This repository is essential for JavaScript developers, language implementers, and standards participants who need to understand what features are coming to the language and at what stage of development they stand. It suits anyone involved in JavaScript tooling, runtime implementation, or long-term application architecture planning who needs visibility into upcoming language capabilities. The repository serves as the authoritative source for the formal TC39 proposal process rather than an alternative to other tracking methods.

Maintainers respond to new issues and pull requests within hours, indicating active engagement with the community. Work in the issue tracker centers on enhancement requests and easy first issues, suggesting the project maintains an accessible entry point for contributors while focusing on incremental improvements to the tracking system itself.