An IUriResolver that delegates resolution to a wrapper that implements the URI Resolver Extension Interface

Hierarchy

  • UriResolverWrapper

Implements

Constructors

Properties

Methods

Constructors

  • construct a UriResolverWrapper

    Parameters

    • implementationUri: Uri

      URI that resolves to a URI Resolver Extension implementation

    Returns UriResolverWrapper

Properties

implementationUri: Uri

Methods

  • Attempt to resolve a URI by invoking a URI Resolver Extension wrapper, then parse the result to a wrap package, a wrapper, or a URI

    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, unknown>>

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

Generated using TypeDoc