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

jeffijoe / awilix / 22628570069

03 Mar 2026 02:53PM UTC coverage: 99.823% (-0.2%) from 100.0%
22628570069

Pull #419

github

web-flow
Merge 78c788389 into 3ea1051b0
Pull Request #419: fix(esm): provide separate CJS and ESM versions of load-module-native

390 of 390 branches covered (100.0%)

2 of 3 new or added lines in 2 files covered. (66.67%)

564 of 565 relevant lines covered (99.82%)

320.36 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/src/load-module-native.js
1
// This is kept in a separate .js file to prevent TypeScript re-writing the import() statement to a require() statement
2
// This is the CJS version; the .mjs version is used by the ESM build.
3
module.exports.importModule = function importModule(path) {
18✔
NEW
4
  return import(path)
×
5
}
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