@swc-node/core
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -11,2 +11,3 @@ "use strict"; | ||
opts.esModuleInterop = (_a = opts.esModuleInterop) !== null && _a !== void 0 ? _a : true; | ||
const sourceMapDefault = jest ? 'inline' : true; | ||
return { | ||
@@ -39,3 +40,3 @@ filename: path, | ||
}, | ||
sourceMaps: typeof opts.sourcemap === 'undefined' ? true : opts.sourcemap, | ||
sourceMaps: typeof opts.sourcemap === 'undefined' ? sourceMapDefault : opts.sourcemap, | ||
inlineSourcesContent: true, | ||
@@ -42,0 +43,0 @@ swcrc: false, |
{ | ||
"name": "@swc-node/core", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Faster swc nodejs binding", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b70224c67c4e0296f4b000563a8865bd2bb41f7e" | ||
"gitHead": "d5aaf692aa246b13faf37ee4874c968f176c1cea" | ||
} |
Sorry, the diff of this file is not supported yet
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
9536
76