Comparing version 0.1.32 to 0.1.33
{ | ||
"name": "@swc/cli", | ||
"version": "0.1.32", | ||
"version": "0.1.33", | ||
"description": "CLI for the swc project", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -100,3 +100,8 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const written = yield write(src, base); | ||
const written = yield write(src, base).catch(e => { | ||
if (e === null || e === void 0 ? void 0 : e.toString().includes("ignored by .swcrc")) { | ||
return undefined; | ||
} | ||
throw e; | ||
}); | ||
if (!written && cliOptions.copyFiles) { | ||
@@ -103,0 +108,0 @@ const filename = path_1.default.relative(base, src); |
{ | ||
"name": "@swc/cli", | ||
"version": "0.1.32", | ||
"version": "0.1.33", | ||
"description": "CLI for the swc project", | ||
@@ -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
59810
1098