Skip to main content
Module

x/ts_morph/ts_morph.d.ts>EmitOutput

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

Output of an emit on a single file.

Constructors

new
private
EmitOutput()

Properties

readonly
compilerObject: ts.EmitOutput

TypeScript compiler emit result.

Methods

getEmitSkipped(): boolean

Gets if the emit was skipped.

Gets the output files.