mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
8 lines
334 B
TypeScript
8 lines
334 B
TypeScript
import * as tsTypes from "typescript";
|
|
export declare class FormatHost implements tsTypes.FormatDiagnosticsHost {
|
|
getCurrentDirectory(): string;
|
|
getCanonicalFileName(fileName: string): string;
|
|
getNewLine(): string;
|
|
}
|
|
export declare const formatHost: FormatHost;
|
|
//# sourceMappingURL=diagnostics-format-host.d.ts.map
|