1 | ## babel-istanbul - [babel](https://github.com/babel/babel) + [istanbul](https://github.com/gotwarlost/istanbul)
|
2 |
|
3 | * [Features](#features)
|
4 | * [Getting started](#getting-started)
|
5 |
|
6 | ### Features
|
7 |
|
8 | * This package handles coverage for babel generated code by reconciling babel's output and its source map.
|
9 | * babel-istanbul is drop-in replacement for [istanbul](https://github.com/gotwarlost/istanbul), as it is a fork of istanbul with babel compilation inserted into the instrumentation layer.
|
10 |
|
11 | ### Getting started
|
12 |
|
13 | $ npm install babel-istanbul
|
14 |
|
15 | * babel-istanbul is run exactly like istanbul. For specifics on running istanbul, see [istanbul's README](https://github.com/gotwarlost/istanbul/blob/master/README.md).
|