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

March 2020 #65

Open jridgewell opened 4 years ago

jridgewell commented 4 years ago

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

jridgewell commented 4 years ago

"Aligning atomics with wasm: allow it on non-shared ArrayBuffers" achieved consensus.

jridgewell commented 4 years ago

"Make SharedArrayBuffer optional" achieved consensus

jridgewell commented 4 years ago

"Add support for 'OptionalChain'.PrivateIdentifier in class features proposals", both syntax forms achieved consensus

jridgewell commented 4 years ago

"TypedArray stride parameter for Stage 2" did not reach Stage 2

jridgewell commented 4 years ago

"Logical Assignment" reaches Stage 3

jridgewell commented 4 years ago

"Number.range and BigInt.range" reaches Stage 1

jridgewell commented 4 years ago

Generically forbid extensions of all 402 methods reached consensus

jridgewell commented 4 years ago

"WeakRefs FinalizationRegistry API change" reached consensus

jridgewell commented 4 years ago

"Ergonomic brand checks for Private Fields" reaches Stage 1

jridgewell commented 4 years ago

"Compartments" reaches Stage 1

jridgewell commented 4 years ago

"Intl.NumberFormat v3" reaches Stage 1

jridgewell commented 4 years ago

"import.meta" reaches Stage 4

jridgewell commented 4 years ago

"Surrogate pairs in RegExp capture group names" reached consensus

jridgewell commented 4 years ago

"Atomics.waitAsync error rejection PR" reached consensus with the return type:


{async: false, value: "not-equal" | "timed-out" } | { async: true, value: Promise<"ok" | "timed-out"> }