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:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-06 18:50:20 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-17 01:49:56 +0300
commitaaf225a2a0175178f3b55add5f20f16bdb8ef01c (patch)
treea50bce05c835d1c4ca0bf9b2bf4ceead634854a8 /doc/api/modules.md
parent30fb4a015db2226aabaed457ec8930c9f9b8fd78 (diff)
module: add setter for module.parent
PR-URL: https://github.com/nodejs/node/pull/35522 Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc/api/modules.md')
-rw-r--r--doc/api/modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index 9138826fd2f..05135fb0b7d 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -913,7 +913,7 @@ deprecated:
The module that first required this one, or `null` if the current module is the
entry point of the current process, or `undefined` if the module was loaded by
-something that is not a CommonJS module (E.G.: REPL or `import`). Read only.
+something that is not a CommonJS module (E.G.: REPL or `import`).
### `module.path`
<!-- YAML