Skip to content

Commit 6bb8466

Browse files
[editorial] Simplify Source Text Module Record's ResolveExport
1 parent 86b5733 commit 6bb8466

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28463,8 +28463,7 @@ <h1>
2846328463
1. Else,
2846428464
1. Assert: There is more than one `*` import that includes the requested name.
2846528465
1. If _resolution_.[[Module]] and _starResolution_.[[Module]] are not the same Module Record, return ~ambiguous~.
28466-
1. If _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]] and either _resolution_.[[BindingName]] or _starResolution_.[[BindingName]] is ~namespace~, return ~ambiguous~.
28467-
1. If _resolution_.[[BindingName]] is a String, _starResolution_.[[BindingName]] is a String, and _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]], return ~ambiguous~.
28466+
1. If _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]], return ~ambiguous~.
2846828467
1. Return _starResolution_.
2846928468
</emu-alg>
2847028469
</emu-clause>

0 commit comments

Comments
 (0)