swc-plugin-istanbul 0.0.1-beta.0

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 ADDED
@@ -0,0 +1,6 @@
1
+ 版本定义
2
+
3
+ - next.js 14.2.4
4
+ - swc/core 1.4.0
5
+ - swc-plugin-coverage-instrument 0.0.24
6
+ - swc-plugin-istanbul 0.0.24-beta.0
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "swc-plugin-istanbul",
3
+ "version": "0.0.1-beta.0",
4
+ "description": "A SWC plugin cooperates with istanbul to report the coverage",
5
+ "main": "swc_plugin_istanbul.wasm",
6
+ "files": [
7
+ "swc_plugin_istanbul.wasm"
8
+ ],
9
+ "devDependencies": {
10
+ "@swc/cli": "*",
11
+ "@swc/core": "1.4.0",
12
+ "swc-plugin-coverage-instrument": "0.0.24"
13
+ },
14
+ "scripts": {
15
+ "test": "npm run prepack && swc features -d dist"
16
+ }
17
+ }
Binary file