Commit Graph

6 Commits

Author SHA1 Message Date
Wesley Wigham
422003f3c5 Use import require when call or construct signatures are needed to improve compat with esModuleInterop (#23355)
* Use import require when call or construct signatures are needed to improve compat with esModuleInterop

* Add moment-timezoe fix
2018-02-02 14:09:06 -08:00
Oliver Joseph Ash
962a9ec919 Lodash: zip: add undefined to return values (#23305)
* Lodash: `zip`: add undefined to return values

* Lodash: `zip`: correct generic typo

* Lodash: `zip`: add undefined to return values for other overloads

* Lodash: `zip`: use `` for tests
2018-01-31 12:35:27 -08:00
AJ Richardson
fe8a866480 Zip different types (#23232)
* 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
2018-01-29 11:35:07 -08:00
Andy
745420a23e
lodash: Work with classic module resolution (#23198) 2018-01-26 13:33:19 -08:00
Andy
0f4014dbf9
lodash: Use module augmentation instead of namespace augmentation to avoid declaring _ as a global variable (#23164) 2018-01-24 11:17:18 -08:00
Dominique Rau
8b292ec78a Lodash: split up monolith file and use per file per method. (#23100)
* feat(restructure): split up monolith

* fix(header): fix typo in file header

* fix(properties): add missing property files

* fix(tests): delete new empty test-files for now

* fix(test): revert type changes
2018-01-23 10:22:44 -08:00