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:
authorAlec Davidson <davidson9076@gmail.com>2020-06-22 20:56:08 +0300
committerJames M Snell <jasnell@gmail.com>2020-06-26 20:25:14 +0300
commite68563e31c5289c39d4e564a3e5d27e5a713ee41 (patch)
tree1fe2d8edd61e56efa3bbcbced149133fcefa7d6e /doc/api/vm.md
parentdb6e6e3b2609772d4f99b334184324456853fee4 (diff)
doc: add dynamic source code links
Fixes: https://github.com/nodejs/node/pull/33977 PR-URL: https://github.com/nodejs/node/pull/33996 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index f5fcd7d8bfb..62a1075eb68 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -6,6 +6,8 @@
<!--name=vm-->
+<!-- source_link=lib/vm.js -->
+
The `vm` module enables compiling and running code within V8 Virtual
Machine contexts. **The `vm` module is not a security mechanism. Do
not use it to run untrusted code**.