* lodash: _.get should with numeric keys, too.
Also added some better tests.
* lodash: add one more NumericDictionary overload for _.get
* lodash: more reasonable index for _.get tests
* lodash: object type should not be here (fixes#23293)
* lodash: reduce should always return T if no accumulator (#14758)
* lodash: fix iterator types, remove thisArg from documentation
* lodash: return more specific type for stubTrue and stubFalse
* lowdb: fix failing tests
* lodash: _.get should with numeric keys, too.
Also added some better tests.
* lodash: add one more NumericDictionary overload for _.get
* lodash: more reasonable index for _.get tests
* lodash: support placeholders for curry
* lodash: add logic for generating overloads with placeholders
* lodash: fix placeholder generation bugs
* lodash: use the original parameter name for placeholder parameters
* lodash: stop generating unnecessary generics
* lodash: move all FP functions into a single file.
Trying to fix memory error in tests.
* lodash: omit comments and useless overloads to make the build work
* lodash: update fp function files
* Fix placeholder definition files
* lodash: add placeholder constants to fp definitions
* lodash: looks like we missed some jsdoc comments.
Let's omit them for consistency.
* lodash: fix build errors
* lodash: _.get should with numeric keys, too.
Also added some better tests.
* lodash: add one more NumericDictionary overload for _.get
* lodash: more reasonable index for _.get tests
* Working on script to generate FP types (for #7896)
* Generate generic args and multiple overloads correctly (ish)
* Cap callback arguments
* Fix ObjectIteratee issue, merge interfaces
* Merge similar overloads
* Read and write definiton files
* Generate definitions for all functions
(still needs some tweaking)
* Add JSDoc comments to the output, fix some bugs
* Fix more fp generation bugs
* Add alias functions and special fp functions
* Fix more fp generation bugs
* Fix more fp generation bugs
* Fix more fp generation bugs
* lodash fp: cap more callbacks, use ReadonlyArray, handle special cases
* Add some tests, fix some bugs
* Remove invalid argument from flatten. Don't curry single argument functions.
But do "convert" them so aliases work.
Also fixed some tests.
* lodash fp: implement more tests, fix more bugs, improve performance
* lodash fp: implement more tests, fix more bugs
* lodash fp: add more tests, fix more bugs
* lodash fp: tests finally pass!
* Remove namespace hack
* lodash: fix tests
* lodash fp: fix lint issues
* lodash: Fix lint issues
* lodash: fix more lint issues
* lodash: make travis happy
* lodash: make travis happy (again)
* Update generate-fp script to work with new folder structure
* Lodash: update fp types after merge
* Lodash: test optimizations
* lodash: simplify some tests to avoid GC error
* lodash: simplify tests even more (and fix bugs)
* Change NumericDictionaryIterator's "key" to type "string"
* Finish updating unit tests
* Improve support of NumericDictionary.
* Update signature overloads of many methods.
* Improve many unit tests.
* Fix some mapValues overloads
* Revert changes to V3 files
* Improve _.omit to fully support Dictionary and NumericDictionary
* Remove unused DictionaryIterator typedefs
* Improve signatures of mapValues and add tons of unit tests
* Remove _.sample overloads that did not potentially return undefined.
* Simplify definition of "AnyKindOfDictionary"
* Fix one of the _.mapValues overloads
* Delete unnecessary/incorrect comments
* Improve _.forEach unit tests
* Clean up unit tests for mapValues
* Clean up unit tests for _.map
* Add more NumericDictionary test coverage
* Fix _.map to accept a PropertyPath param instead of just a string.
* Re-add DictionaryIterator and NumericDictionaryIterator definitions
for backward compatibility.
* Revert change to support PropertyPath in _.map
* Comment out parts of _.forEach tests that fail in TS 2.4
* Fix _.unionBy tests for TS 2.3
* Comment out _.mapKeys tests that break in TS 2.4
* Comment out parts of _.forEach tests that fail in TS 2.4 (again)
* Fix _.xor test that was broken in TS 2.3
* Comment out parts of _.map tests that fail in TS 2.4
* Remove invalid tests for _.some
* Remove "object" type from definition of ObjectIterateeCustom
* Comment out _.pick tests broken in TS 2.4
* lodash: _.get should with numeric keys, too.
Also added some better tests.
* lodash: add one more NumericDictionary overload for _.get
* lodash: more reasonable index for _.get tests
* lodash: zip should allow arrays of different types
* Remove pointless namespace
* lodash: _.get should with numeric keys, too.
Also added some better tests.
* Enable array-type and ban-types rules
* Enable more lint rules, add isMatchWith to explicit wrapper
* lodash: _.get should with numeric keys, too.
Also added some better tests.
* lodash: add one more NumericDictionary overload for _.get
* lodash: more reasonable index for _.get tests