Use lodash/scripts/generate-modules.ts to generate lodash-es too (#18751)

This commit is contained in:
Andy
2017-08-08 14:06:51 -07:00
committed by GitHub
parent 802fca28a0
commit 49a86971ef
1701 changed files with 4024 additions and 3720 deletions

2
types/lodash-es/add.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { add } from "lodash";
export default add;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const add: typeof _.add;
export default add;

2
types/lodash-es/after.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { after } from "lodash";
export default after;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const after: typeof _.after;
export default after;

2
types/lodash-es/ary.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { ary } from "lodash";
export default ary;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const ary: typeof _.ary;
export default ary;

2
types/lodash-es/assign.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { assign } from "lodash";
export default assign;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const assign: typeof _.assign;
export default assign;

2
types/lodash-es/assignIn.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { assignIn } from "lodash";
export default assignIn;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const assignIn: typeof _.assignIn;
export default assignIn;

2
types/lodash-es/assignInWith.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { assignInWith } from "lodash";
export default assignInWith;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const assignInWith: typeof _.assignInWith;
export default assignInWith;

2
types/lodash-es/assignWith.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { assignWith } from "lodash";
export default assignWith;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const assignWith: typeof _.assignWith;
export default assignWith;

2
types/lodash-es/at.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { at } from "lodash";
export default at;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const at: typeof _.at;
export default at;

2
types/lodash-es/attempt.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { attempt } from "lodash";
export default attempt;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const attempt: typeof _.attempt;
export default attempt;

2
types/lodash-es/before.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { before } from "lodash";
export default before;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const before: typeof _.before;
export default before;

2
types/lodash-es/bind.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { bind } from "lodash";
export default bind;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const bind: typeof _.bind;
export default bind;

2
types/lodash-es/bindAll.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { bindAll } from "lodash";
export default bindAll;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const bindAll: typeof _.bindAll;
export default bindAll;

2
types/lodash-es/bindKey.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { bindKey } from "lodash";
export default bindKey;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const bindKey: typeof _.bindKey;
export default bindKey;

2
types/lodash-es/camelCase.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { camelCase } from "lodash";
export default camelCase;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const camelCase: typeof _.camelCase;
export default camelCase;

2
types/lodash-es/capitalize.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { capitalize } from "lodash";
export default capitalize;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const capitalize: typeof _.capitalize;
export default capitalize;

2
types/lodash-es/castArray.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { castArray } from "lodash";
export default castArray;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const castArray: typeof _.castArray;
export default castArray;

2
types/lodash-es/ceil.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { ceil } from "lodash";
export default ceil;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const ceil: typeof _.ceil;
export default ceil;

2
types/lodash-es/chain.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { chain } from "lodash";
export default chain;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const chain: typeof _.chain;
export default chain;

2
types/lodash-es/chunk.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { chunk } from "lodash";
export default chunk;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const chunk: typeof _.chunk;
export default chunk;

2
types/lodash-es/clamp.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { clamp } from "lodash";
export default clamp;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const clamp: typeof _.clamp;
export default clamp;

2
types/lodash-es/clone.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { clone } from "lodash";
export default clone;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const clone: typeof _.clone;
export default clone;

2
types/lodash-es/cloneDeep.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { cloneDeep } from "lodash";
export default cloneDeep;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const cloneDeep: typeof _.cloneDeep;
export default cloneDeep;

2
types/lodash-es/cloneDeepWith.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { cloneDeepWith } from "lodash";
export default cloneDeepWith;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const cloneDeepWith: typeof _.cloneDeepWith;
export default cloneDeepWith;

2
types/lodash-es/cloneWith.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { cloneWith } from "lodash";
export default cloneWith;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const cloneWith: typeof _.cloneWith;
export default cloneWith;

2
types/lodash-es/compact.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { compact } from "lodash";
export default compact;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const compact: typeof _.compact;
export default compact;

2
types/lodash-es/concat.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { concat } from "lodash";
export default concat;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const concat: typeof _.concat;
export default concat;

2
types/lodash-es/constant.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { constant } from "lodash";
export default constant;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const constant: typeof _.constant;
export default constant;

2
types/lodash-es/countBy.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { countBy } from "lodash";
export default countBy;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const countBy: typeof _.countBy;
export default countBy;

2
types/lodash-es/create.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { create } from "lodash";
export default create;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const create: typeof _.create;
export default create;

2
types/lodash-es/curry.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { curry } from "lodash";
export default curry;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const curry: typeof _.curry;
export default curry;

2
types/lodash-es/curryRight.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { curryRight } from "lodash";
export default curryRight;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const curryRight: typeof _.curryRight;
export default curryRight;

2
types/lodash-es/debounce.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { debounce } from "lodash";
export default debounce;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const debounce: typeof _.debounce;
export default debounce;

2
types/lodash-es/deburr.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { deburr } from "lodash";
export default deburr;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const deburr: typeof _.deburr;
export default deburr;

2
types/lodash-es/defaults.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { defaults } from "lodash";
export default defaults;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const defaults: typeof _.defaults;
export default defaults;

2
types/lodash-es/defaultsDeep.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { defaultsDeep } from "lodash";
export default defaultsDeep;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const defaultsDeep: typeof _.defaultsDeep;
export default defaultsDeep;

2
types/lodash-es/defer.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { defer } from "lodash";
export default defer;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const defer: typeof _.defer;
export default defer;

2
types/lodash-es/delay.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { delay } from "lodash";
export default delay;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const delay: typeof _.delay;
export default delay;

2
types/lodash-es/difference.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { difference } from "lodash";
export default difference;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const difference: typeof _.difference;
export default difference;

2
types/lodash-es/differenceBy.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { differenceBy } from "lodash";
export default differenceBy;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const differenceBy: typeof _.differenceBy;
export default differenceBy;

2
types/lodash-es/differenceWith.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { differenceWith } from "lodash";
export default differenceWith;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const differenceWith: typeof _.differenceWith;
export default differenceWith;

2
types/lodash-es/drop.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { drop } from "lodash";
export default drop;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const drop: typeof _.drop;
export default drop;

2
types/lodash-es/dropRight.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { dropRight } from "lodash";
export default dropRight;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const dropRight: typeof _.dropRight;
export default dropRight;

2
types/lodash-es/dropRightWhile.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { dropRightWhile } from "lodash";
export default dropRightWhile;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const dropRightWhile: typeof _.dropRightWhile;
export default dropRightWhile;

2
types/lodash-es/dropWhile.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { dropWhile } from "lodash";
export default dropWhile;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const dropWhile: typeof _.dropWhile;
export default dropWhile;

2
types/lodash-es/each.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { each } from "lodash";
export default each;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const each: typeof _.each;
export default each;

2
types/lodash-es/eachRight.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { eachRight } from "lodash";
export default eachRight;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const eachRight: typeof _.eachRight;
export default eachRight;

2
types/lodash-es/endsWith.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { endsWith } from "lodash";
export default endsWith;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const endsWith: typeof _.endsWith;
export default endsWith;

2
types/lodash-es/eq.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { eq } from "lodash";
export default eq;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const eq: typeof _.eq;
export default eq;

2
types/lodash-es/escape.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { escape } from "lodash";
export default escape;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const escape: typeof _.escape;
export default escape;

2
types/lodash-es/escapeRegExp.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { escapeRegExp } from "lodash";
export default escapeRegExp;

View File

@@ -1,3 +0,0 @@
import * as _ from "lodash";
declare const escapeRegExp: typeof _.escapeRegExp;
export default escapeRegExp;

Some files were not shown because too many files have changed in this diff Show More