import { type ResolvedDependency } from "https://deno.land/x/deno_graph@0.63.3/types.ts";
Properties
The fully resolved string URL of the dependency, which should be
resolvable in the module graph. If there was an error, error
will be set
and this will be undefined.
Any error encountered when trying to resolved the specifier. If this is
defined, specifier
will be undefined.
span: RangeJson
The range within the source code where the specifier was identified.