Sha256: eddd024f58cb2325af7a9c003b65407b2e615f43c5c5875aa58a595bd674ad1c

Contents?: true

Size: 631 Bytes

Versions: 5

Compression:

Stored size: 631 Bytes

Contents

import { Deprecation } from './deprecateOptions';
import { WarningHandler } from '../rollup/index';
export declare type GenericConfigObject = {
    [key: string]: any;
};
export declare const commandAliases: {
    [key: string]: string;
};
export default function mergeOptions({config, command: rawCommandOptions, deprecateConfig, defaultOnWarnHandler}: {
    config: GenericConfigObject;
    command?: GenericConfigObject;
    deprecateConfig?: GenericConfigObject;
    defaultOnWarnHandler?: WarningHandler;
}): {
    inputOptions: any;
    outputOptions: any;
    deprecations: Deprecation[];
    optionError: string | null;
};

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
jass-0.9.5 vendor/node_modules/rollup/dist/typings/utils/mergeOptions.d.ts
jass-0.9.4 vendor/node_modules/rollup/dist/typings/utils/mergeOptions.d.ts
jass-0.9.3 vendor/node_modules/rollup/dist/typings/utils/mergeOptions.d.ts
condenser-0.0.4 lib/condenser/processors/node_modules/rollup/dist/typings/utils/mergeOptions.d.ts
jass-0.9.1 vendor/node_modules/rollup/dist/typings/utils/mergeOptions.d.ts