import { EmitResult } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Result of an emit.
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.