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 e936549 commit 9f6d943Copy full SHA for 9f6d943
spec.html
@@ -28457,7 +28457,7 @@ <h1>
28457
1. If _starResolution_ is *null*, then
28458
1. Set _starResolution_ to _resolution_.
28459
1. Else,
28460
- 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.
28461
1. If _resolution_.[[Module]] and _starResolution_.[[Module]] are not the same Module Record, return ~ambiguous~.
28462
1. If _resolution_.[[BindingName]] is not _starResolution_.[[BindingName]], return ~ambiguous~.
28463
1. Return _starResolution_.
0 commit comments