@kubb/core 5.0.0-beta.91 → 5.0.0-beta.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +6 -24
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -24
- package/dist/index.js.map +1 -1
- package/dist/mocks.d.ts +1 -1
- package/dist/{types-aNebW3Ui.d.ts → types-BLFyAJLZ.d.ts} +33 -63
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __name } from "./rolldown-runtime-C0LytTxp.js";
|
|
2
|
-
import { $ as
|
|
2
|
+
import { $ as ResolveBannerContext, A as Generator, At as ProblemCode, B as Include, C as KubbWarnContext, Ct as Diagnostic, D as CreateKubbOptions, Dt as DiagnosticSeverity, E as UserConfig, Et as DiagnosticLocation, F as Parser, Ft as Adapter, G as Output, H as KubbPluginSetupContext, I as defineParser, It as AdapterFactoryOptions, J as Override, K as OutputMode, L as Exclude, Lt as AdapterSource, M as defineGenerator, Mt as SerializedDiagnostic, N as KubbDriver, Nt as UpdateDiagnostic, O as Kubb, Ot as Diagnostics, P as FileManagerHooks, Pt as Hookable, Q as BannerMeta, R as Filter, Rt as createAdapter, S as KubbSuccessContext, St as logLevel, T as PostGenerateCommand, Tt as DiagnosticKind, U as KubbPluginStartContext, V as KubbPluginEndContext, W as NormalizedPlugin, X as PluginFactoryOptions, Y as Plugin, Z as definePlugin, _ as KubbHookStartContext, _t as Reporter, a as KubbBuildEndContext, at as ResolverDefault, b as KubbLifecycleStartContext, bt as UserReporter, c as KubbErrorContext, ct as ResolverFilePathParams, d as KubbFilesProcessingStartContext, dt as Renderer, et as ResolveBannerFile, f as KubbFilesProcessingUpdateContext, ft as RendererFactory, g as KubbHookLineContext, gt as GenerationResult, h as KubbHookEndContext, ht as createStorage, i as Input, it as Resolver, j as GeneratorContext, jt as ProblemDiagnostic, k as createKubb, kt as PerformanceDiagnostic, l as KubbFileProcessingUpdate, lt as ResolverPatch, m as KubbGenerationStartContext, mt as Storage, n as CLIOptions, nt as ResolveOptionsContext, o as KubbBuildStartContext, ot as ResolverFile, p as KubbGenerationEndContext, pt as createRenderer, q as OutputOptions, r as Config, rt as ResolvePathOptions, s as KubbDiagnosticContext, st as ResolverFileParams, t as BuildOutput, tt as ResolveFileOptions, u as KubbFilesProcessingEndContext, ut as ResolverPathParams, v as KubbHooks, vt as ReporterContext, w as PossibleConfig, wt as DiagnosticDoc, x as KubbPluginsEndContext, xt as createReporter, y as KubbInfoContext, yt as ReporterName, z as Group } from "./types-BLFyAJLZ.js";
|
|
3
3
|
|
|
4
4
|
//#region src/applyConfigDefaults.d.ts
|
|
5
5
|
type ApplyConfigDefaultsOptions<TOutput> = {
|
|
@@ -188,5 +188,5 @@ declare const fsStorage: (options?: Record<string, never> | undefined) => Storag
|
|
|
188
188
|
*/
|
|
189
189
|
declare const memoryStorage: (options?: Record<string, never> | undefined) => Storage;
|
|
190
190
|
//#endregion
|
|
191
|
-
export { type Adapter, type AdapterFactoryOptions, type AdapterSource, type BannerMeta, BuildOutput, CLIOptions, Config, type CreateKubbOptions, type Diagnostic, type
|
|
191
|
+
export { type Adapter, type AdapterFactoryOptions, type AdapterSource, type BannerMeta, BuildOutput, CLIOptions, Config, type CreateKubbOptions, type Diagnostic, type DiagnosticDoc, type DiagnosticKind, type DiagnosticLocation, type DiagnosticSeverity, Diagnostics, type Exclude, type FileManagerHooks, type Filter, type GenerationResult, type Generator, type GeneratorContext, type Group, Hookable, type Include, Input, type InputKind, type Kubb, KubbBuildEndContext, KubbBuildStartContext, KubbDiagnosticContext, KubbDriver, KubbErrorContext, KubbFileProcessingUpdate, KubbFilesProcessingEndContext, KubbFilesProcessingStartContext, KubbFilesProcessingUpdateContext, KubbGenerationEndContext, KubbGenerationStartContext, KubbHookEndContext, KubbHookLineContext, KubbHookStartContext, KubbHooks, KubbInfoContext, KubbLifecycleStartContext, type KubbPluginEndContext, type KubbPluginSetupContext, type KubbPluginStartContext, KubbPluginsEndContext, KubbSuccessContext, KubbWarnContext, type NormalizedPlugin, type Output, type OutputMode, type OutputOptions, type Override, type Parser, type PerformanceDiagnostic, type Plugin, type PluginFactoryOptions, PossibleConfig, PostGenerateCommand, type ProblemCode, type ProblemDiagnostic, type Renderer, type RendererFactory, type Reporter, type ReporterContext, type ReporterName, type ResolveBannerContext, type ResolveBannerFile, type ResolveFileOptions, type ResolveOptionsContext, type ResolvePathOptions, Resolver, type ResolverDefault, type ResolverFile, type ResolverFileParams, type ResolverFilePathParams, type ResolverPatch, type ResolverPathParams, type SerializedDiagnostic, type Storage, type UpdateDiagnostic, UserConfig, type UserReporter, applyConfigDefaults, cliReporter, createAdapter, createKubb, createRenderer, createReporter, createResolver, createStorage, defineGenerator, defineParser, definePlugin, fileReporter, fsStorage, getInputKind, jsonReporter, logLevel, memoryStorage };
|
|
192
192
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -190,7 +190,7 @@ function memoize(store, factory) {
|
|
|
190
190
|
}
|
|
191
191
|
//#endregion
|
|
192
192
|
//#region package.json
|
|
193
|
-
var version = "5.0.0-beta.
|
|
193
|
+
var version = "5.0.0-beta.93";
|
|
194
194
|
//#endregion
|
|
195
195
|
//#region src/constants.ts
|
|
196
196
|
/**
|
|
@@ -272,9 +272,9 @@ const diagnosticCode = {
|
|
|
272
272
|
*/
|
|
273
273
|
invalidPluginOptions: "KUBB_INVALID_PLUGIN_OPTIONS",
|
|
274
274
|
/**
|
|
275
|
-
* A post-generate
|
|
275
|
+
* A post-generate command (`output.postGenerate`) exited with a failure.
|
|
276
276
|
*/
|
|
277
|
-
|
|
277
|
+
postGenerateFailed: "KUBB_POST_GENERATE_FAILED",
|
|
278
278
|
/**
|
|
279
279
|
* The formatter pass over the generated files failed.
|
|
280
280
|
*/
|
|
@@ -299,20 +299,6 @@ const diagnosticCode = {
|
|
|
299
299
|
*/
|
|
300
300
|
const docsMajor = version.split(".")[0] ?? "5";
|
|
301
301
|
/**
|
|
302
|
-
* Narrows a {@link Diagnostic} to the variant for `code`, or `null` when it does not match.
|
|
303
|
-
*
|
|
304
|
-
* @example
|
|
305
|
-
* ```ts
|
|
306
|
-
* const update = narrow(diagnostic, diagnosticCode.updateAvailable)
|
|
307
|
-
* if (update) {
|
|
308
|
-
* console.log(update.latestVersion)
|
|
309
|
-
* }
|
|
310
|
-
* ```
|
|
311
|
-
*/
|
|
312
|
-
function narrow(diagnostic, code) {
|
|
313
|
-
return diagnostic.code === code ? diagnostic : null;
|
|
314
|
-
}
|
|
315
|
-
/**
|
|
316
302
|
* Builds a type guard that narrows a {@link Diagnostic} to the variant for `kind`. A diagnostic
|
|
317
303
|
* with no `kind` is treated as a `problem`.
|
|
318
304
|
*/
|
|
@@ -434,9 +420,9 @@ const diagnosticCatalog = {
|
|
|
434
420
|
cause: "A plugin was configured with options that cannot be honored, for example `output.mode: 'file'` paired with a `group` option.",
|
|
435
421
|
fix: "Fix the plugin options. A single-file output has nothing to group, so remove the `group` option or use `output.mode: 'directory'`."
|
|
436
422
|
},
|
|
437
|
-
[diagnosticCode.
|
|
438
|
-
title: "
|
|
439
|
-
cause: "A post-generate
|
|
423
|
+
[diagnosticCode.postGenerateFailed]: {
|
|
424
|
+
title: "Post-generate command failed",
|
|
425
|
+
cause: "A post-generate command (`output.postGenerate`) exited with a non-zero status.",
|
|
440
426
|
fix: "Check the command is installed and correct, and run it manually to see the error."
|
|
441
427
|
},
|
|
442
428
|
[diagnosticCode.formatFailed]: {
|
|
@@ -488,10 +474,6 @@ var Diagnostics = class Diagnostics {
|
|
|
488
474
|
*/
|
|
489
475
|
static isPerformance = isPerformance;
|
|
490
476
|
/**
|
|
491
|
-
* Narrows a {@link Diagnostic} to the variant for `code`, or `null` when it does not match.
|
|
492
|
-
*/
|
|
493
|
-
static narrow = narrow;
|
|
494
|
-
/**
|
|
495
477
|
* An `Error` that carries a {@link Diagnostic}, so structured problems can flow
|
|
496
478
|
* through the existing throw/catch paths while keeping their code and location.
|
|
497
479
|
*
|