Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/compiler_sourcefile.ts>SourceFile.get

A modern runtime for JavaScript and TypeScript.
Go to Latest
method SourceFile.get
import { SourceFile } from "https://deno.land/x/deno@v0.30.0/cli/js/compiler_sourcefile.ts";

Retrieve a SourceFile based on a url

Parameters

url: string

Returns

SourceFile | undefined