Skip to content

Commit

Permalink
Merge pull request #44 from tc39/editor-feedback-3
Browse files Browse the repository at this point in the history
editorial: editor review feedback
  • Loading branch information
guybedford authored Dec 1, 2024
2 parents cb8394d + 6327f93 commit 5bbeeed
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 47 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ new Worker(workerModule);
The current proposed API is for a `ModuleSource` class instance extending `AbstractModuleSource`.
This is a new non-global intrinsic with the same reachability properties of
`AbstractModuleSource` via any source phase import to a JS module.
### Dynamic Import
Since module sources are obtained from the module registry, they are cached at their registry key,
Expand Down
Loading

0 comments on commit 5bbeeed

Please sign in to comment.