An implementation of the IUriResolutionContext interface

Hierarchy

  • UriResolutionContext

Implements

Constructors

  • Construct a UriResolutionContext

    Returns UriResolutionContext

  • Parameters

    • resolvingUriMap: Map<string, boolean>
    • resolutionPath: Set<string>

    Returns UriResolutionContext

  • Parameters

    Returns UriResolutionContext

Properties

_history: any
_resolutionPath: any
_resolvingUriMap: any

Methods

  • 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