Skip to content

Commit b3e3f60

Browse files
author
Valerie R Young
committed
Review feedback
1 parent 7ad13d7 commit b3e3f60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22250,7 +22250,7 @@ <h1>Source Text Module Records</h1>
2225022250
List of ExportEntry Records
2225122251
</td>
2225222252
<td>
22253-
A List of ExportEntry records derived from the code of this module that correspond to reexported imports that occur within the module.
22253+
A List of ExportEntry records derived from the code of this module that correspond to reexported imports that occur within the module or direct exports from an export * as namespace.
2225422254
</td>
2225522255
</tr>
2225622256
<tr>
@@ -22261,7 +22261,7 @@ <h1>Source Text Module Records</h1>
2226122261
List of ExportEntry Records
2226222262
</td>
2226322263
<td>
22264-
A List of ExportEntry records derived from the code of this module that correspond to export * declarations that occur within the module.
22264+
A List of ExportEntry records derived from the code of this module that correspond to export * declarations (but not export * as namespace declarations) that occur within the module.
2226522265
</td>
2226622266
</tr>
2226722267
<tr>
@@ -22470,7 +22470,7 @@ <h1>Source Text Module Records</h1>
2247022470
[[ExportName]]
2247122471
</td>
2247222472
<td>
22473-
String
22473+
String | null
2247422474
</td>
2247522475
<td>
2247622476
The name used to export this binding by this module.
@@ -22926,7 +22926,7 @@ <h1>ModuleDeclarationEnvironmentSetup( _module_ )</h1>
2292622926
1. Else,
2292722927
1. Let _resolution_ be ? _importedModule_.ResolveExport(_in_.[[ImportName]], &laquo; &raquo;).
2292822928
1. If _resolution_ is *null* or `"ambiguous"`, throw a *SyntaxError* exception.
22929-
1. If _resolution_.[[isNamespace]], then
22929+
1. If _resolution_.[[isNamespace]] is *true*, then
2293022930
1. Let _namespace_ be ? GetModuleNamespace(_resolution_.[[Module]]).
2293122931
1. Perform ! _envRec_.CreateImmutableBinding(_in_.[[LocalName]], *true*).
2293222932
1. Call _envRec_.InitializeBinding(_in_.[[LocalName]], _namespace_).

0 commit comments

Comments
 (0)