@kubb/core
Advanced tools
Comparing version
@@ -672,5 +672,2 @@ import { transformReservedWord } from './chunk-2EU7DMPM.js'; | ||
} | ||
if (FileManager.getMode(pluginOptions.output?.path) === "single") { | ||
return void 0; | ||
} | ||
return { | ||
@@ -677,0 +674,0 @@ name: pluginOptions.output?.barrelType === "all" ? void 0 : [source.name], |
{ | ||
"name": "@kubb/core", | ||
"version": "0.0.0-canary-20241115181256", | ||
"version": "0.0.0-canary-20241117180309", | ||
"description": "Generator core", | ||
@@ -83,8 +83,8 @@ "keywords": [ | ||
"p-queue": "^8.0.1", | ||
"remeda": "^2.17.0", | ||
"remeda": "^2.17.3", | ||
"seedrandom": "^3.0.5", | ||
"semver": "^7.6.3", | ||
"@kubb/fs": "0.0.0-canary-20241115181256", | ||
"@kubb/parser-ts": "0.0.0-canary-20241115181256", | ||
"@kubb/types": "0.0.0-canary-20241115181256" | ||
"@kubb/fs": "0.0.0-canary-20241117180309", | ||
"@kubb/parser-ts": "0.0.0-canary-20241117180309", | ||
"@kubb/types": "0.0.0-canary-20241117180309" | ||
}, | ||
@@ -100,4 +100,4 @@ "devDependencies": { | ||
"typescript": "^5.6.3", | ||
"@kubb/config-ts": "0.0.0-canary-20241115181256", | ||
"@kubb/config-tsup": "0.0.0-canary-20241115181256" | ||
"@kubb/config-ts": "0.0.0-canary-20241117180309", | ||
"@kubb/config-tsup": "0.0.0-canary-20241117180309" | ||
}, | ||
@@ -104,0 +104,0 @@ "engines": { |
import { clean, read } from '@kubb/fs' | ||
import type * as KubbFile from '@kubb/fs/types' | ||
import { FileManager, processFiles } from './FileManager.ts' | ||
import { type FileManager, processFiles } from './FileManager.ts' | ||
import { PluginManager } from './PluginManager.ts' | ||
@@ -117,5 +117,2 @@ import { isInputPath } from './config.ts' | ||
if (FileManager.getMode(pluginOptions.output?.path) === 'single') { | ||
return undefined | ||
} | ||
return { | ||
@@ -122,0 +119,0 @@ name: pluginOptions.output?.barrelType === 'all' ? undefined : [source.name], |
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
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
1442944
-0.06%14420
-0.06%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated