Skip to content

Commit

Permalink
update note
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 22, 2024
1 parent ef6e162 commit b115b2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -109677,10 +109677,10 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
</li>
</ol>

<p class="note">The JavaScript specification re-performs this validation when loading
<var>script</var>'s dependencies. It is duplicated here to avoid unnecessary module loading when
a module import is followed by another one in the static module import list that fails
resolution or that has an invalid attribute key.</p>
<p class="note">The JavaScript specification re-performs this validation but it is duplicated
here when the call to <span>HostLoadImportedModule</span> corresponds to the first module in
the list of requested modules to to avoid unnecessarily loading any of the dependencies, when
one of the static module import specifiers fails resolution or has an invalid attribute key.</p>
</li>
</ol>
</li>
Expand Down

0 comments on commit b115b2d

Please sign in to comment.