proposals icon indicating copy to clipboard operation
proposals copied to clipboard

January 2019

Open hzoo opened this issue 7 years ago • 20 comments

https://github.com/tc39/agendas/blob/master/2019/01.md

hzoo avatar Jan 22 '19 17:01 hzoo

"Treat IterationStatements uniformly in Annex B.3.5" accepted

jridgewell avatar Jan 29 '19 19:01 jridgewell

"Add "name" property for classes as part of ClassDefinitionEvaluation" accepted

jridgewell avatar Jan 29 '19 19:01 jridgewell

"%TypedArray%.prototype.sort stability" accepted

jridgewell avatar Jan 29 '19 19:01 jridgewell

Object.fromEntries to stage 4

jridgewell avatar Jan 29 '19 22:01 jridgewell

Well-formed JSON.stringify to stage 4

jridgewell avatar Jan 29 '19 22:01 jridgewell

String.prototype.{trimStart,trimEnd} to stage 4

jridgewell avatar Jan 29 '19 22:01 jridgewell

Array.prototype.{flat,flatMap} to stage 4

jridgewell avatar Jan 29 '19 22:01 jridgewell

Promise.allSettled to Stage 2

jridgewell avatar Jan 30 '19 18:01 jridgewell

Richer keys to Stage 2

jridgewell avatar Jan 30 '19 23:01 jridgewell

Freezing prototypes to stage 1

jridgewell avatar Jan 31 '19 17:01 jridgewell

new.initialize to stage 1

jridgewell avatar Jan 31 '19 18:01 jridgewell

Private symbols did not achieve consensus. The current class fields proposal remains unchanged.

jridgewell avatar Jan 31 '19 21:01 jridgewell

Simplifying Set constructor will be pursued as a normative PR.

jridgewell avatar Jan 31 '19 22:01 jridgewell

@jridgewell

Richer keys to Stage 2

This proposal is still in list of stage 1 proposals, though there is new collection normalisation proposal which is on stage 2. Where did it come from? Was it separated from Richer Keys proposal?

chicoxyzzy avatar Feb 01 '19 10:02 chicoxyzzy

They were both in 1 repo when it was presented. Composite keys was not discussed at the meeting. Rekey reached stage 2

jridgewell avatar Feb 01 '19 14:02 jridgewell

Not sure exactly where to ask this, but is there any plan for implementing Object.fromEntries() in Babel? It's in Stage 4 and I can't see any mention of it anywhere in regards to transforming.

zachhardesty7 avatar Mar 08 '19 21:03 zachhardesty7

It's implemented in core-js@3, and will be added to Babel by https://github.com/babel/babel/pull/7646

nicolo-ribaudo avatar Mar 08 '19 21:03 nicolo-ribaudo

I'd also like to request information on when array.prototype.flat will be added to Babel?

DM2489 avatar Mar 22 '19 12:03 DM2489

@DM2489 Available in core-js 3

TrySound avatar Mar 22 '19 12:03 TrySound

Okay, I'm looking to move from @babel\pollyfill to core-js 3, but there is not dist/pollyfill.js file in there for me to use (I need to use the pollyfills in the browser) :(

Edit - for anyone that comes aross this and needs the bundled version of core-js, use core-js-bundle instead.

DM2489 avatar Mar 22 '19 13:03 DM2489