Skip to content

Commit b8e8f6d

Browse files
authored
Fix issues in "merge existing and new import maps"
Closes #10833.
1 parent 60c36f0 commit b8e8f6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109912,6 +109912,9 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
109912109912
<var>newImportMapImports</var> below.</p>
109913109913
</li>
109914109914

109915+
<li><p>Let <var>oldImportMap</var> be <var>global</var>'s <span
109916+
data-x="concept-global-import-map">import map</span>.</p></li>
109917+
109915109918
<li><p>Let <var>newImportMapImports</var> be a deep copy of <var>newImportMap</var>'s <span
109916109919
data-x="concept-import-map-imports">imports</span>.</p></li>
109917109920
<!-- XXX "deep copy" ought to be defined. -->
@@ -109964,7 +109967,7 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
109964109967
ignored rule. They may choose to avoid reporting if the rule is identical to an existing
109965109968
one.</p></li>
109966109969

109967-
<li><p>Remove <var>scopeImports</var>[<var>specifier</var>].</p></li>
109970+
<li><p>Remove <var>scopeImports</var>[<var>specifierKey</var>].</p></li>
109968109971
</ol>
109969109972
</li>
109970109973
</ol>

0 commit comments

Comments
 (0)