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

jonschlinkert / remarkable / 762 / 3
99%
dev: 99%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: dev
Ran 28 Jul 2019 07:22PM UTC
Files 67
Run time 2s
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

28 Jul 2019 07:14PM UTC coverage: 98.535%. First build
762.3

push

travis-ci

TrySound
Use named exports for public api

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)

1306 of 1409 branches covered (92.69%)

2219 of 2252 relevant lines covered (98.53%)

236.64 hits per line

Source Files on job 762.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 672
  • Travis Job 762.3
  • dc3bda90 on github
  • Next Job for on named-exports (#792.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