-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
deno_runtime::WorkerOptions has a field:
pub npm_resolver: Option<Arc<dyn deno_node::NpmResolver>>, which is default initialized to None.
If we provide it with an implementation of npm_resolver, we should be able to npm package support.
See more: https://github.com/denoland/deno/blob/main/cli/npm/resolvers/mod.rs.
Note this may be a deep rabbit hole, expect to spend hours on this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels