|
Ran
|
Jobs
2
|
Files
340
|
Run time
715457min
|
Badge
README BADGES
|
travis-ci
fix(typings): Use overloading instead of union type for typings filter, find, first, last. Abstract ------------ - This fixes https://github.com/ReactiveX/rxjs/issues/2163 by reverts commit 922d04e50. - So this reverts https://github.com/ReactiveX/rxjs/pull/2119 sadly. Drawback --------- - We would need specify type parameters to their method explicitly if we'd like to narrow the type via `predicate` as type guarde function. - However, I don't think this is a serious problem because we can avoid this drawback with specifying actual types only. - And this changes makes our typings more similar to [TypeScript's Array methods](https://github.com/Microsoft/TypeScript/blob/master/lib/lib.es5.d.ts#L1086-L1097).
6460 of 6613 relevant lines covered (97.69%)
1231.46 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 3877.1 | 0 |
97.6 |
Travis Job 3877.1 | |
| 2 | 3877.2 | 0 |
97.69 |
Travis Job 3877.2 |