Skip to content

Commit 955df5b

Browse files
committed
Address editorial notes
Closes #8
1 parent 6b8545e commit 955df5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1>Runtime Semantics: HostResolveImportedModule ( _referencingScriptOrModule_,
5858
<ins>
5959
If _assertions_ has an entry _entry_ such that _entry_.[[Key]] is *"type"*, let _type_ be _entry_.[[Value]]. The following requirements apply:
6060
<ul>
61-
<li><ins>If _type_ is *"json"*, then this algorithm must either invoke ParseJSONModule and return the resulting Module Record, or throw an exception.</ins></li>
61+
<li><ins>If _type_ is *"json"*, then this algorithm must either invoke ParseJSONModule and, unless ParseJSONModule resulted in an abrupt completion, return the resulting Module Record, or throw an exception.</ins></li>
6262
</ul>
6363
</ins>
6464
</li>
@@ -112,8 +112,8 @@ <h1>Synthetic Module Records</h1>
112112
</tr>
113113
<tr>
114114
<td>[[EvaluationSteps]]
115-
<td>An abstract operation
116-
<td>An abstract operation that will be performed upon evaluation of the module, taking the Synthetic Module Record as its sole argument. These will usually set up the exported values, by using SetSyntheticModuleExport. They must not modify [[ExportNames]]. They may return an abrupt completion.
115+
<td>An Abstract Closure
116+
<td>An Abstract Closure that will be performed upon evaluation of the module, taking the Synthetic Module Record as its sole argument. These will usually set up the exported values, by using SetSyntheticModuleExport. They must not modify [[ExportNames]]. They may return an abrupt completion.
117117
</tr>
118118
</tbody>
119119
</table>

0 commit comments

Comments
 (0)