Skip to content

async_hooks doesn't need to be a hybrid module #10239

@jasnell

Description

@jasnell

The async_hooks module (https://github.com/cloudflare/workers-sdk/blob/main/packages/unenv-preset/src/runtime/node/async_hooks.ts) is still set as a hybrid. The hybrid module can be remove as all of the APIs have been stubbed out in the runtime.

https://github.com/cloudflare/workerd/blob/main/src/node/async_hooks.ts#L22

Metadata

Metadata

Labels

nodejs compatRelating to the node runtime compatibility flag

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions