diff options
author | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-07-24 15:52:43 -0400 |
---|---|---|
committer | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-07-24 15:52:43 -0400 |
commit | d734f6a9e75b9476b40df01cebb991f8c304fb2e (patch) | |
tree | f1da68709945ea24002fa37373f930b7f05841a5 /lib | |
parent | 4cdeecf56e42ec5150e453e5cf93c89439b15463 (diff) | |
download | async-d734f6a9e75b9476b40df01cebb991f8c304fb2e.tar.gz |
Update lodash to 4.14.0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/apply.js | 2 | ||||
-rw-r--r-- | lib/auto.js | 2 | ||||
-rw-r--r-- | lib/compose.js | 2 | ||||
-rw-r--r-- | lib/constant.js | 2 | ||||
-rw-r--r-- | lib/doDuring.js | 2 | ||||
-rw-r--r-- | lib/doWhilst.js | 2 | ||||
-rw-r--r-- | lib/internal/applyEach.js | 2 | ||||
-rw-r--r-- | lib/internal/consoleFunc.js | 2 | ||||
-rw-r--r-- | lib/internal/initialParams.js | 2 | ||||
-rw-r--r-- | lib/internal/parallel.js | 2 | ||||
-rw-r--r-- | lib/internal/queue.js | 2 | ||||
-rw-r--r-- | lib/internal/setImmediate.js | 2 | ||||
-rw-r--r-- | lib/memoize.js | 2 | ||||
-rw-r--r-- | lib/reflect.js | 2 | ||||
-rw-r--r-- | lib/seq.js | 2 | ||||
-rw-r--r-- | lib/waterfall.js | 2 | ||||
-rw-r--r-- | lib/whilst.js | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/lib/apply.js b/lib/apply.js index 465ed10..9ec7e25 100644 --- a/lib/apply.js +++ b/lib/apply.js @@ -1,4 +1,4 @@ -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; /** * Creates a continuation function with some arguments already applied. diff --git a/lib/auto.js b/lib/auto.js index a7c00ae..85135a3 100644 --- a/lib/auto.js +++ b/lib/auto.js @@ -4,7 +4,7 @@ import indexOf from 'lodash/_baseIndexOf'; import isArray from 'lodash/isArray'; import okeys from 'lodash/keys'; import noop from 'lodash/noop'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import once from './internal/once'; import onlyOnce from './internal/onlyOnce'; diff --git a/lib/compose.js b/lib/compose.js index 9cec3a5..abb0f20 100644 --- a/lib/compose.js +++ b/lib/compose.js @@ -1,5 +1,5 @@ import seq from './seq'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; /** * Creates a function which is a composition of the passed asynchronous diff --git a/lib/constant.js b/lib/constant.js index c7dd50f..9aa2273 100644 --- a/lib/constant.js +++ b/lib/constant.js @@ -1,4 +1,4 @@ -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import initialParams from './internal/initialParams'; /** diff --git a/lib/doDuring.js b/lib/doDuring.js index c536f30..306f8a7 100644 --- a/lib/doDuring.js +++ b/lib/doDuring.js @@ -1,5 +1,5 @@ import noop from 'lodash/noop'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import onlyOnce from './internal/onlyOnce'; /** diff --git a/lib/doWhilst.js b/lib/doWhilst.js index ee8f12a..a0ba5d1 100644 --- a/lib/doWhilst.js +++ b/lib/doWhilst.js @@ -1,5 +1,5 @@ import noop from 'lodash/noop'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import onlyOnce from './internal/onlyOnce'; diff --git a/lib/internal/applyEach.js b/lib/internal/applyEach.js index 50c359e..1d7a0b6 100644 --- a/lib/internal/applyEach.js +++ b/lib/internal/applyEach.js @@ -1,4 +1,4 @@ -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import initialParams from './initialParams'; export default function applyEach(eachfn) { diff --git a/lib/internal/consoleFunc.js b/lib/internal/consoleFunc.js index ee4f1f1..e2d6150 100644 --- a/lib/internal/consoleFunc.js +++ b/lib/internal/consoleFunc.js @@ -1,5 +1,5 @@ import arrayEach from 'lodash/_arrayEach'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; export default function consoleFunc(name) { return rest(function (fn, args) { diff --git a/lib/internal/initialParams.js b/lib/internal/initialParams.js index 55c4e12..304fd23 100644 --- a/lib/internal/initialParams.js +++ b/lib/internal/initialParams.js @@ -1,4 +1,4 @@ -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; export default function (fn) { return rest(function (args/*..., callback*/) { diff --git a/lib/internal/parallel.js b/lib/internal/parallel.js index f835365..1b91b60 100644 --- a/lib/internal/parallel.js +++ b/lib/internal/parallel.js @@ -1,6 +1,6 @@ import noop from 'lodash/noop'; import isArrayLike from 'lodash/isArrayLike'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; export default function _parallel(eachfn, tasks, callback) { callback = callback || noop; diff --git a/lib/internal/queue.js b/lib/internal/queue.js index 41d6c90..5b5883d 100644 --- a/lib/internal/queue.js +++ b/lib/internal/queue.js @@ -1,7 +1,7 @@ import arrayEach from 'lodash/_arrayEach'; import isArray from 'lodash/isArray'; import noop from 'lodash/noop'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import onlyOnce from './onlyOnce'; import setImmediate from './setImmediate'; diff --git a/lib/internal/setImmediate.js b/lib/internal/setImmediate.js index 1efa1a3..228c45c 100644 --- a/lib/internal/setImmediate.js +++ b/lib/internal/setImmediate.js @@ -1,6 +1,6 @@ 'use strict'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; export var hasSetImmediate = typeof setImmediate === 'function' && setImmediate; export var hasNextTick = typeof process === 'object' && typeof process.nextTick === 'function'; diff --git a/lib/memoize.js b/lib/memoize.js index 31c041c..b273153 100644 --- a/lib/memoize.js +++ b/lib/memoize.js @@ -1,5 +1,5 @@ import identity from 'lodash/identity'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import setImmediate from './internal/setImmediate'; import initialParams from './internal/initialParams'; diff --git a/lib/reflect.js b/lib/reflect.js index ac5345d..a5ab9d9 100644 --- a/lib/reflect.js +++ b/lib/reflect.js @@ -1,5 +1,5 @@ import initialParams from './internal/initialParams'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; /** * Wraps the function in another function that always returns data even when it @@ -1,5 +1,5 @@ import noop from 'lodash/noop'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import reduce from './reduce'; /** diff --git a/lib/waterfall.js b/lib/waterfall.js index b3f0dbc..3d2ba55 100644 --- a/lib/waterfall.js +++ b/lib/waterfall.js @@ -1,7 +1,7 @@ import isArray from 'lodash/isArray'; import noop from 'lodash/noop'; import once from './internal/once'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import onlyOnce from './internal/onlyOnce'; diff --git a/lib/whilst.js b/lib/whilst.js index 9012144..31c5c82 100644 --- a/lib/whilst.js +++ b/lib/whilst.js @@ -1,5 +1,5 @@ import noop from 'lodash/noop'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import onlyOnce from './internal/onlyOnce'; |