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

feat: implement basic node:async_hooks #98

Merged
merged 3 commits into from
Apr 19, 2023
Merged

feat: implement basic node:async_hooks #98

merged 3 commits into from
Apr 19, 2023

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Apr 19, 2023

This PR implements a sync polyfill for Node.js async_hooks.

Async context tracking is impossible with userland. We might only find a better integration with unxtx transform steps to improve it.

Hopefuly once tc39 proposal is in place we might also integrate with V8 API when possible.

@pi0 pi0 merged commit a947d59 into main Apr 19, 2023
@pi0 pi0 deleted the feat/node-hooks branch April 19, 2023 11:24
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.

1 participant