Skip to content

Commit 93b7b2c

Browse files
nicolo-ribaudoljharb
authored andcommitted
[editorial] Simplify Source Text Module Record's ResolveExport (#3711)
1 parent 70b0872 commit 93b7b2c

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
@@ -28457,8 +28457,7 @@ <h1>
2845728457
1. Else,
2845828458
1. Assert: There is more than one `*` import that includes the requested name.
2845928459
1. If _resolution_.[[Module]] and _starResolution_.[[Module]] are not the same Module Record, return ~ambiguous~.
28460-
1. If _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]] and either _resolution_.[[BindingName]] or _starResolution_.[[BindingName]] is ~namespace~, return ~ambiguous~.
28461-
1. If _resolution_.[[BindingName]] is a String, _starResolution_.[[BindingName]] is a String, and _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]], return ~ambiguous~.
28460+
1. If _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]], return ~ambiguous~.
2846228461
1. Return _starResolution_.
2846328462
</emu-alg>
2846428463
</emu-clause>

0 commit comments

Comments
 (0)