UNPKG

702 BTypeScriptView Raw
1export declare function initializeWatcher(packageRoot: string, internalCacheFolder: string, logFolder: string, outputFolder: string | string[], hashGlobs: string[]): void;
2export declare const sideEffectWarningString = "[audit] The following files got changed outside of the scope of the folder to be cached:";
3export declare const sideEffectCallToActionString = "[audit] You should make sure that these changes are non-essential, as they would not be brought back on a cache-hit.";
4export declare const noSideEffectString = "[audit] All observed file changes were within the scope of the folder to be cached.";
5export declare function closeWatcher(): Promise<void>;
6//# sourceMappingURL=audit.d.ts.map
\No newline at end of file