From 3b4fefa569f078e48094fa781b47087b9c494ae4 Mon Sep 17 00:00:00 2001 From: Yoav Weiss Date: Mon, 9 Dec 2024 06:19:20 +0100 Subject: [PATCH] Fixups to Merge Existing and New Import Maps --- source | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source b/source index 3ec21624416..93421b8c267 100644 --- a/source +++ b/source @@ -109912,6 +109912,9 @@ dictionary PromiseRejectionEventInit : EventInitnewImportMapImports below.

+
  • Let oldImportMap be global's import map.

  • +
  • Let newImportMapImports be a deep copy of newImportMap's imports.

  • @@ -109964,7 +109967,7 @@ dictionary PromiseRejectionEventInit : EventInit -
  • Remove scopeImports[specifier].

  • +
  • Remove scopeImports[specifierKey].