Ran
|
Jobs
8
|
Files
90
|
Run time
4min
|
Badge
Embed ▾
README BADGES
|
travis-ci
[[FIX]] Improve parsing of `yield` Re-implement the improvements reverted by the previous commit. Use distinct logic to differentiate this new implementation, including the following substantive improvements: - Correct the reported location of warning W093 ("Did you mean to return a conditional instead of an assignment?") - Permit the use of `yield` as an identifier outside of strict mode and generator function bodies - Remove inaccurate restriction on `yield` within Mozilla generator functions - Forward the context when parsing computed property names This patch introduces a new expected failure for the Test262 test suite. That case has been corrected in JSHint's `master` branch [1] and will be resolved when this branch is merged. [1] 38285cd78
45 of 45 new or added lines in 1 file covered. (100.0%)
27054 of 27072 relevant lines covered (99.93%)
30675.44 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
3 |
99.9 |
-0.1% | src/jshint.js |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 3015.1 (CMD=test-node) | 15 |
99.91 |
Travis Job 3015.1 | |
2 | 3015.2 (CMD=test-node) | 15 |
99.93 |
Travis Job 3015.2 | |
3 | 3015.3 (CMD=test-node) | 15 |
99.93 |
Travis Job 3015.3 | |
4 | 3015.4 (CMD=test-node) | 15 |
99.93 |
Travis Job 3015.4 | |
5 | 3015.5 (CMD=test-node) | 15 |
99.93 |
Travis Job 3015.5 | |
6 | 3015.6 (CMD=test-node) | 15 |
99.93 |
Travis Job 3015.6 | |
7 | 3015.7 (CMD=test-262) | 15 |
99.93 |
Travis Job 3015.7 | |
8 | 3015.8 (CMD=test-browser) | 15 |
99.93 |
Travis Job 3015.8 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|