Skip to main content
Module

x/deno2node/src/deps.deno.ts>EmitResult

Compile your Deno project to run on Node.js.
Go to Latest
class EmitResult
import { EmitResult } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Result of an emit.

Constructors

new
protected
EmitResult()

Properties

readonly
compilerObject: ts.EmitResult

TypeScript compiler emit result.

Methods

getDiagnostics(): Diagnostic<ts.Diagnostic>[]

Contains declaration emit diagnostics.

If the noEmitOnError compiler option is true, this will also include the program's semantic, syntactic, global, options, and if enabled declaration diagnostics.

getEmitSkipped(): boolean

If the emit was skipped.