From 3f0f5c517b7a97dd487bc4c13de3d9a97de464d8 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 5 Dec 2024 13:34:19 -0800 Subject: [PATCH 1/2] update to stage 2.7 --- README.md | 4 ++-- spec.emu | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8166e21..1774899 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Champion(s): Luca Casonato, Guy Bedford -Stage: 2 +Stage: 2.7 The proposal spec text is currently based to the ECMA-262 PR for Source Phase Imports at https://github.com/tc39/ecma262/pull/3492. @@ -23,7 +23,7 @@ design questions were determined for resolution for Stage 2.7: 4. To explore the cross-specification behaviours of worker instantiation and structured clone for module sources. -Since then the following conclusions have been made: +At Stage 2.7 the following conclusions were made: 1. By unifying on the existing module record, which represents a source and a canonical instance pair together, we are able to fully support dynamic import across realms. Module source objects that are diff --git a/spec.emu b/spec.emu index b25f5ea..f53befb 100644 --- a/spec.emu +++ b/spec.emu @@ -5,7 +5,7 @@
 title: ECMAScript Module Phase Imports
-stage: 2
+stage: 2.7
 contributors: Luca Casonato, Guy Bedford
 
From e0938ba8e8815d503548f5f641f062dcf58695c8 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 5 Dec 2024 13:34:32 -0800 Subject: [PATCH 2/2] rebuild --- build/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/index.html b/build/index.html index 0dcf136..344f1b0 100644 --- a/build/index.html +++ b/build/index.html @@ -2696,7 +2696,7 @@

Stage 2 Draft / December 3, 2024

ECMAScript Module Phase Imports

+

Stage 2.7 Draft / December 5, 2024

ECMAScript Module Phase Imports

1 ECMAScript Data Types and Values