Skip to content

Commit 633b370

Browse files
committed
render
1 parent c1614e4 commit 633b370

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

slides/2026-05-update.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Feedback addressed: No multiple Globals in one Realm
4646

4747
[16.2.1.7.3.1 InitializeEnvironment ( )](https://tc39.es/ecma262/multipage/ecmascript-language-scripts-and-modules.html#sec-source-text-module-record-initialize-environment)
4848

49-
```scheme
49+
```diff
5050
3. Let realm be module.[[Realm]].
5151
4. Assert: realm is not undefined.
5252
+ if module.[[ScopeCeiling]] is not EMPTY, then
@@ -59,7 +59,7 @@ Feedback addressed: No multiple Globals in one Realm
5959

6060
---
6161

62-
```scheme
62+
```diff
6363
3. Let realm be module.[[Realm]].
6464
4. Assert: realm is not undefined.
6565
+ if module.[[ScopeCeiling]] is not EMPTY, then
@@ -89,7 +89,7 @@ The association between `ModuleRecord` and `ScopeCeiling` ultimately needs to be
8989

9090
> Note: `module.[[Environment]]` becomes `LexicalEnvironment` of the `moduleContext`
9191
92-
```scheme
92+
```diff
9393
11. Set the Realm of moduleContext to module.[[Realm]].
9494
12. Set the ScriptOrModule of moduleContext to module.
9595
13. Set the VariableEnvironment of moduleContext to module.[[Environment]].
@@ -146,9 +146,6 @@ would depend on the provider of `ScopeCeiling` adding them.
146146
- An entity encapsulating a pair: `ModuleSource`, `ScopeCeiling` and also be acceptable as input whereever ModuleSource is?
147147

148148

149-
- If we don't find a useful way to surface `ScopeCeiling` on its own, we will fold this proposal into refreshed Compartment proposal.
150-
151-
152149
---
153150

154151
## Thank you

slides/2026-05-update.pdf

-2.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)