Skip to content

Commit

Permalink
Clarify dynamic import relationship to transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jul 16, 2022
1 parent 10ec931 commit d11bb53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 0-module-and-module-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ and evaluate modules in their particular realm.
### Import Kicker

Any dynamic import function is suitable for initializing, linking, and
evaluating a module instance and all of its transitive dependencies.
evaluating a module instance.
This necessarily implies advancing all of its transitive dependencies to their
terminal state or any one into a failed state.

```js
const source = new ModuleSource(``);
Expand Down

0 comments on commit d11bb53

Please sign in to comment.