@teamscale/javascript-instrumenter 0.1.0-beta.2 → 0.1.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -7
- package/dist/package.json +25 -25
- package/package.json +26 -26
package/README.md
CHANGED
|
@@ -27,10 +27,10 @@ pnpm build
|
|
|
27
27
|
|
|
28
28
|
## Workflow Integration
|
|
29
29
|
|
|
30
|
-
There are several options to run the Instrumenter. For example, via `
|
|
30
|
+
There are several options to run the Instrumenter. For example, via `pnpm` by running
|
|
31
31
|
|
|
32
32
|
```
|
|
33
|
-
|
|
33
|
+
pnpm instrumenter
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
or via `npx` by running
|
|
@@ -39,8 +39,3 @@ or via `npx` by running
|
|
|
39
39
|
npx @teamscale/javascript-instrumenter
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
## Limitations
|
|
43
|
-
|
|
44
|
-
This tool inherits most of the limitations of IstanbulJs, including
|
|
45
|
-
a considerable performance impact.
|
|
46
|
-
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamscale/javascript-instrumenter",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.3",
|
|
4
4
|
"description": "JavaScript coverage instrumenter with coverage forwarding to a collector process",
|
|
5
5
|
"main": "dist/src/main.js",
|
|
6
6
|
"bin": "dist/src/main.js",
|
|
@@ -23,40 +23,40 @@
|
|
|
23
23
|
"dist/**/*"
|
|
24
24
|
],
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@babel/core": "^7.23.
|
|
27
|
-
"@babel/plugin-transform-modules-commonjs": "^7.23.
|
|
28
|
-
"@babel/preset-env": "^7.23.
|
|
29
|
-
"@types/argparse": "^2.0.
|
|
30
|
-
"@types/async": "^3.2.
|
|
31
|
-
"@types/babel__generator": "^7.6.
|
|
32
|
-
"@types/babel__traverse": "^7.20.
|
|
33
|
-
"@types/bunyan": "^1.8.
|
|
34
|
-
"@types/convert-source-map": "^2.0.
|
|
26
|
+
"@babel/core": "^7.23.7",
|
|
27
|
+
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
28
|
+
"@babel/preset-env": "^7.23.8",
|
|
29
|
+
"@types/argparse": "^2.0.14",
|
|
30
|
+
"@types/async": "^3.2.24",
|
|
31
|
+
"@types/babel__generator": "^7.6.8",
|
|
32
|
+
"@types/babel__traverse": "^7.20.5",
|
|
33
|
+
"@types/bunyan": "^1.8.11",
|
|
34
|
+
"@types/convert-source-map": "^2.0.3",
|
|
35
35
|
"@types/glob": "^8.1.0",
|
|
36
|
-
"@types/istanbul-lib-instrument": "^1.7.
|
|
37
|
-
"@types/jest": "^29.5.
|
|
38
|
-
"@types/node": "^20.
|
|
39
|
-
"@types/ws": "^8.5.
|
|
36
|
+
"@types/istanbul-lib-instrument": "^1.7.7",
|
|
37
|
+
"@types/jest": "^29.5.11",
|
|
38
|
+
"@types/node": "^20.11.0",
|
|
39
|
+
"@types/ws": "^8.5.10",
|
|
40
40
|
"babel-jest": "^29.7.0",
|
|
41
|
-
"esbuild": "^0.19.
|
|
41
|
+
"esbuild": "^0.19.11",
|
|
42
42
|
"esbuild-plugin-inline-worker": "^0.1.1",
|
|
43
43
|
"jest": "^29.7.0",
|
|
44
44
|
"rimraf": "^5.0.5",
|
|
45
45
|
"ts-jest": "^29.1.1",
|
|
46
|
-
"ts-node": "^10.9.
|
|
46
|
+
"ts-node": "^10.9.2",
|
|
47
47
|
"tslib": "^2.6.2",
|
|
48
|
-
"typescript": "^5.
|
|
48
|
+
"typescript": "^5.3.3"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@cqse/commons": "0.0
|
|
51
|
+
"@cqse/commons": "0.1.0-beta.2",
|
|
52
52
|
"@teamscale/lib-instrument": "workspace:../lib-instrument",
|
|
53
|
-
"@babel/generator": "^7.23.
|
|
54
|
-
"@babel/parser": "^7.23.
|
|
55
|
-
"@babel/traverse": "^7.23.
|
|
56
|
-
"@babel/types": "^7.23.
|
|
57
|
-
"@types/micromatch": "^4.0.
|
|
53
|
+
"@babel/generator": "^7.23.6",
|
|
54
|
+
"@babel/parser": "^7.23.6",
|
|
55
|
+
"@babel/traverse": "^7.23.7",
|
|
56
|
+
"@babel/types": "^7.23.6",
|
|
57
|
+
"@types/micromatch": "^4.0.6",
|
|
58
58
|
"argparse": "^2.0.1",
|
|
59
|
-
"async": "^3.2.
|
|
59
|
+
"async": "^3.2.5",
|
|
60
60
|
"bunyan": "^1.8.15",
|
|
61
61
|
"convert-source-map": "^2.0.0",
|
|
62
62
|
"foreground-child": "^3.1.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"source-map": "0.7.4",
|
|
67
67
|
"typescript-optional": "^2.0.1",
|
|
68
68
|
"unload": "^2.4.1",
|
|
69
|
-
"web-worker": "^1.
|
|
69
|
+
"web-worker": "^1.3.0"
|
|
70
70
|
},
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamscale/javascript-instrumenter",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.3",
|
|
4
4
|
"description": "JavaScript coverage instrumenter with coverage forwarding to a collector process",
|
|
5
5
|
"main": "dist/src/main.js",
|
|
6
6
|
"bin": "dist/src/main.js",
|
|
@@ -15,39 +15,39 @@
|
|
|
15
15
|
"dist/**/*"
|
|
16
16
|
],
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@babel/core": "^7.23.
|
|
19
|
-
"@babel/plugin-transform-modules-commonjs": "^7.23.
|
|
20
|
-
"@babel/preset-env": "^7.23.
|
|
21
|
-
"@types/argparse": "^2.0.
|
|
22
|
-
"@types/async": "^3.2.
|
|
23
|
-
"@types/babel__generator": "^7.6.
|
|
24
|
-
"@types/babel__traverse": "^7.20.
|
|
25
|
-
"@types/bunyan": "^1.8.
|
|
26
|
-
"@types/convert-source-map": "^2.0.
|
|
18
|
+
"@babel/core": "^7.23.7",
|
|
19
|
+
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
20
|
+
"@babel/preset-env": "^7.23.8",
|
|
21
|
+
"@types/argparse": "^2.0.14",
|
|
22
|
+
"@types/async": "^3.2.24",
|
|
23
|
+
"@types/babel__generator": "^7.6.8",
|
|
24
|
+
"@types/babel__traverse": "^7.20.5",
|
|
25
|
+
"@types/bunyan": "^1.8.11",
|
|
26
|
+
"@types/convert-source-map": "^2.0.3",
|
|
27
27
|
"@types/glob": "^8.1.0",
|
|
28
|
-
"@types/istanbul-lib-instrument": "^1.7.
|
|
29
|
-
"@types/jest": "^29.5.
|
|
30
|
-
"@types/node": "^20.
|
|
31
|
-
"@types/ws": "^8.5.
|
|
28
|
+
"@types/istanbul-lib-instrument": "^1.7.7",
|
|
29
|
+
"@types/jest": "^29.5.11",
|
|
30
|
+
"@types/node": "^20.11.0",
|
|
31
|
+
"@types/ws": "^8.5.10",
|
|
32
32
|
"babel-jest": "^29.7.0",
|
|
33
|
-
"esbuild": "^0.19.
|
|
33
|
+
"esbuild": "^0.19.11",
|
|
34
34
|
"esbuild-plugin-inline-worker": "^0.1.1",
|
|
35
35
|
"jest": "^29.7.0",
|
|
36
36
|
"rimraf": "^5.0.5",
|
|
37
37
|
"ts-jest": "^29.1.1",
|
|
38
|
-
"ts-node": "^10.9.
|
|
38
|
+
"ts-node": "^10.9.2",
|
|
39
39
|
"tslib": "^2.6.2",
|
|
40
|
-
"typescript": "^5.
|
|
40
|
+
"typescript": "^5.3.3"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@cqse/commons": "0.0
|
|
44
|
-
"@babel/generator": "^7.23.
|
|
45
|
-
"@babel/parser": "^7.23.
|
|
46
|
-
"@babel/traverse": "^7.23.
|
|
47
|
-
"@babel/types": "^7.23.
|
|
48
|
-
"@types/micromatch": "^4.0.
|
|
43
|
+
"@cqse/commons": "0.1.0-beta.2",
|
|
44
|
+
"@babel/generator": "^7.23.6",
|
|
45
|
+
"@babel/parser": "^7.23.6",
|
|
46
|
+
"@babel/traverse": "^7.23.7",
|
|
47
|
+
"@babel/types": "^7.23.6",
|
|
48
|
+
"@types/micromatch": "^4.0.6",
|
|
49
49
|
"argparse": "^2.0.1",
|
|
50
|
-
"async": "^3.2.
|
|
50
|
+
"async": "^3.2.5",
|
|
51
51
|
"bunyan": "^1.8.15",
|
|
52
52
|
"convert-source-map": "^2.0.0",
|
|
53
53
|
"foreground-child": "^3.1.1",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"source-map": "0.7.4",
|
|
58
58
|
"typescript-optional": "^2.0.1",
|
|
59
59
|
"unload": "^2.4.1",
|
|
60
|
-
"web-worker": "^1.
|
|
61
|
-
"@teamscale/lib-instrument": "0.1.0-beta.
|
|
60
|
+
"web-worker": "^1.3.0",
|
|
61
|
+
"@teamscale/lib-instrument": "0.1.0-beta.3"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|