Skip to content

Commit

Permalink
mergeOptions rename
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 22, 2017
1 parent 2d61040 commit aa5a63e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/utils/mergeOptions.js → src/utils/mergeOptions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ensureArray from './ensureArray.js';
import deprecateOptions from './deprecateOptions.js';
import { InputOptions } from '../../../src/rollup/index';
import { InputOptions } from '../../src/rollup/index';

function normalizeObjectOptionValue (optionValue: any) {
if (!optionValue) {
Expand Down Expand Up @@ -164,11 +164,7 @@ export default function mergeOptions ({
};
}

<<<<<<< HEAD:src/utils/mergeOptions.js
function deprecate ( config, command = {}, deprecateConfig = { input: true, output: true } ) {
=======
function deprecate (config: any, command: any) {
>>>>>>> finish up bin types, attempt further scopes and variables:bin/src/run/mergeOptions.ts
const deprecations = [];

// CLI
Expand Down

0 comments on commit aa5a63e

Please sign in to comment.