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

Add ShadowRealm topics #1166

Merged
merged 1 commit into from
May 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 2022/06.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ Supporting materials includes slides, a link to the proposal repository, a link
|:-:|:-----:|:-------:|-------|-----------|
| | 3 | 10m | [Array Grouping](https://github.com/tc39/proposal-array-grouping) [rename groupBy to group](https://github.com/tc39/proposal-array-grouping/pull/39) | Justin Ridgewell |
| | 3 | 10m | [`findLast`/`findLastIndex`](https://github.com/tc39/proposal-array-find-from-last/) for stage 4 ([slides](https://github.com/DanielRosenwasser/findLast-and-findLastIndex-for-Stage-4/raw/main/findLast%20%26%20findLastIndex%20for%20Stage%204%20(TC39%20June%202022).pdf)
| | 3 | 15m | ShadowRealm: [Implementation Status and normative updates](https://github.com/tc39/proposal-shadowrealm/issues/365), (slides TBD) | Leo Balter, Rick Waldron, Caridy Patiño, John-David Dalton |
| | 3 | 30m | [Errors across the ShadowRealm boundary](https://github.com/tc39/proposal-shadowrealm/issues/353) | Shu-yu Guo |
| | 3 | 30m | [Temporal](https://tc39.es/proposal-temporal/) [normative changes](https://github.com/tc39/proposal-temporal/pulls?q=is%3Aopen+is%3Apr+milestone%3A%22Next+batch+of+normative+changes%22) ([slides](http://ptomato.name/talks/tc39-2022-06/)) | Ujjwal Sharma |
| | 3 | 60m | ShadowRealm: [HTML Integration Open Questions](https://github.com/tc39/proposal-shadowrealm/issues/365) | Leo Balter, Rick Waldron, Caridy Patiño, John-David Dalton |
| | 2 | 30m | [Symbols as WeakMap keys](https://github.com/tc39/proposal-symbols-as-weakmap-keys) for stage 3 [[spec](https://tc39.es/proposal-symbols-as-weakmap-keys/)] [[slides](http://www.rricard.me/serve/tc39-jun2022-symbols-as-wm-keys.pdf)] [[diff](https://arai-a.github.io/ecma262-compare/?pr=2777)] | Ashley Claymore, Robin Ricard |
| | 2 | 30m | [function.sent](https://github.com/tc39/proposal-function.sent) update | HE Shi-Jun |
| | 1 | 30m | [String.dedent](https://github.com/tc39/proposal-string-dedent) for stage 2 ([draft spec](https://tc39.es/proposal-string-dedent/), [slides](https://docs.google.com/presentation/d/1hjTOVvQVH-ieWf5ECgojR_JQmfjjnm5abMq_eXpP_lU/edit?usp=sharing)) | Justin Ridgewell |
Expand Down