Comparing version 0.2.16 to 0.2.17
@@ -68,4 +68,4 @@ "use strict"; | ||
} | ||
if (!(swcTransformOpts === null || swcTransformOpts === void 0 ? void 0 : swcTransformOpts.sourceMaps)) { | ||
set(swcTransformOpts, 'sourceMaps', 'inline'); | ||
if (!computedSwcOptions.sourceMaps) { | ||
set(computedSwcOptions, 'sourceMaps', 'inline'); | ||
} | ||
@@ -72,0 +72,0 @@ return (0, core_1.transformSync)(src, __assign(__assign({}, computedSwcOptions), { filename: filename })); |
{ | ||
"name": "@swc/jest", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"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
7927