-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add changes entry for vm code generation options #19440
Conversation
Add changes entries for vm.createContext codeGeneration option and script.runInNewContext contextCodeGeneration option. fixes: nodejs#19419 refs: nodejs#19016
doc/api/vm.md
Outdated
changes: | ||
- version: REPLACEME | ||
pr-url: https://github.com/nodejs/node/pull/19016 | ||
description: The `contextCodeGeneration` option is supported now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: can you please keep this aligned with pr-url
? Shift left by 4 spaces.
doc/api/vm.md
Outdated
changes: | ||
- version: REPLACEME | ||
pr-url: https://github.com/nodejs/node/pull/19016 | ||
description: The `codeGeneration` option is supported now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with nits addressed.
Landed in 54fbbb1, thank you! |
Add changes entries for vm.createContext codeGeneration option and script.runInNewContext contextCodeGeneration option. PR-URL: #19440 Fixes: #19419 Refs: #19016 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Add changes entries for vm.createContext codeGeneration
option and script.runInNewContext contextCodeGeneration
option.
fixes: #19419
refs: #19016
Checklist