TC39
Ecma InternationalのTC39は、JavaScript開発者、実装者、専門家などのグループで、JavaScriptの仕様をメンテナンスし発展させるためにコミュニティと協力しています。
コントリビュート
既存のプロポーザルに対するフィードバック、ドキュメントの改善、テスト、実装、さらには言語機能に関するアイデアなど、JavaScriptコミュニティからのコントリビュートをTC39は歓迎します。詳細については、コントリビュータガイドをご覧ください。
TC39のミーティングにメンバーとして参加するには、Ecmaに参加してください。
New Set methods
Proposal for new Set methods in JS
Temporal
Provides standard objects and functions for working with dates and times.
Decorators
Decorators for ES6 classes
Import Attributes
Proposal for syntax to import ES modules with assertions
ShadowRealm
ECMAScript Proposal, specs, and reference implementation for Realms
Sync Iterator helpers
Methods for working with iterators in ECMAScript
Source Phase Imports
Proposal to enable importing modules at the source phase
RegExp Modifiers
Regular Expression Pattern Modifiers for ECMAScript
Intl Locale Info
An API to expose information of locale, such as week data ( first day of a week, weekend start, weekend end), hour cycle, measurement system, commonly used calendar, etc.
JSON Modules
Proposal to import JSON files as modules
Array.fromAsync
Draft specification for a proposed Array.fromAsync method in JavaScript.
Explicit Resource Management
ECMAScript Explicit Resource Management
Legacy RegExp features in JavaScript
Legacy static properties of the RegExp constructor in JavaScript
ArrayBuffer transfer
Proposal to add ArrayBuffer.prototype.transfer
JSON.parse source text access
Proposal for extending JSON.parse to expose input source text.
Float16 on TypedArrays, DataView, Math.f16round
a proposal to add float16 TypedArrays to JavaScript
Duplicate named capture groups
TC39 proposal to allow regex capturing group names to be repeated