proposals
proposals copied to clipboard
Tracking ECMAScript Proposals
Proposes a new API for `TypedArray` to support built-in `hex`, `base64`, `base64url`, and `base32` encoding. Example: ``` const u8 = Uint8Array.fromEncodedString('abcdef', 'hex') console.log(u8.toEncodedString('base64url')) ``` Currently, each runtime has to handle...
#140 - added markdown reader - parsed markdown to the AST - detected all tables - collected all link definitions - started to add tests Discussions: https://github.com/tc39/proposals/issues/140#issuecomment-469321323
After a proposal has gone through all the stages and gets merged into the spec, change the body start tag in the HTML source of the proposal to this: ```html...
Links to "Tooling implementation status" issues for some proposals, so people can see whether their tools support the proposals. I check them when they are supported in WebStorm, Babel and...
We (are supposed to) assign reviewers to proposals as they move from stage 1 to stage 2. In order for a proposal to advance to stage 3, these reviewers must...
Problem: it is difficult (to varying degrees depending on circumstances) to track down the plenary notes for a given proposal. for example, if you wanted a complete picture of the...
Also, update the list of champions (it has changed since 2021).