@sucrase/jest-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -19,3 +19,3 @@ "use strict"; | ||
if (transforms !== null) { | ||
return sucrase_1.transform(src, { transforms }); | ||
return sucrase_1.transform(src, { transforms, filePath: filename }); | ||
} | ||
@@ -22,0 +22,0 @@ else { |
{ | ||
"name": "@sucrase/jest-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Jest plugin for Sucrase", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -17,3 +17,3 @@ import {Transform, transform} from "sucrase"; | ||
if (transforms !== null) { | ||
return transform(src, {transforms}); | ||
return transform(src, {transforms, filePath: filename}); | ||
} else { | ||
@@ -20,0 +20,0 @@ return src; |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
5697
7
0
29