UNPKG

@syntest/analysis

Version:
9 lines 499 B
/** * This file is meant to provide consistent error messages throughout the tool. */ export declare const shouldNeverHappen: (bugLocation: string) => string; export declare const pathNotInRootPath: (rootPath: string, path: string) => string; export declare const fileIsNotAFile: (filePath: string) => string; export declare const fileDoesNotExist: (filePath: string) => string; export declare const fileDoesNotHaveExtension: (filePath: string) => string; //# sourceMappingURL=diagnostics.d.ts.map