Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

March 2020 #65

Open
jridgewell opened this issue Mar 31, 2020 · 14 comments
Open

March 2020 #65

jridgewell opened this issue Mar 31, 2020 · 14 comments

Comments

@jridgewell
Copy link
Member

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

@jridgewell
Copy link
Member Author

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

@jridgewell
Copy link
Member Author

"Make SharedArrayBuffer optional" achieved consensus

@jridgewell
Copy link
Member Author

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

@jridgewell
Copy link
Member Author

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

@jridgewell
Copy link
Member Author

"Logical Assignment" reaches Stage 3

@jridgewell
Copy link
Member Author

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

@jridgewell
Copy link
Member Author

Generically forbid extensions of all 402 methods reached consensus

@jridgewell
Copy link
Member Author

"WeakRefs FinalizationRegistry API change" reached consensus

@jridgewell
Copy link
Member Author

"Ergonomic brand checks for Private Fields" reaches Stage 1

@jridgewell
Copy link
Member Author

"Compartments" reaches Stage 1

@jridgewell
Copy link
Member Author

"Intl.NumberFormat v3" reaches Stage 1

@jridgewell
Copy link
Member Author

"import.meta" reaches Stage 4

@jridgewell
Copy link
Member Author

jridgewell commented Apr 1, 2020

"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
Copy link
Member Author

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

@JLHwung JLHwung unpinned this issue Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant