Skip to content

Loader hook for ESM instrumentation (experimental!!)

License

Notifications You must be signed in to change notification settings

flovogt/esm-loader-hook

This branch is 1 commit ahead of istanbuljs/esm-loader-hook:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

050ff2d · Jan 22, 2025

History

26 Commits
Jan 22, 2025
May 20, 2020
Jul 15, 2022
Jul 15, 2022
Mar 17, 2020
Mar 17, 2020
Mar 17, 2020
Mar 17, 2020
Dec 27, 2024
Dec 27, 2024
Mar 17, 2020
Jul 15, 2022
Dec 21, 2024
Dec 27, 2024
Dec 27, 2024

Repository files navigation

@istanbuljs/esm-loader-hook

Tests NPM Version NPM Downloads ISC

This loader hook makes it relatively easy to use NYC to check coverage of ESM running in node.js 16.12.0. Note this makes use of experimental node.js features and thus may stop working upon release of new versions of node.js. Until the node.js feature is stabilized breakage should not be unexpected.

For more stable options to test coverage you can:

  • Use c8
  • Pre-instrument your code (run nyc instrument then test the output)

Adding to processes

To install this hook into a process the module must be provided through the --experimental-loader flag.

The following can be used for your npm test script to enable live instrumentation of ES modules being tested with mocha:

cross-env 'NODE_OPTIONS=--experimental-loader @istanbuljs/esm-loader-hook' nyc mocha

Configuration

This module executes babel-plugin-istanbul in a loader hook. No options are provided to the babel plugin and babel configuration files are not honored. Normally configuration will be provided by the currently running instance of nyc. If this module is run outside nyc then it will use @istanbuljs/load-nyc-config to load options, defaults from @istanbuljs/schema will apply to missing options or if no configuration is found.

About

Loader hook for ESM instrumentation (experimental!!)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%