Type of sub-package import specifier.
Host package resolution.
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.
Subpath to add to package name to receive the import specifier.
/
symbol for package [entry point] and package file.#
for subpath import.Unique URI of imported module.
Represents this module resolution as package resolution, if possible.
this
instance for package resolution, or undefined
otherwise.
Always returns itself.
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
Resolution of package or its sub-package.
Sub-package represents one of: