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

x/deno/cli/js/compiler_util.ts>WriteFileState

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

An object which is passed to createWriteFile to be used to read and set state related to the emit of a program.

Properties

optional
bundle: boolean
optional
host: Host
optional
outFile: string
rootNames: string[]
optional
emitMap: Record<string, string>
optional
emitBundle: string
optional
sources: Record<string, string>