unjs / unenv

๐Ÿ•Š๏ธ Convert javaScript code to be runtime agnostic
MIT License
358 stars 19 forks source link

feat(node:async_hooks): allow overriding `AsyncHook`, `AsyncLocalStorage` and `AsyncResource` with `globalThis` #126

Closed pi0 closed 1 year ago

pi0 commented 1 year ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

allow overriding AsyncHook, AsyncLocalStorage and AsyncResource with globalThis and platform natives.

๐Ÿ“ Checklist