swc-plugin-coverage-instrument
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "swc-plugin-coverage-instrument", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "SWC coverage instrumentation plugin", | ||
@@ -31,3 +31,3 @@ "main": "./target/wasm32-wasi/release/swc_plugin_coverage.wasm", | ||
"scripts": { | ||
"prepublishOnly": "npm-run-all test && npm run build:plugin -- --release", | ||
"prepublishOnly": "npm run build:plugin -- --release", | ||
"build:all": "npm-run-all build:customtransform build:instrument build:plugin", | ||
@@ -62,3 +62,3 @@ "build:customtransform": "napi build --platform --cargo-cwd ./spec/swc-coverage-custom-transform", | ||
"@swc-node/register": "^1.6.5", | ||
"@swc/core": "^1.4.0", | ||
"@swc/core": "^1.7.26", | ||
"@taplo/cli": "^0.7.0", | ||
@@ -65,0 +65,0 @@ "@types/chai": "^4.3.3", |
@@ -40,3 +40,3 @@ # SWC-coverage-instrument | ||
`InstrumentationOptions` is a subset of istanbul's instrumentation options. Refer [istanbul's option](https://github.com/istanbuljs/istanbuljs/blob/master/packages/istanbul-lib-instrument/src/instrumenter.js#L16-L27=) for the same configuration flags. | ||
`InstrumentationOptions` is a subset of istanbul's instrumentation options. Refer [istanbul's option](https://github.com/istanbuljs/istanbuljs/blob/master/packages/istanbul-lib-instrument/src/instrumenter.js#L16-L27=) for the same configuration flags. However there are few exceptions or differences, referencing [InstrumentOptions](https://github.com/kwonoj/swc-plugin-coverage-instrument/blob/4689fc9d281e11c875edd2376e8d92819472b9fe/packages/swc-coverage-instrument/src/options/instrument_options.rs#L22-L33) will list all possible options. | ||
@@ -58,2 +58,3 @@ ``` | ||
}, | ||
unstableExclude?: Array<String> | ||
} | ||
@@ -60,0 +61,0 @@ ``` |
Sorry, the diff of this file is not supported yet
85
4817566