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

ReactiveX / rxjs / 4365
97%

Build:
DEFAULT BRANCH: master
Ran 17 Mar 2017 10:59AM UTC
Jobs 1
Files 341
Run time 23s
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
4365

Pull #2474

travis-ci

web-flow
fix(forEach): fix a temporal dead zone issue in forEach.

According to the ES6 spec and the implementation in V8, accessing a lexically scoped construct like const or let before it is assigned is a ReferenceError. Unlike var, it is not implicitly undefined. Because the closure handed to subscribe is immediately invoked and accesses `subscription` before it is assigned, this causes a ReferenceError in compliant engines.

The error is only triggered when running in plain ES6, i.e. without transpilation.
Pull Request #2474: fix(forEach): fix a temporal dead zone issue in forEach.

2 of 2 new or added lines in 1 file covered. (100.0%)

6553 of 6708 relevant lines covered (97.69%)

670.6 hits per line

Jobs
ID Job ID Ran Files Coverage
2 4365.2 (NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt danger=./node_modules/danger/distribution/danger) 17 Mar 2017 10:59AM UTC 0
97.69
Travis Job 4365.2
Source Files on build 4365
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4365
  • Pull Request #2474
  • PR Base - master (#4362)
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