diff options
Diffstat (limited to 'vanilla/node_modules/rollup/dist/loadConfigFile.d.ts')
| -rw-r--r-- | vanilla/node_modules/rollup/dist/loadConfigFile.d.ts | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/vanilla/node_modules/rollup/dist/loadConfigFile.d.ts b/vanilla/node_modules/rollup/dist/loadConfigFile.d.ts deleted file mode 100644 index 4306b09..0000000 --- a/vanilla/node_modules/rollup/dist/loadConfigFile.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -import type { LogHandler, MergedRollupOptions, RollupLog } from './rollup'; - -export interface BatchWarnings { - add: (warning: RollupLog) => void; - readonly count: number; - flush: () => void; - log: LogHandler; - readonly warningOccurred: boolean; -} - -export type LoadConfigFile = typeof loadConfigFile; - -export function loadConfigFile( - fileName: string, - commandOptions: any, - watchMode?: boolean -): Promise<{ - options: MergedRollupOptions[]; - warnings: BatchWarnings; -}>; |
