summaryrefslogtreecommitdiff
path: root/doc/api/vm.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 808ed2f00d..5308537363 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -557,6 +557,7 @@ Module Record][]s in the ECMAScript specification.
import foo from 'foo';
// ^^^^^ the module specifier
```
+
* `referencingModule` {vm.SourceTextModule} The `Module` object `link()` is
called on.
* Returns: {vm.SourceTextModule|Promise}