Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/compiler_sourcefile.ts>SourceFileJson

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

The shape of the SourceFile that comes from the privileged side

Properties

url: string
filename: string
mediaType: MediaType
sourceCode: string