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:
authorShelley Vohr <shelley.vohr@gmail.com>2020-01-16 20:09:29 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-01-21 20:58:13 +0300
commita484f1acf3becb0bab43af26a04908e80e66d813 (patch)
treee494f979fa88c7e8ab66e7bb42e507d97c8da370 /doc/api/vm.md
parent3203febbb2c8f478e9895400b4a39bf947b82d04 (diff)
2020-01-21, Version 13.7.0 (Current)
Notable changes: * deps: * upgrade to libuv 1.34.1 (cjihrig) https://github.com/nodejs/node/pull/31332 * upgrade npm to 6.13.6 (Ruy Adorno) https://github.com/nodejs/node/pull/31304 * module * add API for interacting with source maps (bcoe) https://github.com/nodejs/node/pull/31132 * loader getSource, getFormat, transform hooks (Geoffrey Booth) https://github.com/nodejs/node/pull/30986 * logical conditional exports ordering (Guy Bedford) https://github.com/nodejs/node/pull/31008 * unflag conditional exports (Guy Bedford) https://github.com/nodejs/node/pull/31001 * process: * allow monitoring uncaughtException (Gerhard Stoebich) https://github.com/nodejs/node/pull/31257 * Added new collaborators: * [GeoffreyBooth](https://github.com/GeoffreyBooth) - Geoffrey Booth. https://github.com/nodejs/node/pull/31306 PR-URL: https://github.com/nodejs/node/pull/31382
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index db14e0abe47..c348d9cab0a 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -627,7 +627,7 @@ const contextifiedObject = vm.createContext({ secret: 42 });
### `sourceTextModule.createCachedData()`
<!-- YAML
-added: REPLACEME
+added: v13.7.0
-->
* Returns: {Buffer}