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

February 2020 #64

Open jridgewell opened 4 years ago

jridgewell commented 4 years ago

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

jridgewell commented 4 years ago

"ToInteger normalizes -0 to +0" reached consensus (affects Atomics.store only)

jridgewell commented 4 years ago

"Remove step 2 and 4 from ProxyCreate" reached consensus

jridgewell commented 4 years ago

Async initialization reaches Stage 1

chicoxyzzy commented 4 years ago

Decimal reaches stage 1

jridgewell commented 4 years ago

Preserve Host Virtualizability reaches Stage 1.

jridgewell commented 4 years ago

Unified NumberFormat reaches Stage 4

jridgewell commented 4 years ago

Intl.Locale reaches Stage 4

jridgewell commented 4 years ago

Legacy Reflection features for functions reaches Stage 1

jridgewell commented 4 years ago

Logical Assignment Operators reaches Stage 2

jridgewell commented 4 years ago

ArrayBuffer.fillRandom reaches Stage 1, but needs to be renamed.

ljharb commented 4 years ago

It's been renamed: https://github.com/tc39-transfer/proposal-csprng

jridgewell commented 4 years ago

ArrayBuffer view stride argument reaches Stage 1

jridgewell commented 4 years ago

Time Duration Format reaches Stage 1

jridgewell commented 4 years ago

function thisArgumentExpected property does not advance

jridgewell commented 4 years ago

function explicit this parameter does not advance