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

jonschlinkert / remarkable / 799 / 1
99%
dev: 99%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: dev
Ran 07 Aug 2019 07:22AM UTC
Files 68
Run time 9min
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

07 Aug 2019 07:21AM UTC coverage: 98.545% (-0.001%) from 98.546%
799.1

push

travis-ci

web-flow
Use named exports for public api (#354)

Default exports are always a headache for public api. They are hard to
use when same module is used for both node and webpack via commonjs.
We have this problem

https://github.com/webpack/webpack/issues/6584

Mixing named and default exports works even buggier.

https://github.com/webpack/webpack/issues/7973

The best solution is using only named exports. They fits perfectly with
interops and may work without interop for commonjs.

(module.exports = was a mistake, export default IMO too)

1309 of 1413 branches covered (92.64%)

2235 of 2268 relevant lines covered (98.54%)

235.05 hits per line

Source Files on job 799.1
  • Tree
  • List 0
  • Changed 7
  • Source Changed 7
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 707
  • Travis Job 799.1
  • dff9165e on github
  • Prev Job for on master (#796.1)
  • Next Job for on master (#800.1)
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