Skip to main content
Module

x/ts_morph/ts_morph.d.ts>MemoryEmitResultFile

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
interface MemoryEmitResultFile
import { type MemoryEmitResultFile } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.d.ts";

The emitted file in memory.

Properties

File path that was emitted to.

text: string

The text that was emitted.

writeByteOrderMark: boolean

Whether the byte order mark should be written.