Construct a ResolverWithLoopGuard
a resolution to delegate resolution to
Private
_resolverResolve a URI to a wrap package, a wrapper, or a URI. Ensures the URI is not caught in an infinite loop by checking if it is already resolving.
the URI to resolve
a CoreClient instance that may be used to invoke a wrapper that implements the UriResolver interface
the current URI resolution context
A Promise with a Result containing either a wrap package, a wrapper, or a URI if successful
Static
fromCreate a ResolverWithLoopGuard from a resolver-like object
a resolver-like item to delegate resolution to
a ResolverWithLoopGuard
Generated using TypeDoc
An IUriResolver implementation that prevents infinite loops in the resolution path.