diff --git a/source b/source index 3b628fb014d..e6cd92e17e2 100644 --- a/source +++ b/source @@ -87133,16 +87133,30 @@ interface NavigatorOnLine { propagated to the caller of this algorithm in the last step.
-Let record be result's module record.
+Let instantiationStatus be null.
If result's instantiation
+ state is "errored
", then set instantiationStatus to
+ Completion { [[Type]]: throw, [[Value]]: result's instantiation error, [[Target]]:
+ empty }.
Let instantiationStatus be record.ModuleDeclarationInstantiation().
+Otherwise:
+ +Let record be result's module record.
This step will recursively call ModuleDeclarationInstantiation all of the - module's uninstantiated dependencies.
+Set instantiationStatus to record.ModuleDeclarationInstantiation().
+ +This step will recursively call ModuleDeclarationInstantiation all of the + module's uninstantiated dependencies.
+