Construct a Static Resolver
a mapping of URI to embedded URI, package, or wrapper
a mapping of URI to embedded URI, package, or wrapper
Resolve a URI to a wrap package, a wrapper, or a URI.
the URI to resolve
not used
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 StaticResolver from a static-resolver-like object
an array of resolver-like objects to delegate resolution to
a StaticResolver
Generated using TypeDoc
An IUriResolver implementation that efficiently delegates URI resolution to static resolvers--i.e. those that resolve to embedded URIs, Wrappers, and Packages