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

jshint / jshint / 2530
100%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2016 09:16PM UTC
Jobs 4
Files 13
Run time 2min
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
2530

push

travis-ci

rwaldron
[[FIX]] Correct interpretation of ASI (#3045)

Previously, the following operators were incorrectly interpreted as
"infix" operators:

- `++`
- `--`
- `yield`

The internal `isInfix` function tended to obscure this error because it
identified "infix" tokens via a boolean logic expression that acted as a
blacklist. This expression was difficult to understand and hostile to
future extensions for new language features (because future tokens could
be mistakenly implemented as "infix" operators).

Update all "infix" operator token definitions to explicitly define the
`infix` property, obviating the need for the internal `isInfix`
function. Ensure that the aforementioned tokens are not interpreted as
"infix" operators, This corrects the behavior of the internal
`isEndOfExpr` function, which is appreciable when linting code that
relies on automatic semicolon insertion.

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

3997 of 4090 relevant lines covered (97.73%)

13392.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2530.1 17 Oct 2016 09:16PM UTC 0
97.7
Travis Job 2530.1
2 2530.2 17 Oct 2016 09:19PM UTC 0
97.65
Travis Job 2530.2
3 2530.3 17 Oct 2016 09:19PM UTC 0
97.65
Travis Job 2530.3
4 2530.4 17 Oct 2016 09:19PM UTC 0
97.65
Travis Job 2530.4
Source Files on build 2530
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2530
  • 9803e11e on github
  • Prev Build on master (#2528)
  • Next Build on master (#2532)
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