Track and output URI resolution state, path, and history

Hierarchy

  • IUriResolutionContext

Implemented by

Methods

  • Create a new resolution context using the current URI resolution history

    Returns IUriResolutionContext

    a UriResolutionContext

  • Create a new resolution context using the current URI resolution path

    Returns IUriResolutionContext

    a UriResolutionContext

  • Returns IUriResolutionStep<unknown>[]

    history of all URI resolution steps completed

  • Returns Uri[]

    current URI resolution path

  • Check if a URI is in the process of being resolved

    Parameters

    • uri: Uri

      URI to check

    Returns boolean

    true if URI resolution is in process, false otherwise

  • Start resolving a URI

    Parameters

    • uri: Uri

      Uri to resolve

    Returns void

  • Stop resolving a URI

    Parameters

    • uri: Uri

      Uri being resolved

    Returns void

  • Push a step onto the resolution history stack

    Type Parameters

    • TError

    Parameters

    Returns void

Generated using TypeDoc