UNPKG

@keymanapp/kmc

Version:

Keyman Developer compiler command line tools

12 lines 643 B
import { KeymanFileTypes } from '@keymanapp/common-types'; import { CompilerCallbacks } from '@keymanapp/developer-utils'; import { BuildActivity } from './BuildActivity.js'; import { ExtendedCompilerOptions } from '../../util/extendedCompilerOptions.js'; export declare class BuildProject extends BuildActivity { get name(): string; get sourceExtension(): KeymanFileTypes.Source; get compiledExtension(): KeymanFileTypes.Binary; get description(): string; build(infile: string, outfile: string, callbacks: CompilerCallbacks, options: ExtendedCompilerOptions): Promise<boolean>; } //# sourceMappingURL=BuildProject.d.ts.map