Mohamed Hegazy
|
13dec92fd9
|
Fix failing tests after https://github.com/Microsoft/TypeScript/pull/11263 (#11835)
* Fix fialing tests after https://github.com/Microsoft/TypeScript/pull/11263
* Fix more failures
|
2016-10-07 14:41:25 -07:00 |
|
Mine Yalcinalp Starks
|
29e75d32e1
|
Merge remote-tracking branch 'upstream/master' into types2.0-fix
|
2016-08-05 17:32:30 -07:00 |
|
Erik Krogh Kristensen
|
7802515457
|
Updating async to v2.0.1.
|
2016-08-04 13:33:11 +02:00 |
|
Ryan Cavanaugh
|
ede3f0a99c
|
Merge commit 'upstream/master~550' into merge_7_25
|
2016-07-26 11:29:27 -07:00 |
|
Ryan Cavanaugh
|
5d004be8ba
|
Merge commit 'upstream/master~600' into merge_7_25
|
2016-07-26 00:22:12 -07:00 |
|
Ryan Cavanaugh
|
347311a5f0
|
Partial merge remote-tracking branch 'upstream/master' into merge_7_25
|
2016-07-25 14:26:20 -07:00 |
|
Ryan Cavanaugh
|
a5f4d50ccc
|
Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
|
2016-07-12 13:54:56 -07:00 |
|
Raghav Katyal
|
395c4e1639
|
Turning on consistent casing flag and fixing failures
|
2016-06-30 15:14:49 -07:00 |
|
Steve Van Opstal
|
2901b0c3c4
|
caolan/async: add missing optional type to 'retry' (#9506)
* async: add function type to interval of 'retry'
* fix return type number
|
2016-06-03 00:26:29 +09:00 |
|
Finn Poppinga
|
d98b8d6cbf
|
async.d.ts AsyncForEachOfIterator key type fix (#9469)
the key can be either a string (in case of objects) or a number (in case of arrays).
|
2016-06-02 23:20:58 +09:00 |
|
Ryan Cavanaugh
|
612c172c52
|
Use correct test list
|
2016-05-10 12:28:03 -07:00 |
|
Ryan Cavanaugh
|
bfd400a8f8
|
Add noEmit to all config files
|
2016-05-10 12:24:49 -07:00 |
|
Ryan Cavanaugh
|
e808e8e062
|
Remove unneeded references
|
2016-05-10 12:22:25 -07:00 |
|
Ryan Cavanaugh
|
50387d4046
|
Change relative reference paths to types references. Errors incoming...
|
2016-05-09 18:06:27 -07:00 |
|
Ryan Cavanaugh
|
49b1ac6a38
|
Rename all entry points to index.d.ts and explicitify all file lists
|
2016-05-09 17:29:10 -07:00 |
|
Ryan Cavanaugh
|
ab2b4191c5
|
Add typesRoot to all config files
|
2016-05-09 13:52:25 -07:00 |
|
Ryan Cavanaugh
|
81862d240d
|
More fixes
|
2016-05-04 22:50:05 -07:00 |
|
Ryan Cavanaugh
|
ded70421be
|
Turn off strict null checks
|
2016-05-04 15:08:38 -07:00 |
|
Ryan Cavanaugh
|
69d1929d8a
|
Add tsconfig.json files
|
2016-05-04 14:14:39 -07:00 |
|
cedric lombardot
|
649cae3279
|
[Async] Detect signatures callback (#9116)
Fix signatures of detect callbacks to follow doc https://github.com/caolan/async#detect
|
2016-05-02 00:53:44 +09:00 |
|
cedric lombardot
|
8d4f60d532
|
[Async] Update filter signature (#9123)
Filter signature do not correspond to documentation https://github.com/caolan/async#filter
|
2016-05-02 00:53:22 +09:00 |
|
Ryan Cavanaugh
|
dc851736af
|
Delete unused tscparams
|
2016-04-27 20:42:33 -07:00 |
|
Ryan Cavanaugh
|
e7c111c4b7
|
Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere
# Conflicts:
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# bookshelf/bookshelf.d.ts
# hapi/hapi.d.ts
# helmet/helmet.d.ts
# mongodb/mongodb.d.ts
# nock/nock.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-helmet/react-helmet.d.ts
# restify/restify.d.ts
# sequelize/sequelize.d.ts
|
2016-04-27 20:40:21 -07:00 |
|
vvakame
|
56295f5058
|
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
|
2016-03-17 00:55:26 +09:00 |
|
jonathanfishbein1
|
441e0ac7ce
|
Change return type of compe and seq functions to Function from void
|
2016-03-12 22:43:29 -05:00 |
|
vvakame
|
4de74cb527
|
normalize line ending (CRLF -> LF)
|
2016-02-16 01:20:30 +09:00 |
|
Vincent de Lagabbe
|
a940132c96
|
key should not be an array
|
2015-10-17 11:11:43 +02:00 |
|
Vincent de Lagabbe
|
4442fe3853
|
Fix async.forEachFor signature
"key" should not be an array
|
2015-10-16 13:29:48 +02:00 |
|
Joe Herman
|
4862dcd46d
|
async: Remove error requirement in series, parallel.
|
2015-10-13 12:28:51 -04:00 |
|
Joe Herman
|
48b2588355
|
async: Corrected filter and reject definitions.
|
2015-10-13 12:01:32 -04:00 |
|
Fredrik Høisæther Rasch
|
91989d35b8
|
Merge remote-tracking branch 'upstream/master' into master
|
2015-10-08 09:56:22 +02:00 |
|
vvakame
|
2ee4111bae
|
fix async/asyncamd-tests.ts
|
2015-08-29 00:44:26 +09:00 |
|
Joe Herman
|
375b76186f
|
async: Corrected and updated to 1.4.2
|
2015-08-23 22:02:44 -04:00 |
|
Arseniy Maximov
|
2d0a04f068
|
Add forEachOf, forEachOfSeries, forEachOfLimit definitions
|
2015-06-16 20:28:16 +03:00 |
|
Christopher Brown
|
5ebf25ddbf
|
Fix async.waterfall signature (callback has variadic argument structure)
|
2015-06-10 13:12:36 -05:00 |
|
Jacob Danton
|
0524bff51f
|
Delete tsconfig.json
Accidentally committed
|
2015-04-19 09:45:06 -07:00 |
|
Jacob Danton
|
1f3834cb93
|
Updating async times and timesSeries definitions
|
2015-04-19 09:42:48 -07:00 |
|
vvakame
|
95d860879f
|
remove unused .tscparams
|
2015-03-15 23:36:05 +09:00 |
|
Vadim Ogievetsky
|
3552529f78
|
updated PR following review from @lukehoban and @chbrown
|
2015-02-03 21:16:00 -08:00 |
|
Vadim Ogievetsky
|
c3a688719e
|
fixed typing for async.parallel and co
|
2015-01-28 11:15:55 -08:00 |
|
Christopher Brown
|
cc534e6119
|
Fix async.d.ts each* signatures
Add generic ErrorCallback type
Rename AsyncIterator -> AsyncResultIterator
Add AsyncIterator as resultless iterator type
Rename AsyncMultipleResultsCallback -> AsyncResultsCallback
Rename AsyncSingleResultCallback -> AsyncResultCallback
|
2014-11-10 22:00:13 -06:00 |
|
Thomas Holmes
|
1f730d3262
|
Added interface for priorityQueue.
|
2014-10-07 22:53:51 +01:00 |
|
Mohamed Hegazy
|
2aaa293cb1
|
Remove quotes from response files
|
2014-09-02 14:53:39 -07:00 |
|
Joe Herman
|
4b232a1214
|
async: Corrected APIs from forEach* to each*
|
2014-08-06 12:47:48 -04:00 |
|
Jozef Izso
|
750cb6d14e
|
Updated async.queue definitions to v0.9.0
|
2014-07-07 23:39:32 +02:00 |
|
vvakame
|
e9be9177f6
|
remove not required .tscparams
|
2014-06-12 18:36:47 +09:00 |
|
Jozef Izso
|
f850214749
|
Added queue.push() method overload that accepts array of strongly typed objects.
|
2014-06-07 11:57:20 +02:00 |
|
Rogier Schouten
|
6cfdabc5b2
|
Bugfix in async.d.ts: error parameter in callbacks is listed as string but Error objects are put in.
|
2014-06-06 15:05:04 +02:00 |
|
Rogier Schouten
|
c054ffe0c5
|
Ensure async.d.ts compiles with --noImplicitAny
|
2014-06-02 10:01:24 +02:00 |
|
Boris Yankov
|
4085f85dc4
|
Merge pull request #1832 from sledorze/master
Take account of polymorphism into Async signatures - was really missing..
|
2014-03-24 01:35:43 +02:00 |
|