We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812156d commit 71b6217Copy full SHA for 71b6217
index.bs
@@ -625,6 +625,7 @@ Registry instances are initially created with the internal slots described in th
625
1. Let _instance_ be Instantiation(_loader_, _optionalInstance_, _source_).
626
1. ReturnIfAbrupt(_instance_).
627
1. // TODO: edge case: what if _instance_ is a thenable function?
628
+1. Fulfill _entry_.[[Instantiate]] with _instance_.
629
1. Let _deps_ be a new empty List.
630
1. If _instance_ is a Module Record, then:
631
1. Assert: _instance_ is a Source Text Module Record.
0 commit comments