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

mpyw / FILTER_VALIDATE_EMAIL.js / 29547277373
100%

Build:
DEFAULT BRANCH: master
Ran 17 Jul 2026 01:23AM UTC
Jobs 3
Files 1
Run time 1min
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

17 Jul 2026 01:22AM UTC coverage: 100.0%. Remained the same
29547277373

push

github

web-flow
refactor: drop the IIFE bundle, ship ESM only (#19)

Browsers load the package as an ES module straight from a CDN (esm.sh /
jsDelivr `+esm` / unpkg `?module`), so the separate minified IIFE global was
redundant. Removing it:

- tsup: single ESM (+dts) build; clean handled by tsup itself (drop the
  `prebuild` script and its dual-build clean race).
- package.json: drop `unpkg`/`jsdelivr` fields (they pointed at the IIFE).
- README: CDN section now uses `<script type="module">` with esm.sh, which also
  exposes the default export as a directly-callable `validateEmail(...)` instead
  of the old `FilterValidateEmail.default(...)` global.

No dependency changes; package-lock.json is untouched.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

8 of 8 branches covered (100.0%)

Branch coverage included in aggregate %.

8 of 8 relevant lines covered (100.0%)

237.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 node:22 - 29547277373.1 17 Jul 2026 01:23AM UTC 1
100.0
GitHub Action Run
2 node:24 - 29547277373.2 17 Jul 2026 01:23AM UTC 1
100.0
GitHub Action Run
3 node:26 - 29547277373.3 17 Jul 2026 01:23AM UTC 1
100.0
GitHub Action Run
Source Files on build 29547277373
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29547277373
  • d4859b93 on github
  • Prev Build on v2.0.0 (#29546794555)
  • Next Build on master (#29547431917)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc