Open hzoo opened 5 years ago
"Treat IterationStatements uniformly in Annex B.3.5" accepted
"Add "name" property for classes as part of ClassDefinitionEvaluation" accepted
"%TypedArray%.prototype.sort stability" accepted
Object.fromEntries to stage 4
Well-formed JSON.stringify to stage 4
String.prototype.{trimStart,trimEnd} to stage 4
Array.prototype.{flat,flatMap} to stage 4
Promise.allSettled to Stage 2
Richer keys to Stage 2
Freezing prototypes to stage 1
new.initialize to stage 1
Private symbols did not achieve consensus. The current class fields proposal remains unchanged.
Simplifying Set constructor will be pursued as a normative PR.
@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?
They were both in 1 repo when it was presented. Composite keys was not discussed at the meeting. Rekey reached stage 2
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.
It's implemented in core-js@3, and will be added to Babel by https://github.com/babel/babel/pull/7646
I'd also like to request information on when array.prototype.flat
will be added to Babel?
@DM2489 Available in core-js 3
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.