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-01 21:35:23 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:46 +0300
commit9fedb044e7d6d9802215ed4d04226c5a642b1fb1 (patch)
treea3cbb620965cb6d9cdb46db7666b0be400997055 /doc/api/vm.md
parent125523bffe9e5fbc14af185da6f682e08c05b1ba (diff)
doc: changes description must end with a period
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 4fb4ead6955..fcddc6c1fbc 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -61,7 +61,7 @@ changes:
- version: v10.6.0
pr-url: https://github.com/nodejs/node/pull/20300
description: The `produceCachedData` is deprecated in favour of
- `script.createCachedData()`
+ `script.createCachedData()`.
-->
* `code` {string} The JavaScript code to compile.
@@ -820,7 +820,8 @@ changes:
description: The `importModuleDynamically` option is now supported.
- version: v14.3.0
pr-url: https://github.com/nodejs/node/pull/33364
- description: Removal of `importModuleDynamically` due to compatibility issues
+ description: Removal of `importModuleDynamically` due to compatibility
+ issues.
-->
* `code` {string} The body of the function to compile.