A step in the URI resolution algorithm

Type Parameters

  • TError = undefined

Hierarchy

  • IUriResolutionStep

Properties

description?: string

A text/visual description of this URI step

result: Result<UriPackageOrWrapper, TError>

The resolution result for the current URI

sourceUri: Uri

The current URI being resolved

subHistory?: IUriResolutionStep<TError>[]

History of sub-steps that exist within the context of this URI resolution step

Generated using TypeDoc