Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-02-20 16:25:12 +0300
committerRich Trott <rtrott@gmail.com>2021-02-22 19:17:19 +0300
commit9f2efaa6f3878509a053a5aa9dab7b1b96d2add3 (patch)
tree59d068d03e787042dcacd771150cc310e599fcfa /doc/api/vm.md
parent4085155440f018de40116f23bf6d48ada3cc2e53 (diff)
doc: alphabetize vm Module class properties
PR-URL: https://github.com/nodejs/node/pull/37451 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 824fb598da1..0fc79645073 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -532,6 +532,12 @@ This method cannot be called while the module is being evaluated
Corresponds to the [Evaluate() concrete method][] field of [Cyclic Module
Record][]s in the ECMAScript specification.
+### `module.identifier`
+
+* {string}
+
+The identifier of the current module, as set in the constructor.
+
### `module.link(linker)`
* `linker` {Function}
@@ -616,12 +622,6 @@ Other than `'errored'`, this status string corresponds to the specification's
`'evaluated'` in the specification, but with `[[EvaluationError]]` set to a
value that is not `undefined`.
-### `module.identifier`
-
-* {string}
-
-The identifier of the current module, as set in the constructor.
-
## Class: `vm.SourceTextModule`
<!-- YAML
added: v9.6.0