Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 33df6b7

Browse files
The unscoped npm package is now just a wrapper around the @jsdevtools scoped npm package
1 parent 31e5142 commit 33df6b7

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

‎dist/index.d.ts‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import istanbulLoader from "@jsdevtools/coverage-istanbul-loader";
2+
export * from "@jsdevtools/coverage-istanbul-loader";
3+
export default istanbulLoader;

‎dist/index.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"use strict";
2+
module.exports = require("@jsdevtools/coverage-istanbul-loader");

‎dist/package.json‎

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "coverage-istanbul-loader",
3+
"version": "X.X.X",
4+
"description": "A Webpack loader that uses Istanbul to add code coverage instrumentation",
5+
"keywords": [
6+
"webpack-loader",
7+
"webpack",
8+
"loader",
9+
"istanbul",
10+
"coverage",
11+
"code coverage",
12+
"instrumentation",
13+
"instrumenter",
14+
"sourcemap",
15+
"source-map",
16+
"sourcemaps",
17+
"source-maps"
18+
],
19+
"author": {
20+
"name": "James Messinger",
21+
"url": "https://jamesmessinger.com"
22+
},
23+
"license": "MIT",
24+
"homepage": "https://jstools.dev/coverage-istanbul-loader",
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/JS-DevTools/coverage-istanbul-loader.git"
28+
},
29+
"main": "index.js",
30+
"types": "index.d.ts",
31+
"files": [
32+
"index.js",
33+
"index.d.ts"
34+
],
35+
"engines": {
36+
"node": ">=10"
37+
},
38+
"dependencies": {
39+
"@jsdevtools/coverage-istanbul-loader": "X.X.X"
40+
}
41+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /