proposals icon indicating copy to clipboard operation
proposals copied to clipboard

March 2020

Open jridgewell opened this issue 5 years ago • 14 comments
trafficstars

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

jridgewell avatar Mar 31 '20 01:03 jridgewell

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

jridgewell avatar Mar 31 '20 18:03 jridgewell

"Make SharedArrayBuffer optional" achieved consensus

jridgewell avatar Mar 31 '20 21:03 jridgewell

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

jridgewell avatar Mar 31 '20 21:03 jridgewell

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

jridgewell avatar Mar 31 '20 22:03 jridgewell

"Logical Assignment" reaches Stage 3

jridgewell avatar Mar 31 '20 23:03 jridgewell

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

jridgewell avatar Apr 01 '20 18:04 jridgewell

Generically forbid extensions of all 402 methods reached consensus

jridgewell avatar Apr 01 '20 18:04 jridgewell

"WeakRefs FinalizationRegistry API change" reached consensus

jridgewell avatar Apr 01 '20 21:04 jridgewell

"Ergonomic brand checks for Private Fields" reaches Stage 1

jridgewell avatar Apr 01 '20 21:04 jridgewell

"Compartments" reaches Stage 1

jridgewell avatar Apr 01 '20 22:04 jridgewell

"Intl.NumberFormat v3" reaches Stage 1

jridgewell avatar Apr 01 '20 22:04 jridgewell

"import.meta" reaches Stage 4

jridgewell avatar Apr 01 '20 22:04 jridgewell

"Surrogate pairs in RegExp capture group names" reached consensus

  • /(?<\ud835\udc9c>.)/ will be made legal
  • /(?<\ud835\udc9c>.)/u remains legal
  • /(?<\u{1d49c}>.)/ will be made legal
  • /(?<\u{1d49c}>.)/u remains legal
  • /(?<𝒜>)/ and /(?<𝒜>)/u will remain legal

jridgewell avatar Apr 01 '20 23:04 jridgewell

"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"> }

jridgewell avatar Apr 02 '20 19:04 jridgewell