UNPKG
v8-to-istanbul
Version:
latest (9.3.0)
next (8.2.0-candidate.1)
9.3.0
9.2.0
9.1.3
9.1.2
9.1.1
9.1.0
9.0.1
9.0.0
9.0.0-candidate.0
8.2.0-candidate.1
8.1.1
8.1.0
8.0.0
7.1.2
7.1.1
7.1.0
7.0.0
7.0.0-candidate.2
7.0.0-candidate.1
7.0.0-candidate.0
6.0.1
6.0.0
5.0.1
5.0.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.0
1.0.0
convert from v8 coverage format to istanbul's format
github.com/bcoe/v8-to-istanbul
v8-to-istanbul
/
index.js
6 lines
(4 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
const
V8ToIstanbul =
require
(
'./lib/v8-to-istanbul'
)
module
.
exports
=
function
(
path, wrapperLength
) {
return
new
V8ToIstanbul
(path, wrapperLength) }