Creates a PackageToWrapperResolver
a resolver to delegate resolution to
Optional
_options: { control wrapper manifest deserialization
Optional
deserializePrivate
_innera resolver to delegate resolution to
Private
Optional
_optionscontrol wrapper manifest deserialization
Optional
deserializeResolve a URI to a wrap package, a wrapper, or a URI. If successful, cache the result.
the URI to resolve
a CoreClient instance that may be used to invoke a wrapper that implements the UriResolver interface
the current URI resolution context
A Promise with a Result containing either a wrap package, a wrapper, or a URI if successful
Static
fromCreates a PackageToWrapperResolver from a resolver-like object
a resolver-like item to delegate resolution to
Optional
options: { control wrapper manifest deserialization
Optional
deserializea PackageToWrapperResolver
Generated using TypeDoc
An IUriResolver implementation that initalizes wrappers from resolved packages. The PackageToWrapperResolver wraps an IUriResolver implementation and delegates resolution to it.