An IUriResolver implementation that initalizes wrappers from resolved packages. The PackageToWrapperResolver wraps an IUriResolver implementation and delegates resolution to it.

Type Parameters

  • TError

Hierarchy

  • PackageToWrapperResolver

Implements

Constructors

Properties

Methods

Constructors

Properties

_innerResolver: IUriResolver<TError>

a resolver to delegate resolution to

_options?: {
    deserializeManifestOptions?: DeserializeManifestOptions;
}

control wrapper manifest deserialization

Type declaration

  • Optional deserializeManifestOptions?: DeserializeManifestOptions

Methods

Generated using TypeDoc