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:
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 6c7bdeffda2..75fb03642cc 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -510,7 +510,7 @@ overhead.
<!-- YAML
added: v0.3.1
changes:
- - version: REPLACEME
+ - version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/19016
description: The `contextCodeGeneration` option is supported now.
-->
@@ -616,10 +616,10 @@ console.log(globalVar);
<!-- YAML
added: v0.3.1
changes:
- - version: REPLACEME
+ - version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/19398
description: The `sandbox` option can no longer be a function.
- - version: REPLACEME
+ - version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/19016
description: The `codeGeneration` option is supported now.
-->