Construct a WrapperResolver
Private
_urithe URI to redirect to the wrapper instance
Private
_wrappera wrapper
Protected
_tryResolve a URI to a wrapper
the URI to resolve
A Promise with a Result containing a wrapper if successful
Protected
getResolve 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.