Skip to main content

Module resolve

Module resolve 

Source
Expand description

Module resolution abstractions and language-specific dispatch.

Modules§

js
JavaScript and TypeScript resolution through oxc_resolver.
rust
Rust module-tree resolution.

Structs§

ResolutionOutcome
A resolution result and the filesystem paths consulted to produce it.
ResolverSet
Resolvers available for each supported language family.

Enums§

FailedKind
Broad category for a failed resolution.
ResolutionCompleteness
Whether a resolution outcome covers every relevant resolution path.
Resolved
The result of classifying an import specifier.
UnresolvedReason
Why an import could not be resolved.

Traits§

Resolve
A type-erased module resolver.