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