You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Correct information about proposal stage
The stage is listed variously as 3 and 2. Neither are correct, the
proposal is at stage 2.7.
* Remove obsolete goal from README
The proposal is past stage 2 already, so advancing to stage 2 is no
longer a goal.
* Add recent presentations to README
The list of slide decks was last updated in 2021. I'm missing some from
2022-2023 that weren't linked in the TC39 notes, but this is a good
start.
- Currently at [Stage 2](https://tc39.es/process-document/).
7
+
- Currently at [Stage 2.7](https://tc39.es/process-document/).
8
8
-[Code of Conduct](https://tc39.es/code-of-conduct/)
9
9
10
10
### <aname='Champions'></a>Champions
@@ -45,6 +45,13 @@ See some examples [in the Explainer file](explainer.md).
45
45
46
46
## <aname='Presentations'></a>Presentations
47
47
48
+
*[TC39 Meeting, December 2024 - Stage 3 Request](http://ptomato.name/talks/tc39-2024-12/)
49
+
*[TC39 Meeting, June 12th 2024 - Stage 2.7 Update](https://docs.google.com/presentation/d/1HxocWS0WfIZPanCAhsabSDOPx9LCjw6upMfMP9ogEqE)
50
+
*[TC39 Meeting, February 7th 2024 - Move to Stage 2.7](https://docs.google.com/presentation/d/1fd5-VKtl0LxYitLHr_bJ82_xaLs1w5xSmD0dCdh2TvU)
51
+
*[TC39 Meeting, September 7th 2023 - Move to Stage 2](https://docs.google.com/presentation/d/1WJd9g3df_ibVHK3LdoKX2FboDwYQBUBJNxuRAWOYYbM)
52
+
*[TC39 Meeting, March 29th 2022 - Stage 3 Update](https://docs.google.com/presentation/d/1Juv36nUTfcvb_E2NUeAPGuToCCBWIX0NLObx_h5qDYU)
53
+
*[TC39 Meeting, December 14th 2021 - Stage 3 Update](https://docs.google.com/presentation/d/12PM5c4_yUnqXHjvACh8HEN5oJwgei-0T0hX_hlqjfDU)
54
+
*[TC39 Meeting, August 31st 2021 - Rename to ShadowRealm](https://docs.google.com/presentation/d/1Rb6YISQFKNQIANpLctcuk-GGM5InNfcdA0zuUCgb-fE)
48
55
*[TC39 Meeting, July 12th 2021 - Stage 3 Request](https://docs.google.com/presentation/d/1MgrUnQH25gDVosKnH10n9n9msvrLkdaHI0taQgOWRcs)
49
56
*[TC39 Meeting, May 25th 2021 - Stage 2 Update](https://docs.google.com/presentation/d/1c-7nsjAUkdWYie5n1NlEr7_FxMXHyXjRFzsReLTm8S8)
50
57
*[TC39 Meeting, April 2021 - Introduction of Callable Boundary Reealms](https://docs.google.com/presentation/d/1VbfgfZgNCcWhPu-8JWd27hrL9jEfakWPSWPcJLa3SIw)
@@ -60,7 +67,6 @@ See some examples [in the Explainer file](explainer.md).
60
67
* we moved on from the exposed globalThis model to a lean isolated realms API (see https://github.com/tc39/proposal-shadowrealm/issues/289 and https://github.com/tc39/proposal-shadowrealm/issues/291)
61
68
* we worked on this during ES2015 time frame, so never went through stages process ([ES6 Realm Objects proto-spec.pdf](https://github.com/tc39/proposal-shadowrealm/files/717415/ES6.Realm.Objects.proto-spec.pdf))
62
69
* got punted to later (rightly so!)
63
-
* goal of this proposal: resume work on this, reassert committee interest via advancing to stage 2
64
70
* original idea from @dherman: [What are Realms?](https://gist.github.com/dherman/7568885)
0 commit comments