@kubb/core
Advanced tools
Comparing version 0.44.1 to 0.44.2
@@ -53,2 +53,7 @@ import EventEmitter from 'eventemitter3'; | ||
clean?: boolean; | ||
/** | ||
* Write output to the fileSystem | ||
* @default true | ||
*/ | ||
write?: boolean; | ||
}; | ||
@@ -55,0 +60,0 @@ /** |
@@ -657,3 +657,5 @@ 'use strict'; | ||
const transformedCode = await pluginManager.hookReduceArg0("transform", [code, path], transformReducer); | ||
await pluginManager.hookParallel("writeFile", [transformedCode, path]); | ||
if (config.output.write || config.output.write === void 0) { | ||
await pluginManager.hookParallel("writeFile", [transformedCode, path]); | ||
} | ||
fileManager.setStatus(id, "success"); | ||
@@ -660,0 +662,0 @@ fileManager.remove(id); |
{ | ||
"name": "@kubb/core", | ||
"version": "0.44.1", | ||
"version": "0.44.2", | ||
"description": "Generator core", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1901484
19426