TC39
Ecma InternationalのTC39は、JavaScript開発者、実装者、専門家などのグループで、JavaScriptの仕様をメンテナンスし発展させるためにコミュニティと協力しています。
コントリビュート
既存のプロポーザルに対するフィードバック、ドキュメントの改善、テスト、実装、さらには言語機能に関するアイデアなど、JavaScriptコミュニティからのコントリビュートをTC39は歓迎します。詳細については、コントリビュータガイドをご覧ください。
TC39のミーティングにメンバーとして参加するには、Ecmaに参加してください。
Iterator Includes
Array.prototype.includes but for iterators
iterator chunking
a proposal to add a method to iterators for producing an iterator of its subsequences
Import Text
A TC39 proposal for importing text
RegExp Buffer Boundaries (\A, \z, \Z)
Regular Expression Buffer Boundaries for ECMAScript
Error Stack Accessor
ECMAScript Proposal, specs, and reference implementation for Error.prototype.stack accessor
Dynamic Code Brand Checks
TC39 proposal that enables flexible brand checks before dynamic code loading
Deferring Module Evaluation
A proposal for introducing a way to defer evaluate of a module
Source Phase Imports
Proposal to enable importing modules at the source phase
Iterator Join
JS proposal for a means to concatenate the contents of an iterator into a string
Non-extensible Applies to Private
Proposal to disallow adding new private fields to non-extensible objects
Legacy RegExp features in JavaScript
Legacy static properties of the RegExp constructor in JavaScript
