Arsalan Ahmad
86f8676e7d
Async: adds errorFilter to async retry ( #35231 )
2019-05-08 11:12:51 -07:00
Nathan Shively-Sanders
f0ce987bc1
Update project urls to match NPM url
...
Note that this *trivially* updates project urls by adding the NPM url to
the end, even when the urls are almost identical or the DT one is
outdated. I'll clean up the urls in a later commit.
This PR is unfinished! Please do not merge it yet.
2019-02-11 17:10:55 -08:00
Dmitri1337
e5fa3ccfe5
Fixed "only-arrow-functions" lint rule
2019-01-17 15:06:17 +02:00
Dmitri1337
41337e5748
Fixed "comment-format" lint rule
2019-01-17 10:57:50 +02:00
Dmitri1337
912d3ff409
Fixed "unified-signatures" lint rule
2019-01-17 10:56:15 +02:00
Dmitri1337
ad2722e2a7
Fixed "object-literal-shorthand" lint rule
2019-01-16 19:35:08 +02:00
Dmitri1337
022c73d972
Fixed "object-literal-key-quotes" lint rule
2019-01-16 19:30:04 +02:00
Dmitri1337
75c54e1e18
Fixed "no-void-expression" lint rule
2019-01-16 19:26:51 +02:00
Dmitri1337
ae3fbb870e
Fixed "no-var-keyword" lint rule
2019-01-16 19:23:45 +02:00
Dmitri1337
58192b28b8
Fixed "no-consecutive-blank-lines" lint rule
2019-01-16 19:21:25 +02:00
Dmitri1337
390d7b39f9
Fixed "max-line-length" lint rule
2019-01-16 19:19:12 +02:00
Dmitri1337
539c368b48
Fixed "dt-header" lint rule
2019-01-16 19:14:31 +02:00
Dmitri1337
055945ed04
Fixed "one-variable-per-declaration" lint rule
2019-01-16 19:13:17 +02:00
Dmitri1337
7fc4b845bd
Fixed "prefer-method-signature" lint rule
2019-01-16 19:12:18 +02:00
Dmitri1337
5146b08c03
Fixed "prefer-for-of" lint rule
2019-01-16 19:11:05 +02:00
Dmitri1337
e3dd4b2ca4
Fixed "prefer-const" lint rule
2019-01-16 19:08:08 +02:00
Dmitri1337
5a6bb529e4
Fixed "prefer-template" lint rule
2019-01-16 18:53:31 +02:00
Dmitri1337
edf4a6cf40
Fixed "space-before-function-paren" lint rule
2019-01-16 18:48:31 +02:00
Dmitri1337
ced24f9e19
Fixed "space-within-parens" lint rule
2019-01-16 18:42:55 +02:00
Dmitri1337
4af081994e
Fixed "typedef-whitesapce" lint rule
2019-01-16 18:40:10 +02:00
Dmitri1337
5b73d190ef
Fixed "semicolon" lint rule
2019-01-16 18:32:50 +02:00
Dmitri1337
9bfa52c409
Fixed "trim-file" lint rule
2019-01-16 18:28:06 +02:00
Dmitri Trofimov
8d29540c53
Fixed "no-padding" lint rule
2019-01-16 18:22:55 +02:00
Dmitri Trofimov
f045b26eff
Fixed "array-type" lint rule
2019-01-16 17:15:44 +02:00
Dmitri Trofimov
eeb4b9969a
Fixed "whitespace" lint rule
2019-01-16 16:13:17 +02:00
Dmitri Trofimov
7296428001
Removed all the passing configs from tslint.json
2019-01-16 16:03:37 +02:00
Dmitri Trofimov
06e236629e
Fixed "whitespace" lint rule
2019-01-16 11:57:03 +02:00
Dmitri Trofimov
d004f11f63
Fixed "arrow-return-shorthand" lint rule
2019-01-16 11:51:01 +02:00
Dmitri Trofimov
395cfa4317
Checked enabled lint rules that pass and marked rules that don't pass
2019-01-16 11:50:16 +02:00
Dmitri Trofimov
602f9483ef
Increased Async version number.
2019-01-04 17:15:31 +02:00
Dmitri Trofimov
76de3577c7
Added myself to the list of contributors
2019-01-04 16:40:46 +02:00
Dmitri Trofimov
83f669d928
fixed test error message
2019-01-04 16:31:11 +02:00
Dmitri Trofimov
4c3dae63c3
Test attempt #3
2019-01-04 16:23:40 +02:00
Dmitri Trofimov
823fc6008f
Test attempt #2
2019-01-04 12:23:59 +02:00
Dmitri Trofimov
4b9fdb35a1
Test attempt #1
2019-01-04 11:01:40 +02:00
Dmitri Trofimov
8c9df83968
added 'remove' method to async/AsyncQueue<T>
2019-01-04 09:23:57 +02:00
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