Skip to content

Commit deaaa2c

Browse files
authored
Fix the link for HostResolveImportedModule
Since we are using the version from the Import Assertions spec, instead of the main JavaScript spec, we should link to that version. Fixes #8262.
1 parent d7d96a6 commit deaaa2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2904,7 +2904,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
29042904
<li>The <dfn data-x="js-HostImportModuleDynamically" data-x-href="https://tc39.es/proposal-dynamic-import/#sec-hostimportmoduledynamically">HostImportModuleDynamically</dfn> abstract operation</li>
29052905
<li>The <dfn data-x="js-HostMakeJobCallback" data-x-href="https://tc39.es/ecma262/#sec-hostmakejobcallback">HostMakeJobCallback</dfn> abstract operation</li>
29062906
<li>The <dfn data-x="js-HostPromiseRejectionTracker" data-x-href="https://tc39.es/ecma262/#sec-host-promise-rejection-tracker">HostPromiseRejectionTracker</dfn> abstract operation</li>
2907-
<li>The <dfn data-x="js-HostResolveImportedModule" data-x-href="https://tc39.es/ecma262/#sec-hostresolveimportedmodule">HostResolveImportedModule</dfn> abstract operation</li>
2907+
<li>The <dfn data-x="js-HostResolveImportedModule" data-x-href="https://tc39.es/proposal-import-assertions/#sec-hostresolveimportedmodule">HostResolveImportedModule</dfn> abstract operation</li>
29082908
<li>The <dfn data-x="js-InitializeHostDefinedRealm" data-x-href="https://tc39.es/ecma262/#sec-initializehostdefinedrealm">InitializeHostDefinedRealm</dfn> abstract operation</li>
29092909
<li>The <dfn data-x-href="https://tc39.es/ecma262/#sec-isaccessordescriptor">IsAccessorDescriptor</dfn> abstract operation</li>
29102910
<li>The <dfn data-x-href="https://tc39.es/ecma262/#sec-iscallable">IsCallable</dfn> abstract operation</li>
@@ -128536,6 +128536,7 @@ INSERT INTERFACES HERE
128536128536
Menachem Salomon,
128537128537
Menno van Slooten,
128538128538
Micah Dubinko,
128539+
Micah Nerren,
128539128540
Michael 'Ratt' Iannarelli,
128540128541
Michael A. Nachbaur,
128541128542
Michael A. Puls II<!--Shadow2531-->,

0 commit comments

Comments
 (0)