Comparing version 0.2.21 to 0.2.22
@@ -61,6 +61,7 @@ "use strict"; | ||
var core_1 = require("@swc/core"); | ||
var package_json_1 = require("./package.json"); | ||
function createTransformer(swcTransformOpts) { | ||
var _a, _b; | ||
var computedSwcOptions = buildSwcTransformOpts(swcTransformOpts); | ||
var cacheKeyFunction = (0, create_cache_key_function_1.default)([], [JSON.stringify(computedSwcOptions)]); | ||
var cacheKeyFunction = (0, create_cache_key_function_1.default)([], [core_1.version, package_json_1.version, JSON.stringify(computedSwcOptions)]); | ||
var _c = (_b = (_a = swcTransformOpts === null || swcTransformOpts === void 0 ? void 0 : swcTransformOpts.experimental) === null || _a === void 0 ? void 0 : _a.customCoverageInstrumentation) !== null && _b !== void 0 ? _b : {}, canInstrument = _c.enabled, instrumentOptions = __rest(_c, ["enabled"]); | ||
@@ -67,0 +68,0 @@ return { |
{ | ||
"name": "@swc/jest", | ||
"version": "0.2.21", | ||
"version": "0.2.22", | ||
"description": "swc integration for jest", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11927
161