Commit Graph

20 Commits

Author SHA1 Message Date
Ulrich Buchgraber
6ccbcd2c4d Fix all the (unrelated) 'no-angle-bracket-type-assertion' linter errors in packages which depend on @types/node 2018-11-21 01:29:44 +01:00
Marc Ghorayeb
d2d41a9f46 [async] Default E to Error and add auto polymorphism for optional arg (#29825)
* feat(async): default callback error to Error type

* feat(async): polymorph auto method
2018-10-18 08:46:19 -07:00
Mathis Wiehl
857ee0bd10 fix(async): fix applyEach rest args (#24674)
Add missing rest argument notation to `applyEach` and `applyEachSeries` since the previous notation enforced a notation that simply didn't work.
2018-04-09 11:43:08 -07:00
Jeremy Hon
6325442ec9 replace overloaded array and dictionary params with union collection 2018-03-09 23:59:04 +08:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Yu-Hsin Lu
48203ad4df Add concatLimit function (#22754) 2018-01-10 10:13:53 -08:00
Angus.Fenying
0518ce2cc4 Patch for fixing issue #15849. 2017-12-12 12:01:28 +08:00
Ron Buckton
c9c66f20ee
Merge pull request #20765 from rlindgren/async-doUntil-doWhilst
fix(async): doWhilst, doUntil definitions and tests
2017-10-30 15:23:42 -07:00
rlindgren
055cf34ca9 fix lint 2017-10-27 11:35:10 -04:00
rlindgren
e65cb3ba52 iteratee callback and test fn define variable number of parameters type T 2017-10-27 11:34:52 -04:00
rlindgren
6fb077d3e6 iteratee should be of type AsyncFunction 2017-10-23 10:07:19 -04:00
Andy
097d2acf71 Miscellaneous lint fixes (#20849) 2017-10-22 15:22:50 -07:00
rlindgren
e670e0731c Fix doWhilst, doUntil definitions and tests 2017-10-20 12:01:00 -04:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
kasuparu
384abb417b [async] [i2c-bus] Improve async.auto() typing, fix i2c-bus typos (#20131) 2017-10-06 11:23:30 -07:00
Andy
f713855f03 async: Convert to module (#19870) 2017-09-26 08:36:27 -07:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Sasan
ccb1510ac1 corrected: in async.queue.push(task,callback) callback is not called with the task interface. (#18821)
* correted: async.queue callback function does not use task interface.

* correct `queue.push` generic type.
2017-08-14 15:08:23 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00