UNPKG

406 BTypeScriptView Raw
1import { BuildContext, ChangedFile } from './util/interfaces';
2export declare function bundle(context: BuildContext, configFile?: string): Promise<void>;
3export declare function bundleUpdate(changedFiles: ChangedFile[], context: BuildContext): Promise<void>;
4export declare function buildJsSourceMaps(context: BuildContext): boolean;
5export declare function getJsOutputDest(context: BuildContext): string;