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

ReactiveX / rxjs / 4366
97%

Build:
DEFAULT BRANCH: master
Ran 17 Mar 2017 02:49PM UTC
Jobs 1
Files 341
Run time 17s
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
4366

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 its declaration has
finished is a ReferenceError. Unlike var, it is not implicitly undefined
in the entire function scope. 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.

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

6552 of 6707 relevant lines covered (97.69%)

670.7 hits per line

Jobs
ID Job ID Ran Files Coverage
2 4366.2 (NODE_VER=6 FULL_VALIDATE=true alias grunt=./node_modules/grunt-cli/bin/grunt danger=./node_modules/danger/distribution/danger) 17 Mar 2017 02:49PM UTC 0
97.69
Travis Job 4366.2
Source Files on build 4366
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4366
  • 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