Skip to content

Commit 4ad7a78

Browse files
Trotttargos
authored andcommitted
doc: alphabetize vm Module class properties
PR-URL: #37451 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent a193d7c commit 4ad7a78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api/vm.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,12 @@ This method cannot be called while the module is being evaluated
532532
Corresponds to the [Evaluate() concrete method][] field of [Cyclic Module
533533
Record][]s in the ECMAScript specification.
534534

535+
### `module.identifier`
536+
537+
* {string}
538+
539+
The identifier of the current module, as set in the constructor.
540+
535541
### `module.link(linker)`
536542

537543
* `linker` {Function}
@@ -616,12 +622,6 @@ Other than `'errored'`, this status string corresponds to the specification's
616622
`'evaluated'` in the specification, but with `[[EvaluationError]]` set to a
617623
value that is not `undefined`.
618624

619-
### `module.identifier`
620-
621-
* {string}
622-
623-
The identifier of the current module, as set in the constructor.
624-
625625
## Class: `vm.SourceTextModule`
626626
<!-- YAML
627627
added: v9.6.0

0 commit comments

Comments
 (0)