Skip to main content
Module

x/ts_morph/mod.ts>MemoryEmitResult

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class MemoryEmitResult
extends EmitResult
import { MemoryEmitResult } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Result of an emit to memory.

Constructors

new
private
MemoryEmitResult()

Properties

private
readonly
_files

Methods

Gets the files that were emitted to memory.

saveFiles(): Promise<void[]>

Asynchronously writes the files to the file system.

Synchronously writes the files to the file system.