babel / proposals

✍️ Tracking the status of Babel's implementation of TC39 proposals (may be out of date)
https://github.com/tc39/proposals
432 stars 39 forks source link

June 2020 #66

Open jridgewell opened 4 years ago

jridgewell commented 4 years ago

https://github.com/tc39/agendas/blob/master/2020/06.md

jridgewell commented 4 years ago

Promise.{all,allSettled,race} should check "resolve" before iterating reached consensus

jridgewell commented 4 years ago

Ergonomic brand checks for private fields reaches stage 2

jridgewell commented 4 years ago

Logical Assignment NamedEvaluation achieved consensus, provided implementations are able to do it without too much trouble.

jridgewell commented 4 years ago

String.p.replaceAll reaches stage 4

jridgewell commented 4 years ago

AggregateError.errors own data property reached consensus

jridgewell commented 4 years ago

AggregateError order processing reached consensus (super(message); this.errors = %toList(errors))

jridgewell commented 4 years ago

Symbols as WeakMap keys reaches stage 1

jridgewell commented 4 years ago

deep path property reaches stage 1

jridgewell commented 4 years ago

Restrict subclassing support for built-in methods reaches stage 1

jridgewell commented 4 years ago

Async context does not reach stage 1

jridgewell commented 4 years ago

Intl Enumeration API reaches stage 1

jridgewell commented 4 years ago

Array equality reaches stage 1, but spaceship operator is withdrawn and comparisons is withdrawn.

jridgewell commented 4 years ago

.item() reaches stage 1

jridgewell commented 4 years ago

Module attributes reaches stage 2

ljharb commented 4 years ago

"Module Attributes" was also renamed to "Import Attributes"