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

benmosher / eslint-plugin-import / #28379274
94%

Build:
DEFAULT BRANCH: master
Ran 18 May 2021 08:38PM UTC
Jobs 1
Files 115
Run time 15min
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
#28379274

push

ljharb
[Fix] `no-cycle`: fix false negative when file imports a type after importing a value in Flow

This fixes this situation:

`a.js`:
```js
import { foo } from './b'
```

`b.js`:
```js
// @flow
import { bar, type Baz } from './a'
```

Previously, `no-cycle` would have not reported a dependency cycle for the import in `a.js`, even
though `b.js` is importing `bar`, which is not a type import, from `a.js`. This commit fixes that.

1552 of 1740 branches covered (89.2%)

2029 of 2489 relevant lines covered (81.52%)

155.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #28379274.1 18 May 2021 08:38PM UTC 0
81.52
Source Files on build #28379274
Detailed source file information is not available for this build.
  • Back to Repo
  • 72b9c3da on github
  • Prev Build on master (#39218267)
  • Next Build on master
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