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
If _assertions_ has an entry _entry_ such that _entry_.[[Key]] is *"type"*, let _type_ be _entry_.[[Value]]. The following requirements apply:
60
60
<ul>
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>
61
+
<li><ins>If _type_ is *"json"*, then this algorithm must either invoke ParseJSONModule andreturn the resulting Completion Record, or throw an exception.</ins></li>
0 commit comments