@after-work.js/transform
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@after-work.js/transform", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"publishConfig": { | ||
@@ -30,3 +30,3 @@ "access": "public" | ||
], | ||
"gitHead": "4fafb3335620ab81a7c8d0e42c88d1408691aeec" | ||
"gitHead": "c1b3746e41a00cc045cf9e0cdf31e38bd5fba147" | ||
} |
@@ -71,2 +71,5 @@ /* eslint global-require: 0, import/no-dynamic-require: 0, object-curly-newline: 0, class-methods-use-this: 0, max-len: 0 */ | ||
const transform = babel.transform(content, babelOpts); | ||
if (!transform) { | ||
return content; | ||
} | ||
fileCache.setSync(filename, transform, argv); | ||
@@ -73,0 +76,0 @@ return transform.code; |
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
7623
172