Skip to content

Commit cbb2a41

Browse files
Review by jmdyck
1 parent f074b63 commit cbb2a41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -28666,6 +28666,7 @@ <h1>
2866628666
1. Let _realm_ be the current Realm Record.
2866728667
1. Let _setDefaultExport_ be a new Abstract Closure with parameters (_module_) that captures _defaultExport_ and performs the following steps when called:
2866828668
1. Perform SetSyntheticModuleExport(_module_, *"default"*, _defaultExport_).
28669+
1. Return NormalCompletion(~unused~).
2866928670
1. Return the Synthetic Module Record { [[Realm]]: _realm_, [[Environment]]: ~empty~, [[Namespace]]: ~empty~, [[HostDefined]]: *undefined*, [[ExportNames]]: « *"default"* », [[EvaluationSteps]]: _setDefaultExport_ }.
2867028671
</emu-alg>
2867128672
</emu-clause>
@@ -28760,7 +28761,7 @@ <h1>
2876028761
</emu-clause>
2876128762

2876228763
<emu-clause id="sec-smr-Link" type="concrete method">
28763-
<h1>Link ( ): ~unused~</h1>
28764+
<h1>Link ( ): a normal completion containing ~unused~</h1>
2876428765
<dl class="header">
2876528766
<dt>for</dt>
2876628767
<dd>a Synthetic Module Record _module_</dd>
@@ -28773,7 +28774,7 @@ <h1>Link ( ): ~unused~</h1>
2877328774
1. For each String _exportName_ of _module_.[[ExportNames]], do
2877428775
1. Perform ! _env_.CreateMutableBinding(_exportName_, *false*).
2877528776
1. Perform ! _env_.InitializeBinding(_exportName_, *undefined*).
28776-
1. Return ~unused~.
28777+
1. Return NormalCompletion(~unused~).
2877728778
</emu-alg>
2877828779
</emu-clause>
2877928780

0 commit comments

Comments
 (0)