Skip to content
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

fix(ext/node): do not expose self global in node #24637

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jul 18, 2024

This PR hides self global in node compat runtime.

closes #23727

@kt3k kt3k marked this pull request as draft July 18, 2024 12:20
@kt3k kt3k marked this pull request as ready for review July 18, 2024 15:27
@kt3k kt3k changed the title fix(ext/node): hide self in node fix(ext/node): do not expose self global in node Jul 18, 2024
@kt3k kt3k requested a review from bartlomieju July 18, 2024 16:38
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM

CC @devsnek since you mentioned you are touching this globals code in other PR

@kt3k kt3k merged commit 76b8ecb into denoland:main Jul 19, 2024
17 of 20 checks passed
@kt3k kt3k deleted the hide-self-global-in-node-env branch July 19, 2024 03:43
bartlomieju pushed a commit that referenced this pull request Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deno hangs after succesfully executing npm-package library call
3 participants