UNPKG

618 BTypeScriptView Raw
1import { IContext, VerbosityLevel } from "./context";
2import { PluginContext } from "rollup";
3export declare class RollupContext implements IContext {
4 private verbosity;
5 private bail;
6 private context;
7 private prefix;
8 private hasContext;
9 constructor(verbosity: VerbosityLevel, bail: boolean, context: PluginContext, prefix?: string);
10 warn(message: string | (() => string)): void;
11 error(message: string | (() => string)): void;
12 info(message: string | (() => string)): void;
13 debug(message: string | (() => string)): void;
14}
15//# sourceMappingURL=rollupcontext.d.ts.map
\No newline at end of file