From 2f4dbe9c11e71ed736f7cb06eca404852ba837ae Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 15 Aug 2024 16:47:42 +0200 Subject: [PATCH] fixup! vm: introduce vanilla contexts via vm.constants.VANILLA_CONTEXT --- doc/api/vm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/vm.md b/doc/api/vm.md index 95185652a0c084..a918ffb6e9ee32 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -230,7 +230,7 @@ overhead. added: v0.3.1 changes: - version: REPLACEME - pr-url: REPLACEME + pr-url: https://github.com/nodejs/node/pull/54394 description: The `contextObject` argument now accepts `vm.constants.VANILLA_CONTEXT`. - version: v14.6.0 pr-url: https://github.com/nodejs/node/pull/34023 @@ -1086,7 +1086,7 @@ added: v0.3.1 changes: - version: - REPLACEME - pr-url: REPLACEME + pr-url: https://github.com/nodejs/node/pull/54394 description: The `contextObject` argument now accepts `vm.constants.VANILLA_CONTEXT`. - version: - v21.7.0 @@ -1359,7 +1359,7 @@ added: v0.3.1 changes: - version: - REPLACEME - pr-url: REPLACEME + pr-url: https://github.com/nodejs/node/pull/54394 description: The `contextObject` argument now accepts `vm.constants.VANILLA_CONTEXT`. - version: - v21.7.0