Host package resolution.
Only defined for packages and sub-packages.
Resolved import specifier.
URI used as path resolution base.
Defaults to uri. But may be a directory URI instead.
Root module resolution.
This is typically a package resolution created by resolveRootPackage function.
Unique URI of imported module.
Represents this module resolution as package resolution, if possible.
this
instance for package resolution, or undefined
otherwise.
Represents this module resolution as sub-package resolution, if possible.
this
instance for sub-package or package resolution, or undefined
otherwise.
Dereferences this import.
It may e.g. dereference package name to module path.
Either dereferenced import, or this
instance if nothing to dereference.
Resolves direct dependency of the module on another one.
The package to resolve dependency on.
Optional
request: ImportDependencyRequestOptional dependency resolution request.
Either dependency descriptor, or null
if the module does not depend on another one.
Resolves another module imported by this one.
Imported module specifier, either recognized or not.
Promise resolved to imported module resolution.
Generated using TypeDoc
Imported module resolution.
May represent imported package, virtual Rollup module, some import URI, or anything else.