CanonicalizeResult typedef

CanonicalizeResult = (Importer, Uri, {Uri originalUrl})

A canonicalized URL and the importer that canonicalized it.

This also includes the URL that was originally passed to the importer, which may be resolved relative to a base URL.

Implementation

typedef CanonicalizeResult = (Importer, Uri canonicalUrl, {Uri originalUrl});