proposals
proposals copied to clipboard
Mar 2018
Imperial College, London, UK (20-22 March 2018) https://github.com/tc39/agendas/blob/master/2018/03.md
Checkbox means we completed it (some Stage 1 we may want to wait to start, given instability of the proposal) https://tc39.github.io/process-document/ for a primer what each Stage means
New Proposals
Moving Forward
Needs Consensus (Stage 4)
Needs Spec Work
Other (Builtins, etc)
Array.prototype.last stays at Stage 1. Needs motivating use case for setter and index.
Object.fromEntries to Stage 1
@ivikash's Object.fromEntries transform babel plugin -> https://github.com/ivikash/babel-plugin-transform-object-from-entries
Richer keys to Stage 1.
Naive implementation at https://gist.github.com/bmeck/bd56c845d1c414ebb0ca45e5b7488df2.
Public static fields stays at stage 2.
Decorators stays at stage 2.
Array.prototype.flatten will not be called smoosh.
Slice notation advances to stage 1.
Weak references to Stage 2.
Nullish coalescing stays at Stage 1.
Optional chaining stays at Stage 1.