We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vm.Module
1 parent e5ede0a commit e0ed251Copy full SHA for e0ed251
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