knip 5.50.0 → 5.50.1
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/CacheConsultant.d.ts +14 -0
- package/dist/ConfigurationChief.d.ts +182 -0
- package/dist/ConsoleStreamer.d.ts +12 -0
- package/dist/DependencyDeputy.d.ts +78 -0
- package/dist/IssueCollector.d.ts +39 -0
- package/dist/IssueFixer.d.ts +27 -0
- package/dist/PackageJsonPeeker.d.ts +13 -0
- package/dist/PrincipalFactory.d.ts +20 -0
- package/dist/ProjectPrincipal.d.ts +58 -0
- package/dist/WorkspaceWorker.d.ts +69 -0
- package/dist/binaries/bash-parser.d.ts +3 -0
- package/dist/binaries/fallback.d.ts +2 -0
- package/dist/binaries/index.d.ts +2 -0
- package/dist/binaries/package-manager/bun.d.ts +2 -0
- package/dist/binaries/package-manager/bunx.d.ts +3 -0
- package/dist/binaries/package-manager/index.d.ts +10 -0
- package/dist/binaries/package-manager/npm.d.ts +2 -0
- package/dist/binaries/package-manager/npx.d.ts +2 -0
- package/dist/binaries/package-manager/pnpm.d.ts +2 -0
- package/dist/binaries/package-manager/pnpx.d.ts +3 -0
- package/dist/binaries/package-manager/yarn.d.ts +2 -0
- package/dist/binaries/plugins.d.ts +2 -0
- package/dist/binaries/util.d.ts +3 -0
- package/dist/cli.d.ts +1 -0
- package/dist/compilers/astro.d.ts +6 -0
- package/dist/compilers/compilers.d.ts +5 -0
- package/dist/compilers/index.d.ts +997 -0
- package/dist/compilers/mdx.d.ts +6 -0
- package/dist/compilers/svelte.d.ts +6 -0
- package/dist/compilers/types.d.ts +7 -0
- package/dist/compilers/vue.d.ts +6 -0
- package/dist/constants.d.ts +26 -0
- package/dist/graph/analyze.d.ts +30 -0
- package/dist/graph/build.d.ts +40 -0
- package/dist/index.d.ts +11 -0
- package/dist/manifest/helpers.d.ts +9 -0
- package/dist/manifest/index.d.ts +12 -0
- package/dist/plugins/_template/index.d.ts +12 -0
- package/dist/plugins/_template/types.d.ts +4 -0
- package/dist/plugins/angular/index.d.ts +10 -0
- package/dist/plugins/angular/types.d.ts +1048 -0
- package/dist/plugins/astro/index.d.ts +11 -0
- package/dist/plugins/ava/index.d.ts +12 -0
- package/dist/plugins/ava/types.d.ts +8 -0
- package/dist/plugins/babel/helpers.d.ts +14 -0
- package/dist/plugins/babel/index.d.ts +12 -0
- package/dist/plugins/babel/types.d.ts +10 -0
- package/dist/plugins/c8/index.d.ts +10 -0
- package/dist/plugins/capacitor/index.d.ts +10 -0
- package/dist/plugins/capacitor/types.d.ts +3 -0
- package/dist/plugins/changesets/index.d.ts +11 -0
- package/dist/plugins/changesets/types.d.ts +3 -0
- package/dist/plugins/commitizen/index.d.ts +12 -0
- package/dist/plugins/commitizen/types.d.ts +3 -0
- package/dist/plugins/commitlint/index.d.ts +10 -0
- package/dist/plugins/commitlint/types.d.ts +12 -0
- package/dist/plugins/create-typescript-app/index.d.ts +8 -0
- package/dist/plugins/cspell/index.d.ts +10 -0
- package/dist/plugins/cspell/types.d.ts +3 -0
- package/dist/plugins/cucumber/index.d.ts +12 -0
- package/dist/plugins/cucumber/types.d.ts +7 -0
- package/dist/plugins/cypress/helpers.d.ts +3 -0
- package/dist/plugins/cypress/index.d.ts +12 -0
- package/dist/plugins/cypress/types.d.ts +6 -0
- package/dist/plugins/dependency-cruiser/index.d.ts +12 -0
- package/dist/plugins/dotenv/index.d.ts +8 -0
- package/dist/plugins/drizzle/index.d.ts +10 -0
- package/dist/plugins/drizzle/types.d.ts +3 -0
- package/dist/plugins/eleventy/helpers.d.ts +138 -0
- package/dist/plugins/eleventy/index.d.ts +14 -0
- package/dist/plugins/eleventy/types.d.ts +10 -0
- package/dist/plugins/eslint/helpers.d.ts +4 -0
- package/dist/plugins/eslint/index.d.ts +15 -0
- package/dist/plugins/eslint/types.d.ts +29 -0
- package/dist/plugins/expo/helpers.d.ts +20 -0
- package/dist/plugins/expo/index.d.ts +14 -0
- package/dist/plugins/expo/types.d.ts +28 -0
- package/dist/plugins/gatsby/index.d.ts +11 -0
- package/dist/plugins/gatsby/types.d.ts +15 -0
- package/dist/plugins/github-action/index.d.ts +9 -0
- package/dist/plugins/github-actions/index.d.ts +11 -0
- package/dist/plugins/github-actions/types.d.ts +20 -0
- package/dist/plugins/glob/index.d.ts +12 -0
- package/dist/plugins/graphql-codegen/index.d.ts +11 -0
- package/dist/plugins/graphql-codegen/types.d.ts +37 -0
- package/dist/plugins/husky/index.d.ts +10 -0
- package/dist/plugins/index.d.ts +788 -0
- package/dist/plugins/jest/helpers.d.ts +4 -0
- package/dist/plugins/jest/index.d.ts +15 -0
- package/dist/plugins/jest/types.d.ts +3 -0
- package/dist/plugins/karma/helpers.d.ts +7 -0
- package/dist/plugins/karma/index.d.ts +12 -0
- package/dist/plugins/karma/types.d.ts +22 -0
- package/dist/plugins/ladle/index.d.ts +13 -0
- package/dist/plugins/ladle/types.d.ts +4 -0
- package/dist/plugins/lefthook/index.d.ts +9 -0
- package/dist/plugins/lint-staged/index.d.ts +11 -0
- package/dist/plugins/lint-staged/types.d.ts +5 -0
- package/dist/plugins/linthtml/index.d.ts +11 -0
- package/dist/plugins/linthtml/types.d.ts +4 -0
- package/dist/plugins/lockfile-lint/index.d.ts +8 -0
- package/dist/plugins/lost-pixel/index.d.ts +8 -0
- package/dist/plugins/markdownlint/helpers.d.ts +1 -0
- package/dist/plugins/markdownlint/index.d.ts +10 -0
- package/dist/plugins/markdownlint/types.d.ts +3 -0
- package/dist/plugins/metro/index.d.ts +15 -0
- package/dist/plugins/metro/types.d.ts +13 -0
- package/dist/plugins/mocha/index.d.ts +15 -0
- package/dist/plugins/mocha/types.d.ts +4 -0
- package/dist/plugins/moonrepo/index.d.ts +11 -0
- package/dist/plugins/moonrepo/types.d.ts +7 -0
- package/dist/plugins/msw/index.d.ts +11 -0
- package/dist/plugins/msw/types.d.ts +3 -0
- package/dist/plugins/nest/index.d.ts +10 -0
- package/dist/plugins/nest/types.d.ts +3 -0
- package/dist/plugins/netlify/helpers.d.ts +2 -0
- package/dist/plugins/netlify/index.d.ts +12 -0
- package/dist/plugins/netlify/types.d.ts +11 -0
- package/dist/plugins/next/index.d.ts +10 -0
- package/dist/plugins/next/resolveFromAST.d.ts +2 -0
- package/dist/plugins/node/index.d.ts +16 -0
- package/dist/plugins/nodemon/index.d.ts +10 -0
- package/dist/plugins/npm-package-json-lint/index.d.ts +11 -0
- package/dist/plugins/npm-package-json-lint/types.d.ts +3 -0
- package/dist/plugins/nuxt/index.d.ts +14 -0
- package/dist/plugins/nuxt/types.d.ts +8 -0
- package/dist/plugins/nx/index.d.ts +14 -0
- package/dist/plugins/nx/types.d.ts +19 -0
- package/dist/plugins/nyc/index.d.ts +10 -0
- package/dist/plugins/nyc/types.d.ts +4 -0
- package/dist/plugins/oclif/index.d.ts +10 -0
- package/dist/plugins/oclif/types.d.ts +4 -0
- package/dist/plugins/playwright/index.d.ts +21 -0
- package/dist/plugins/playwright/types.d.ts +36 -0
- package/dist/plugins/playwright-ct/index.d.ts +11 -0
- package/dist/plugins/playwright-test/index.d.ts +13 -0
- package/dist/plugins/plop/index.d.ts +8 -0
- package/dist/plugins/postcss/index.d.ts +10 -0
- package/dist/plugins/postcss/types.d.ts +3 -0
- package/dist/plugins/preconstruct/index.d.ts +10 -0
- package/dist/plugins/preconstruct/types.d.ts +3 -0
- package/dist/plugins/prettier/index.d.ts +10 -0
- package/dist/plugins/prettier/types.d.ts +8 -0
- package/dist/plugins/react-cosmos/index.d.ts +12 -0
- package/dist/plugins/react-cosmos/types.d.ts +5 -0
- package/dist/plugins/react-router/index.d.ts +10 -0
- package/dist/plugins/react-router/types.d.ts +7 -0
- package/dist/plugins/release-it/index.d.ts +10 -0
- package/dist/plugins/release-it/types.d.ts +10 -0
- package/dist/plugins/remark/index.d.ts +11 -0
- package/dist/plugins/remark/types.d.ts +3 -0
- package/dist/plugins/remix/index.d.ts +9 -0
- package/dist/plugins/rollup/index.d.ts +10 -0
- package/dist/plugins/rsbuild/index.d.ts +10 -0
- package/dist/plugins/rsbuild/types.d.ts +3 -0
- package/dist/plugins/rspack/index.d.ts +10 -0
- package/dist/plugins/semantic-release/index.d.ts +12 -0
- package/dist/plugins/semantic-release/types.d.ts +3 -0
- package/dist/plugins/sentry/index.d.ts +8 -0
- package/dist/plugins/simple-git-hooks/index.d.ts +10 -0
- package/dist/plugins/simple-git-hooks/types.d.ts +3 -0
- package/dist/plugins/size-limit/index.d.ts +8 -0
- package/dist/plugins/sst/index.d.ts +9 -0
- package/dist/plugins/sst/resolveFromAST.d.ts +2 -0
- package/dist/plugins/starlight/index.d.ts +9 -0
- package/dist/plugins/starlight/resolveFromAST.d.ts +2 -0
- package/dist/plugins/storybook/index.d.ts +13 -0
- package/dist/plugins/storybook/types.d.ts +20 -0
- package/dist/plugins/stryker/index.d.ts +10 -0
- package/dist/plugins/stryker/types.d.ts +5 -0
- package/dist/plugins/stylelint/index.d.ts +10 -0
- package/dist/plugins/stylelint/types.d.ts +8 -0
- package/dist/plugins/svelte/index.d.ts +9 -0
- package/dist/plugins/syncpack/index.d.ts +8 -0
- package/dist/plugins/tailwind/index.d.ts +8 -0
- package/dist/plugins/tanstack-router/index.d.ts +12 -0
- package/dist/plugins/tanstack-router/resolveFromAST.d.ts +2 -0
- package/dist/plugins/tanstack-router/types.d.ts +7 -0
- package/dist/plugins/travis/index.d.ts +10 -0
- package/dist/plugins/ts-node/index.d.ts +15 -0
- package/dist/plugins/tsup/index.d.ts +13 -0
- package/dist/plugins/tsup/types.d.ts +7 -0
- package/dist/plugins/tsx/index.d.ts +9 -0
- package/dist/plugins/typedoc/index.d.ts +16 -0
- package/dist/plugins/typedoc/types.d.ts +4 -0
- package/dist/plugins/typescript/index.d.ts +21 -0
- package/dist/plugins/unbuild/index.d.ts +10 -0
- package/dist/plugins/unbuild/types.d.ts +13 -0
- package/dist/plugins/unocss/index.d.ts +8 -0
- package/dist/plugins/vercel-og/index.d.ts +8 -0
- package/dist/plugins/vike/index.d.ts +8 -0
- package/dist/plugins/vite/index.d.ts +11 -0
- package/dist/plugins/vitest/helpers.d.ts +3 -0
- package/dist/plugins/vitest/index.d.ts +17 -0
- package/dist/plugins/vitest/types.d.ts +39 -0
- package/dist/plugins/vue/index.d.ts +10 -0
- package/dist/plugins/vue/types.d.ts +5 -0
- package/dist/plugins/webdriver-io/index.d.ts +10 -0
- package/dist/plugins/webdriver-io/types.d.ts +3 -0
- package/dist/plugins/webpack/index.d.ts +19 -0
- package/dist/plugins/webpack/types.d.ts +12 -0
- package/dist/plugins/wireit/index.d.ts +10 -0
- package/dist/plugins/wireit/types.d.ts +3 -0
- package/dist/plugins/wrangler/index.d.ts +10 -0
- package/dist/plugins/wrangler/types.d.ts +3 -0
- package/dist/plugins/xo/index.d.ts +11 -0
- package/dist/plugins/xo/types.d.ts +12 -0
- package/dist/plugins/yarn/index.d.ts +9 -0
- package/dist/plugins/yorkie/index.d.ts +11 -0
- package/dist/plugins.d.ts +7 -0
- package/dist/reporters/codeclimate.d.ts +3 -0
- package/dist/reporters/codeowners.d.ts +3 -0
- package/dist/reporters/compact.d.ts +3 -0
- package/dist/reporters/disclosure.d.ts +3 -0
- package/dist/reporters/index.d.ts +10 -0
- package/dist/reporters/json.d.ts +3 -0
- package/dist/reporters/markdown.d.ts +3 -0
- package/dist/reporters/symbols.d.ts +3 -0
- package/dist/reporters/util.d.ts +22 -0
- package/dist/reporters/watch.d.ts +12 -0
- package/dist/schema/configuration.d.ts +5495 -0
- package/dist/schema/plugins.d.ts +2227 -0
- package/dist/types/PluginNames.d.ts +2 -0
- package/dist/types/args.d.ts +14 -0
- package/dist/types/cli.d.ts +27 -0
- package/dist/types/config.d.ts +119 -0
- package/dist/types/exports.d.ts +24 -0
- package/dist/types/imports.d.ts +12 -0
- package/dist/types/issues.d.ts +88 -0
- package/dist/types/module-graph.d.ts +67 -0
- package/dist/types/package-json.d.ts +53 -0
- package/dist/types/project.d.ts +18 -0
- package/dist/types/workspace.d.ts +27 -0
- package/dist/typescript/SourceFile.d.ts +35 -0
- package/dist/typescript/SourceFileManager.d.ts +19 -0
- package/dist/typescript/ast-helpers.d.ts +38 -0
- package/dist/typescript/create-hosts.d.ts +21 -0
- package/dist/typescript/find-internal-references.d.ts +4 -0
- package/dist/typescript/get-imports-and-exports.d.ts +18 -0
- package/dist/typescript/resolve-module-names.d.ts +4 -0
- package/dist/typescript/visitors/dynamic-imports/importCall.d.ts +3 -0
- package/dist/typescript/visitors/dynamic-imports/importType.d.ts +3 -0
- package/dist/typescript/visitors/dynamic-imports/index.d.ts +3 -0
- package/dist/typescript/visitors/dynamic-imports/jsDocType.d.ts +4 -0
- package/dist/typescript/visitors/dynamic-imports/requireCall.d.ts +3 -0
- package/dist/typescript/visitors/dynamic-imports/resolveCall.d.ts +3 -0
- package/dist/typescript/visitors/exports/exportAssignment.d.ts +3 -0
- package/dist/typescript/visitors/exports/exportDeclaration.d.ts +3 -0
- package/dist/typescript/visitors/exports/exportKeyword.d.ts +3 -0
- package/dist/typescript/visitors/exports/exportsAccessExpression.d.ts +3 -0
- package/dist/typescript/visitors/exports/index.d.ts +3 -0
- package/dist/typescript/visitors/exports/moduleExportsAccessExpression.d.ts +3 -0
- package/dist/typescript/visitors/helpers.d.ts +8 -0
- package/dist/typescript/visitors/imports/importDeclaration.d.ts +3 -0
- package/dist/typescript/visitors/imports/importEqualsDeclaration.d.ts +3 -0
- package/dist/typescript/visitors/imports/index.d.ts +3 -0
- package/dist/typescript/visitors/imports/reExportDeclaration.d.ts +3 -0
- package/dist/typescript/visitors/index.d.ts +12 -0
- package/dist/typescript/visitors/scripts/bun.d.ts +3 -0
- package/dist/typescript/visitors/scripts/execa.d.ts +3 -0
- package/dist/typescript/visitors/scripts/index.d.ts +3 -0
- package/dist/typescript/visitors/scripts/zx.d.ts +3 -0
- package/dist/util/Performance.d.ts +26 -0
- package/dist/util/array.d.ts +5 -0
- package/dist/util/cli-arguments.d.ts +44 -0
- package/dist/util/codeowners.d.ts +2 -0
- package/dist/util/create-workspace-graph.d.ts +3 -0
- package/dist/util/debug.d.ts +4 -0
- package/dist/util/empty.d.ts +1 -0
- package/dist/util/errors.d.ts +13 -0
- package/dist/util/file-entry-cache.d.ts +29 -0
- package/dist/util/fs.d.ts +9 -0
- package/dist/util/get-included-issue-types.d.ts +18 -0
- package/dist/util/get-referenced-inputs.d.ts +5 -0
- package/dist/util/git.d.ts +1 -0
- package/dist/util/glob-core.d.ts +28 -0
- package/dist/util/glob.d.ts +16 -0
- package/dist/util/graph-sequencer.d.ts +9 -0
- package/dist/util/has-strictly-ns-references.d.ts +4 -0
- package/dist/util/input.d.ts +43 -0
- package/dist/util/is-identifier-referenced.d.ts +9 -0
- package/dist/util/issue-initializers.d.ts +4 -0
- package/dist/util/jiti.d.ts +1 -0
- package/dist/util/loader.d.ts +1 -0
- package/dist/util/log.d.ts +2 -0
- package/dist/util/map-workspaces.d.ts +5 -0
- package/dist/util/math.d.ts +6 -0
- package/dist/util/module-graph.d.ts +6 -0
- package/dist/util/modules.d.ts +10 -0
- package/dist/util/object.d.ts +4 -0
- package/dist/util/package-json.d.ts +14 -0
- package/dist/util/package-name.d.ts +2 -0
- package/dist/util/path.d.ts +13 -0
- package/dist/util/plugin-config.d.ts +24 -0
- package/dist/util/plugin.d.ts +9 -0
- package/dist/util/regex.d.ts +3 -0
- package/dist/util/remove-export.d.ts +8 -0
- package/dist/util/reporter.d.ts +3 -0
- package/dist/util/require.d.ts +1 -0
- package/dist/util/resolve.d.ts +2 -0
- package/dist/util/string.d.ts +1 -0
- package/dist/util/tag.d.ts +5 -0
- package/dist/util/to-source-path.d.ts +5 -0
- package/dist/util/trace.d.ts +20 -0
- package/dist/util/tsconfig-loader.d.ts +6 -0
- package/dist/util/unwrap-function.d.ts +1 -0
- package/dist/util/watch.d.ts +25 -0
- package/dist/util/workspace.d.ts +1 -0
- package/dist/version.d.ts +1 -0
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
|
|
2
|
+
import type { ReactCosmosConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
entry: string[];
|
|
9
|
+
resolveConfig: ResolveConfig<ReactCosmosConfig>;
|
|
10
|
+
resolveEntryPaths: ResolveEntryPaths<ReactCosmosConfig>;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveEntryPaths } from '../../types/config.js';
|
|
2
|
+
import type { PluginConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveEntryPaths: ResolveEntryPaths<PluginConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { ReleaseItConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<ReleaseItConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { RemarkConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
packageJsonPath: string;
|
|
8
|
+
config: string[];
|
|
9
|
+
resolveConfig: ResolveConfig<RemarkConfig>;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Args } from '../../types/args.js';
|
|
2
|
+
import type { IsPluginEnabled } from '../../types/config.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
entry: string[];
|
|
8
|
+
args: Args;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { RsbuildConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<RsbuildConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { WebpackConfig } from '../webpack/types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<WebpackConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { SemanticReleaseConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
isRootOnly: true;
|
|
8
|
+
packageJsonPath: string;
|
|
9
|
+
config: string[];
|
|
10
|
+
resolveConfig: ResolveConfig<SemanticReleaseConfig>;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { SimpleGitHooksConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<SimpleGitHooksConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
|
|
2
|
+
import type { StorybookConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: (string | RegExp)[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
entry: string[];
|
|
9
|
+
project: string[];
|
|
10
|
+
resolveEntryPaths: ResolveEntryPaths<StorybookConfig>;
|
|
11
|
+
resolveConfig: ResolveConfig<StorybookConfig>;
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type Stories = (string | {
|
|
2
|
+
directory: string;
|
|
3
|
+
files?: string;
|
|
4
|
+
titlePrefix?: string;
|
|
5
|
+
})[];
|
|
6
|
+
export type StorybookConfig = {
|
|
7
|
+
stories?: Stories | ((patterns: string[]) => Promise<string[]>);
|
|
8
|
+
addons?: (string | {
|
|
9
|
+
name: string;
|
|
10
|
+
})[];
|
|
11
|
+
core?: {
|
|
12
|
+
builder?: string | {
|
|
13
|
+
name?: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
framework?: string | {
|
|
17
|
+
name?: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { StrykerConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<StrykerConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { StyleLintConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<StyleLintConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveEntryPaths, ResolveFromAST } from '../../types/config.js';
|
|
2
|
+
import type { TanstackRouterConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
production: string[];
|
|
9
|
+
resolveEntryPaths: ResolveEntryPaths<TanstackRouterConfig>;
|
|
10
|
+
resolveFromAST: ResolveFromAST;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
enablers: string;
|
|
5
|
+
isEnabled: IsPluginEnabled;
|
|
6
|
+
isRootOnly: true;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
args: {
|
|
4
|
+
binaries: string[];
|
|
5
|
+
positional: boolean;
|
|
6
|
+
nodeImportArgs: boolean;
|
|
7
|
+
boolean: string[];
|
|
8
|
+
alias: {
|
|
9
|
+
transpileOnly: string[];
|
|
10
|
+
compilerHost: string[];
|
|
11
|
+
ignoreDiagnostics: string[];
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { TsupConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<TsupConfig>;
|
|
9
|
+
args: {
|
|
10
|
+
config: boolean;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { TypeDocConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
packageJsonPath: string;
|
|
8
|
+
config: string[];
|
|
9
|
+
resolveConfig: ResolveConfig<TypeDocConfig | {
|
|
10
|
+
typedocOptions: TypeDocConfig;
|
|
11
|
+
}>;
|
|
12
|
+
args: {
|
|
13
|
+
resolve: string[];
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { TsConfigJson } from 'type-fest';
|
|
2
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
3
|
+
export declare const docs: {
|
|
4
|
+
note: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: {
|
|
7
|
+
title: string;
|
|
8
|
+
enablers: string[];
|
|
9
|
+
isEnabled: IsPluginEnabled;
|
|
10
|
+
config: string[];
|
|
11
|
+
resolveConfig: ResolveConfig<TsConfigJson>;
|
|
12
|
+
args: {
|
|
13
|
+
binaries: string[];
|
|
14
|
+
string: string[];
|
|
15
|
+
alias: {
|
|
16
|
+
project: string[];
|
|
17
|
+
};
|
|
18
|
+
config: [string, (p: string) => string][];
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { UnbuildConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<UnbuildConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type UnbuildConfigObject = Partial<{
|
|
2
|
+
name: string;
|
|
3
|
+
entries: string[] | {
|
|
4
|
+
builder: string;
|
|
5
|
+
input: string;
|
|
6
|
+
outDir: string;
|
|
7
|
+
}[];
|
|
8
|
+
outDir: string;
|
|
9
|
+
declaration: boolean;
|
|
10
|
+
rollup: Record<string, unknown>;
|
|
11
|
+
}>;
|
|
12
|
+
export type UnbuildConfig = UnbuildConfigObject | UnbuildConfigObject[];
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { IsPluginEnabled } from '../../types/config.js';
|
|
2
|
+
export declare const config: string[];
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveEntryPaths: import("../../types/config.js").ResolveEntryPaths<import("../vitest/types.js").ViteConfigOrFn | import("../vitest/types.js").VitestWorkspaceConfig>;
|
|
9
|
+
resolveConfig: import("../../types/config.js").ResolveConfig<import("../vitest/types.js").ViteConfigOrFn | import("../vitest/types.js").VitestWorkspaceConfig>;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
|
|
2
|
+
import type { ViteConfigOrFn, VitestWorkspaceConfig } from './types.js';
|
|
3
|
+
export declare const resolveEntryPaths: ResolveEntryPaths<ViteConfigOrFn | VitestWorkspaceConfig>;
|
|
4
|
+
export declare const resolveConfig: ResolveConfig<ViteConfigOrFn | VitestWorkspaceConfig>;
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
enablers: string[];
|
|
8
|
+
isEnabled: IsPluginEnabled;
|
|
9
|
+
config: string[];
|
|
10
|
+
entry: string[];
|
|
11
|
+
resolveEntryPaths: ResolveEntryPaths<ViteConfigOrFn | VitestWorkspaceConfig>;
|
|
12
|
+
resolveConfig: ResolveConfig<ViteConfigOrFn | VitestWorkspaceConfig>;
|
|
13
|
+
args: {
|
|
14
|
+
config: boolean;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
interface VitestConfig {
|
|
2
|
+
test: {
|
|
3
|
+
include: string[];
|
|
4
|
+
coverage?: {
|
|
5
|
+
enabled?: boolean;
|
|
6
|
+
provider: string;
|
|
7
|
+
};
|
|
8
|
+
root?: string;
|
|
9
|
+
environment?: string;
|
|
10
|
+
globalSetup?: string | string[];
|
|
11
|
+
reporters?: (string | [string, unknown] | unknown)[];
|
|
12
|
+
setupFiles?: string | string[];
|
|
13
|
+
workspace?: (ViteConfig & {
|
|
14
|
+
test: VitestConfig['test'] & {
|
|
15
|
+
workspace: never;
|
|
16
|
+
};
|
|
17
|
+
})[];
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export interface ViteConfig extends VitestConfig {
|
|
21
|
+
plugins?: unknown[];
|
|
22
|
+
build?: {
|
|
23
|
+
lib?: {
|
|
24
|
+
entry: string | string[] | {
|
|
25
|
+
[entryAlias: string]: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export type COMMAND = 'dev' | 'serve' | 'build';
|
|
31
|
+
export type MODE = 'development' | 'production';
|
|
32
|
+
interface Options {
|
|
33
|
+
command: COMMAND;
|
|
34
|
+
mode: MODE;
|
|
35
|
+
ssrBuild?: boolean | undefined;
|
|
36
|
+
}
|
|
37
|
+
export type ViteConfigOrFn = ViteConfig | ((options: Options) => ViteConfig) | ((options: Options) => Promise<ViteConfig>);
|
|
38
|
+
export type VitestWorkspaceConfig = (string | ViteConfig)[];
|
|
39
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { VueConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<VueConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
|
|
2
|
+
import type { WebdriverIOConfig } from './types.js';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
enablers: string[];
|
|
6
|
+
isEnabled: IsPluginEnabled;
|
|
7
|
+
config: string[];
|
|
8
|
+
resolveConfig: ResolveConfig<WebdriverIOConfig>;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|