FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Explaining that vm.SourceTextModule() is able to evaluate in current … by axkibe · Pull Request #47295 · nodejs/node · GitHub

/ node Public

Explaining that vm.SourceTextModule() is able to evaluate in current … - #47295

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
axkibe:main
Mar 31, 2023
Merged

Explaining that vm.SourceTextModule() is able to evaluate in current …#47295
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
axkibe:main

Conversation

axkibe commented Mar 29, 2023
edited by deokjinkim
Loading

Copy link
Copy Markdown
Contributor

Covers my feature request that is already implemented, just not documented.

Fixes: #47280

nodejs-github-bot added doc Issues and PRs related to the documentations. vm Issues and PRs related to the vm subsystem. labels Mar 29, 2023

debadree25 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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: #47280

axkibe commented Mar 29, 2023

Copy link
Copy Markdown
Contributor Author

I changed the message by force pushing to my fork if thats okay.

Copy link
Copy Markdown
Contributor

That is not a problem!

Copy link
Copy Markdown
Contributor

Also cc @nodejs/vm

debadree25 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 29, 2023
debadree25 added the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 30, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 31, 2023
nodejs-github-bot merged commit b74b9dd into nodejs:main Mar 31, 2023

Copy link
Copy Markdown
Collaborator

Landed in b74b9dd

RafaelGSS pushed a commit that referenced this pull request Apr 5, 2023
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>
RafaelGSS mentioned this pull request Apr 6, 2023
RafaelGSS pushed a commit that referenced this pull request Apr 6, 2023
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>
RafaelGSS pushed a commit that referenced this pull request Apr 7, 2023
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>
RafaelGSS pushed a commit that referenced this pull request Apr 8, 2023
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>
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. vm Issues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

running vm.SourceTextModule in thisContext

6 participants


Back | FazBrowse Home | New Git URL