• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ReactiveX / rxjs / 3877
97%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2016 08:30AM UTC
Jobs 2
Files 340
Run time 715457min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3877

Pull #2164

travis-ci

web-flow
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).
Pull Request #2164: fix(typings): Use overloading instead of union type for typings filter, find, first, last.

6460 of 6613 relevant lines covered (97.69%)

1231.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3877.1 30 Nov 2016 08:30AM UTC 0
97.6
Travis Job 3877.1
2 3877.2 30 Nov 2016 08:30AM UTC 0
97.69
Travis Job 3877.2
Source Files on build 3877
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3877
  • Pull Request #2164
  • PR Base - master (#3875)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc