0.9.1 • Published 4 years ago

babel7-istanbul v0.9.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
4 years ago

babel7-istanbul - babel + istanbul

Features

  • This package handles coverage for babel generated code by reconciling babel's output and its source map.
  • babel7-istanbul is drop-in replacement for istanbul, as it is a fork of istanbul with babel compilation inserted into the instrumentation layer.

Getting started

$ npm install babel7-istanbul
  • babel7-istanbul is run exactly like istanbul. For specifics on running istanbul, see istanbul's README.

  • This package is upgraded to have babel 7 support

New version available

This package was created a long time ago before istanbul had direct transpiler support. I suggest looking at https://istanbul.js.org/ for an updated and maintained solution for code coverage.