UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

13 lines (12 loc) 290 B
export declare class DirectoryEmitResult { private readonly _emitSkipped; private readonly _outputFilePaths; /** * Gets if the emit was skipped. */ getEmitSkipped(): boolean; /** * Gets the output file paths. */ getOutputFilePaths(): string[]; }