We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad71dc5 commit 29c5b17Copy full SHA for 29c5b17
spec.html
@@ -28461,7 +28461,7 @@ <h1>
28461
1. If _starResolution_ is *null*, then
28462
1. Set _starResolution_ to _resolution_.
28463
1. Else,
28464
- 1. Assert: There is more than one `*` import that includes the requested name.
+ 1. Assert: There is more than one `*` export that includes the requested name.
28465
1. If _resolution_.[[Module]] and _starResolution_.[[Module]] are not the same Module Record, return ~ambiguous~.
28466
1. If _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]], return ~ambiguous~.
28467
1. Return _starResolution_.
0 commit comments