Skip to content

Instantly share code, notes, and snippets.

@ajklein
Created September 22, 2019 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajklein/0c300912fe57ff0f71f2b860f7c60a89 to your computer and use it in GitHub Desktop.
Save ajklein/0c300912fe57ff0f71f2b860f7c60a89 to your computer and use it in GitHub Desktop.
agenda10
  1. Evaluate all computed names before any values in object literals needs a champion (Jordan Harband for Daniel Ehrenberg)
  2. Remove ToUint32 from array literal evaluation (Jordan Harband for Daniel Ehrenberg)
  3. Prevent DFS invariants from being broken (Jordan Harband for Gus Caplan)
  4. Redefine CatchParameter as FormalParameter (Jordan Harband for Sergey Rubanov)
  5. Reduce the amount of implementation-defined behavior in Array.prototype.sort (slides) (Mathias Bynens)
  6. Strengthening Atomics.wait and Atomics.notify (PR) (slides) (Shu-yu Guo, Conrad Watt)
  7. Grammar validity (Waldemar Horwat)
  8. Unifying errors for private fields (slides) (Shu-yu Guo)
  9. Proposal Disclosure Policy (Michael Saboff)
  10. Revisit ECMA-402 casing conventions (Shane Carr)
  11. Update on Optional Chaining and Nullish Coalescing (slides) (Daniel Rosenwasser)
  12. Update on Top-level await, including layering for ServiceWorker (Myles Borins)
  13. globalThis for stage 4 (Jordan Harband)
  14. Update on Class Fields, Private methods, and Static class features (Caio Lima)
  15. Update on RegExp Match Indices (Ron Buckton)
  16. Promise.any for Stage 3 (slides) (Mathias Bynens)
  17. String.prototype.replaceAll for Stage 3 (slides) (Mathias Bynens)
  18. Update on Temporal (Philipp Dunkel)
  19. for-in order for Stage 3 (slides) (Kevin Gibbons)
  20. Update on sequence property escapes in Unicode regular expressions (slides) (Mathias Bynens)
  21. Intl.DisplayNames for Stage 3 (slides) (Frank Tang)
  22. Map#upsert , previously Map#insertOrUpdate for Stage 2 (Erica Pramer)
  23. Object.map for Stage 1 (slides) (Jonathan Keslin)
  24. Const Value Types for Stage 1 (slides forthcoming) (Robin Ricard, Richard Button)
  25. Declarations in Conditionals for Stage 1 (Devin Rousso)
  26. UUID for Stage 1 (Ben Coe)
  27. OOM Fails Fast for Stage 1 (Mark S. Miller)
  28. Support for Distributed Promise Pipelining for stage 1 (Mark S. Miller)
  29. Wavy Dot syntax for promise pipelining for stage 1 (Mark S. Miller)
  30. Readonly Collections for stage 1 (Mark S. Miller)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment