proposals
proposals copied to clipboard
Jan 2022
https://github.com/tc39/agendas/blob/main/2022/01.md
Array.fromAsync (Slides TBD; Specification) for stage 3 does not advance, discussion to happen on double awaiting behavior
Close sync iterator when async wrapper closes. (PR, Slides) reaches consensus on both items:
- consensus for change to close underlying iterator when yielding a rejected promise (both for
nextandthrow) - consensus for change to throw a TypeError when calling
throwon the wrapper and the underlying iterator lacksthrow, rather than throwing the value passed tothrow
Process Document: clarify stage 1 polyfill recommendation (PR) reaches consensus, but exact wording to be worked on.
Process clarification: requirements for changes to Stage 3 proposals (1, 2) reaches consensus:
- consensus to document that normative changes in stage 3 require consensus
- consensus that these should be added to the agenda with the same deadline as stage advancement items, but with softer language (i.e. exceptions to this requirement are expected)
Taking over maintainership of structured clone round 2 (issue) reaches consensus: Draft a separate document with structured clone, owned by TC39 but not initially part of 262, with necessary editorial (but not normative) changes
Reversible string split for Stage 1 (Slides) reaches Stage 1
Intl.Segmenter v2 for Stage 2 (Slides, Spec Text) does not reach Stage 2