Skip to content

Commit eeb27c2

Browse files
authored
doc: order vm.Module linker arguments correctly
PR-URL: nodejs#42797 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
1 parent e64613d commit eeb27c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/vm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,8 @@ The identifier of the current module, as set in the constructor.
560560
// ^^^^^ the module specifier
561561
```
562562

563+
* `referencingModule` {vm.Module} The `Module` object `link()` is called on.
564+
563565
* `extra` {Object}
564566
* `assert` {Object} The data from the assertion:
565567
<!-- eslint-skip -->
@@ -571,8 +573,6 @@ The identifier of the current module, as set in the constructor.
571573
support, as opposed to, for example, triggering an error if an
572574
unsupported assertion is present.
573575

574-
* `referencingModule` {vm.Module} The `Module` object `link()` is called on.
575-
576576
* Returns: {vm.Module|Promise}
577577
* Returns: {Promise}
578578

0 commit comments

Comments
 (0)