import { SourceFile } from "https://deno.land/x/deno@v0.30.0/cli/js/compiler_sourcefile.ts";
Retrieve a SourceFile
based on a moduleSpecifier
and containingFile
or return undefined
if not preset.
x/deno/cli/js/compiler_sourcefile.ts>SourceFile.getUrl
import { SourceFile } from "https://deno.land/x/deno@v0.30.0/cli/js/compiler_sourcefile.ts";
Retrieve a SourceFile
based on a moduleSpecifier
and containingFile
or return undefined
if not preset.