We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vm.Module
1 parent e64613d commit eeb27c2Copy full SHA for eeb27c2
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