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

refactor: remove Deno[Deno.internal].nodeUnstable namespace #18449

Merged
merged 5 commits into from
Mar 27, 2023

Conversation

bartlomieju
Copy link
Member

Since we can preserve ops in the snapshot these days, we no longer
need to have "Deno[Deno.internal].nodeUnstable" namespace.

Instead, various built-in Node.js modules can use appropriate APIs
directly.

Copy link
Member

@crowlKats crowlKats left a comment

Choose a reason for hiding this comment

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

LGTM

@bartlomieju bartlomieju merged commit d1a9c4c into denoland:main Mar 27, 2023
@bartlomieju bartlomieju deleted the remove_node_unstable branch March 27, 2023 00:15
bartlomieju added a commit to bartlomieju/deno that referenced this pull request Mar 27, 2023
bartlomieju added a commit that referenced this pull request Mar 27, 2023
#18458)

…#18449)"

This reverts commit d1a9c4c.

Appears this made CI very flaky on macOS, but I can't repeat it locally
yet
mmastrac pushed a commit that referenced this pull request Mar 31, 2023
Since we can preserve ops in the snapshot these days, we no longer
need to have "Deno[Deno.internal].nodeUnstable" namespace.

Instead, various built-in Node.js modules can use appropriate APIs
directly.
mmastrac pushed a commit that referenced this pull request Mar 31, 2023
#18458)

…#18449)"

This reverts commit d1a9c4c.

Appears this made CI very flaky on macOS, but I can't repeat it locally
yet
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.

None yet

2 participants