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(node): clean up async_hooks.ts #2051

Merged
merged 2 commits into from
Mar 21, 2022

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Mar 21, 2022

Currently we have two duplicated implementation of async_hooks utility in node/_async_hooks.ts and node/internal/async_hooks.ts (both based on the same node.js utility)

This PR merges them into node/internal/async_hooks.ts.

part of #1707

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

@kt3k kt3k merged commit 7efcfa0 into denoland:main Mar 21, 2022
@kt3k kt3k deleted the refactor/cleanup-internal-async-hooks branch March 21, 2022 14:40
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.

2 participants