A Uri Resolver that resolves to an embedded wrapper and correctly updates the resolution history.

Hierarchy

Constructors

Properties

_uri: Uri

the URI to redirect to the wrapper instance

_wrapper: Wrapper

a wrapper

Methods

  • Resolve a URI to a wrap package, a wrapper, or a URI. Updates the resolution context with the result.

    Parameters

    • uri: Uri

      the URI to resolve

    • client: CoreClient

      a CoreClient instance that may be used to invoke a wrapper that implements the UriResolver interface

    • resolutionContext: IUriResolutionContext

      the current URI resolution context

    Returns Promise<Result<UriPackageOrWrapper, undefined>>

    A Promise with a Result containing either a wrap package, a wrapper, or a URI if successful

    Remarks

    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