Comparing version 0.1.64 to 0.1.65
@@ -90,3 +90,3 @@ "use strict"; | ||
const f = files.flat().filter((filename)=>{ | ||
return only.length === 0 || only.some((only)=>(0, _minimatch.minimatch)((0, _slash.default)(filename), only)); | ||
return !only || only.length === 0 || only.some((only)=>(0, _minimatch.minimatch)((0, _slash.default)(filename), only)); | ||
}); | ||
@@ -93,0 +93,0 @@ return Array.from(new Set(f)); |
{ | ||
"name": "@swc/cli", | ||
"version": "0.1.64", | ||
"version": "0.1.65", | ||
"description": "CLI for the swc project", | ||
@@ -5,0 +5,0 @@ "main": "lib/swc/index.js", |
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
187785