Module

x/ts_morph/ts_morph.d.ts>Directory#emitSync

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
method Directory.prototype.emitSync
import { Directory } from "https://dotland.deno.dev/x/ts_morph@22.0.0/ts_morph.d.ts";

Emits the files in the directory synchronously.

Remarks: This might be very slow compared to the asynchronous version if there are a lot of files.

Parameters

optional
options: { emitOnlyDtsFiles?: boolean; outDir?: string; declarationDir?: string; }
  • Options for emitting.