We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vm.Module
1 parent c46e7bb commit c6c1dc5Copy full SHA for c6c1dc5
doc/api/vm.md
@@ -560,6 +560,8 @@ The identifier of the current module, as set in the constructor.
560
// ^^^^^ the module specifier
561
```
562
563
+ * `referencingModule` {vm.Module} The `Module` object `link()` is called on.
564
+
565
* `extra` {Object}
566
* `assert` {Object} The data from the assertion:
567
<!-- eslint-skip -->
@@ -571,8 +573,6 @@ The identifier of the current module, as set in the constructor.
571
573
support, as opposed to, for example, triggering an error if an
572
574
unsupported assertion is present.
575
- * `referencingModule` {vm.Module} The `Module` object `link()` is called on.
-
576
* Returns: {vm.Module|Promise}
577
* Returns: {Promise}
578
0 commit comments