Skip to content

Commit

Permalink
Fix issues in "merge existing and new import maps"
Browse files Browse the repository at this point in the history
Closes #10833.
  • Loading branch information
yoavweiss authored Dec 9, 2024
1 parent 60c36f0 commit b8e8f6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -109912,6 +109912,9 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
<var>newImportMapImports</var> below.</p>
</li>

<li><p>Let <var>oldImportMap</var> be <var>global</var>'s <span
data-x="concept-global-import-map">import map</span>.</p></li>

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

<li><p>Remove <var>scopeImports</var>[<var>specifier</var>].</p></li>
<li><p>Remove <var>scopeImports</var>[<var>specifierKey</var>].</p></li>
</ol>
</li>
</ol>
Expand Down

0 comments on commit b8e8f6d

Please sign in to comment.