Construct a WrapperResolver
Private
_uriPrivate
_wrapperProtected
getA utility function for generating step descriptions to facilitate resolution context updates
text describing the URI resolution step
Protected
_tryResolve a URI to a wrapper
the URI to resolve
A Promise with a Result containing a wrapper if successful
Resolve a URI to a wrap package, a wrapper, or a URI. Updates the resolution context with 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
This method calls the internal abstract method _tryResolveUri before updating the resolution context. Implementations are expect to place resolution logic in _tryResolveUri.
Generated using TypeDoc
A Uri Resolver that resolves to an embedded wrapper and correctly updates the resolution history.