JSPM

  • Created
  • Published
  • Downloads 1137475
  • Score
    100M100P100Q69326F
  • License BSD-3-Clause

High level API for istanbul features

Package Exports

  • istanbul-api

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (istanbul-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

istanbul-api

Greenkeeper badge Build Status

Deprecated high-level API for istanbul.

Remaining users of this module should migrate:

  • istanbul-lib-instrument or babel-plugin-istanbul - modify sources to include coverage counters
  • istanbul-lib-coverage - merge coverage results from multiple tests into a single dataset for reporting
  • istanbul-lib-source-maps - process source-maps before generating reports
  • istanbul-lib-report - the reporting system
  • istanbul-reports - the actual reports (text-summary report, html report, etc)