-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Explaining that vm.SourceTextModule() is able to evaluate in current … #47295
Conversation
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.
Hey thanks for your contribution, could you just rebase and update the commit message to adhere to the guidelines https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#commit-message-guidelines
Thank You!
Explaining that vm.SourceTextModule() is able to evaluate in current context if non is given Fixes: nodejs#47280
I changed the message by force pushing to my fork if thats okay. |
That is not a problem! |
Also cc @nodejs/vm |
Landed in b74b9dd |
Explaining that vm.SourceTextModule() is able to evaluate in current context if non is given Fixes: #47280 PR-URL: #47295 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Explaining that vm.SourceTextModule() is able to evaluate in current context if non is given Fixes: #47280 PR-URL: #47295 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Explaining that vm.SourceTextModule() is able to evaluate in current context if non is given Fixes: #47280 PR-URL: #47295 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Explaining that vm.SourceTextModule() is able to evaluate in current context if non is given Fixes: #47280 PR-URL: #47295 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Explaining that vm.SourceTextModule() is able to evaluate in current context if non is given Fixes: #47280 PR-URL: #47295 Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Covers my feature request that is already implemented, just not documented.
Fixes: #47280