Crate deno_resolver

Source

Modules§

cjs
collections
deno_json
display
It would be best to move these utilities out of this crate as this is not specific to resolution, but for the time being it’s fine for this to live here.
factory
import_map
lockfile
npm
npmrc
workspace

Structs§

DenoIsBuiltInNodeModuleChecker
An implementation of IsBuiltInNodeModuleChecker that uses the list of built-in node_modules that are supported by Deno in the deno_node crate (ext/node).
DenoResolution
DenoResolveError
DenoResolverOptions
NodeAndNpmResolvers
NodeResolverOptions
RawDenoResolver
A resolver that takes care of resolution, taking into account loaded import map, JSX settings.

Enums§

DenoResolveErrorKind

Traits§

DenoResolverSys

Type Aliases§

DefaultRawDenoResolverRc
Helper type for a RawDenoResolverRc that has the implementations used by the Deno CLI.
RawDenoResolverRc
WorkspaceResolverRc