You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22250,7 +22250,7 @@ <h1>Source Text Module Records</h1>
22250
22250
List of ExportEntry Records
22251
22251
</td>
22252
22252
<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.
22254
22254
</td>
22255
22255
</tr>
22256
22256
<tr>
@@ -22261,7 +22261,7 @@ <h1>Source Text Module Records</h1>
22261
22261
List of ExportEntry Records
22262
22262
</td>
22263
22263
<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.
22265
22265
</td>
22266
22266
</tr>
22267
22267
<tr>
@@ -22470,7 +22470,7 @@ <h1>Source Text Module Records</h1>
22470
22470
[[ExportName]]
22471
22471
</td>
22472
22472
<td>
22473
-
String
22473
+
String | null
22474
22474
</td>
22475
22475
<td>
22476
22476
The name used to export this binding by this module.
0 commit comments