knip 5.33.2 → 5.34.0
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/ConfigurationChief.d.ts +27 -27
- package/dist/ConfigurationChief.js +20 -36
- package/dist/ConfigurationValidator.d.ts +392 -0
- package/dist/ConfigurationValidator.js +7 -0
- package/dist/DependencyDeputy.js +5 -2
- package/dist/PrincipalFactory.d.ts +3 -20
- package/dist/PrincipalFactory.js +4 -4
- package/dist/ProjectPrincipal.d.ts +2 -5
- package/dist/ProjectPrincipal.js +0 -5
- package/dist/WorkspaceWorker.d.ts +15 -13
- package/dist/WorkspaceWorker.js +144 -105
- package/dist/binaries/bash-parser.d.ts +3 -2
- package/dist/binaries/bash-parser.js +33 -22
- package/dist/binaries/fallback.d.ts +2 -0
- package/dist/binaries/fallback.js +12 -0
- package/dist/binaries/index.d.ts +2 -2
- package/dist/binaries/index.js +15 -26
- package/dist/binaries/package-manager/bun.d.ts +2 -0
- package/dist/binaries/{resolvers → package-manager}/bun.js +6 -4
- package/dist/binaries/package-manager/index.d.ts +8 -0
- package/dist/binaries/package-manager/index.js +12 -0
- package/dist/binaries/{resolvers → package-manager}/node.d.ts +0 -2
- package/dist/binaries/package-manager/node.js +5 -0
- package/dist/binaries/package-manager/npm.d.ts +2 -0
- package/dist/binaries/package-manager/npm.js +8 -0
- package/dist/binaries/package-manager/npx.d.ts +2 -0
- package/dist/binaries/{resolvers → package-manager}/npx.js +6 -6
- package/dist/binaries/package-manager/pnpm.d.ts +2 -0
- package/dist/binaries/{resolvers → package-manager}/pnpm.js +6 -3
- package/dist/binaries/package-manager/yarn.d.ts +2 -0
- package/dist/binaries/{resolvers → package-manager}/yarn.js +9 -7
- package/dist/binaries/plugins.d.ts +2 -0
- package/dist/binaries/plugins.js +61 -0
- package/dist/binaries/util.d.ts +0 -2
- package/dist/binaries/util.js +0 -25
- package/dist/compilers/index.d.ts +70 -0
- package/dist/constants.d.ts +1 -0
- package/dist/constants.js +2 -1
- package/dist/index.js +74 -46
- package/dist/manifest/helpers.d.ts +1 -5
- package/dist/manifest/helpers.js +8 -7
- package/dist/plugins/_template/index.d.ts +2 -2
- package/dist/plugins/_template/index.js +4 -3
- package/dist/plugins/angular/index.d.ts +1 -1
- package/dist/plugins/angular/index.js +13 -10
- package/dist/plugins/astro/index.d.ts +1 -1
- package/dist/plugins/astro/index.js +6 -5
- package/dist/plugins/ava/index.d.ts +1 -1
- package/dist/plugins/ava/index.js +4 -5
- package/dist/plugins/babel/helpers.js +1 -1
- package/dist/plugins/babel/index.d.ts +3 -2
- package/dist/plugins/babel/index.js +4 -3
- package/dist/plugins/c8/index.d.ts +10 -0
- package/dist/plugins/c8/index.js +11 -0
- package/dist/plugins/capacitor/index.d.ts +1 -1
- package/dist/plugins/capacitor/index.js +5 -4
- package/dist/plugins/changesets/index.d.ts +1 -1
- package/dist/plugins/changesets/index.js +4 -3
- package/dist/plugins/commitizen/index.d.ts +1 -1
- package/dist/plugins/commitizen/index.js +3 -2
- package/dist/plugins/commitlint/index.d.ts +1 -1
- package/dist/plugins/commitlint/index.js +4 -2
- package/dist/plugins/cspell/index.d.ts +1 -1
- package/dist/plugins/cspell/index.js +3 -2
- package/dist/plugins/cucumber/index.d.ts +2 -2
- package/dist/plugins/cucumber/index.js +4 -4
- package/dist/plugins/cypress/helpers.d.ts +1 -1
- package/dist/plugins/cypress/helpers.js +3 -4
- package/dist/plugins/cypress/index.d.ts +1 -1
- package/dist/plugins/cypress/index.js +6 -5
- package/dist/plugins/dotenv/index.d.ts +8 -0
- package/dist/plugins/dotenv/index.js +9 -0
- package/dist/plugins/drizzle/index.d.ts +1 -1
- package/dist/plugins/drizzle/index.js +3 -3
- package/dist/plugins/eleventy/index.d.ts +1 -1
- package/dist/plugins/eleventy/index.js +6 -6
- package/dist/plugins/eslint/helpers.d.ts +4 -5
- package/dist/plugins/eslint/helpers.js +10 -32
- package/dist/plugins/eslint/index.d.ts +1 -1
- package/dist/plugins/eslint/index.js +3 -6
- package/dist/plugins/gatsby/index.d.ts +1 -1
- package/dist/plugins/gatsby/index.js +6 -3
- package/dist/plugins/github-actions/index.d.ts +1 -1
- package/dist/plugins/github-actions/index.js +23 -7
- package/dist/plugins/graphql-codegen/index.d.ts +1 -1
- package/dist/plugins/graphql-codegen/index.js +7 -7
- package/dist/plugins/husky/index.d.ts +1 -1
- package/dist/plugins/husky/index.js +4 -3
- package/dist/plugins/index.d.ts +685 -77
- package/dist/plugins/index.js +170 -77
- package/dist/plugins/jest/index.d.ts +1 -1
- package/dist/plugins/jest/index.js +22 -24
- package/dist/plugins/ladle/index.d.ts +2 -2
- package/dist/plugins/ladle/index.js +4 -4
- package/dist/plugins/lefthook/index.d.ts +1 -1
- package/dist/plugins/lefthook/index.js +18 -14
- package/dist/plugins/lint-staged/index.d.ts +1 -1
- package/dist/plugins/lint-staged/index.js +6 -5
- package/dist/plugins/linthtml/index.d.ts +1 -1
- package/dist/plugins/linthtml/index.js +6 -8
- package/dist/plugins/lockfile-lint/index.d.ts +2 -2
- package/dist/plugins/lockfile-lint/index.js +2 -1
- package/dist/plugins/lost-pixel/index.d.ts +2 -2
- package/dist/plugins/lost-pixel/index.js +1 -1
- package/dist/plugins/markdownlint/index.d.ts +1 -1
- package/dist/plugins/markdownlint/index.js +3 -2
- package/dist/plugins/mocha/index.d.ts +4 -1
- package/dist/plugins/mocha/index.js +8 -4
- package/dist/plugins/moonrepo/index.d.ts +2 -2
- package/dist/plugins/moonrepo/index.js +4 -4
- package/dist/plugins/msw/index.d.ts +1 -1
- package/dist/plugins/msw/index.js +4 -4
- package/dist/plugins/nest/index.d.ts +2 -2
- package/dist/plugins/nest/index.js +4 -3
- package/dist/plugins/netlify/index.d.ts +1 -1
- package/dist/plugins/netlify/index.js +6 -6
- package/dist/plugins/next/index.d.ts +1 -1
- package/dist/plugins/next/index.js +1 -1
- package/dist/plugins/node/index.d.ts +8 -0
- package/dist/plugins/node/index.js +9 -0
- package/dist/plugins/node-test-runner/index.d.ts +1 -1
- package/dist/plugins/nodemon/index.d.ts +10 -0
- package/dist/plugins/nodemon/index.js +11 -0
- package/dist/plugins/npm-package-json-lint/index.d.ts +1 -1
- package/dist/plugins/npm-package-json-lint/index.js +4 -2
- package/dist/plugins/nuxt/index.d.ts +1 -1
- package/dist/plugins/nuxt/index.js +4 -4
- package/dist/plugins/nx/index.d.ts +5 -1
- package/dist/plugins/nx/index.js +10 -8
- package/dist/plugins/nyc/index.d.ts +1 -1
- package/dist/plugins/nyc/index.js +3 -2
- package/dist/plugins/oclif/index.d.ts +2 -2
- package/dist/plugins/oclif/index.js +3 -2
- package/dist/plugins/playwright/index.d.ts +13 -1
- package/dist/plugins/playwright/index.js +13 -6
- package/dist/plugins/playwright-ct/index.d.ts +9 -3
- package/dist/plugins/playwright-ct/index.js +3 -2
- package/dist/plugins/playwright-test/index.d.ts +13 -0
- package/dist/plugins/playwright-test/index.js +16 -0
- package/dist/plugins/postcss/index.d.ts +1 -1
- package/dist/plugins/postcss/index.js +5 -2
- package/dist/plugins/preconstruct/index.d.ts +1 -1
- package/dist/plugins/preconstruct/index.js +3 -3
- package/dist/plugins/prettier/index.d.ts +1 -1
- package/dist/plugins/prettier/index.js +5 -5
- package/dist/plugins/react-cosmos/index.d.ts +2 -2
- package/dist/plugins/react-cosmos/index.js +5 -6
- package/dist/plugins/release-it/index.d.ts +1 -1
- package/dist/plugins/release-it/index.js +4 -3
- package/dist/plugins/remark/index.d.ts +1 -1
- package/dist/plugins/remark/index.js +3 -2
- package/dist/plugins/remix/index.d.ts +1 -1
- package/dist/plugins/remix/index.js +1 -1
- package/dist/plugins/rollup/index.d.ts +3 -1
- package/dist/plugins/rollup/index.js +8 -1
- package/dist/plugins/rsbuild/index.d.ts +2 -2
- package/dist/plugins/rsbuild/index.js +1 -1
- package/dist/plugins/rspack/index.d.ts +2 -2
- package/dist/plugins/rspack/index.js +4 -8
- package/dist/plugins/semantic-release/index.d.ts +1 -1
- package/dist/plugins/semantic-release/index.js +4 -2
- package/dist/plugins/sentry/index.d.ts +1 -1
- package/dist/plugins/sentry/index.js +1 -1
- package/dist/plugins/simple-git-hooks/index.d.ts +2 -2
- package/dist/plugins/simple-git-hooks/index.js +5 -5
- package/dist/plugins/size-limit/index.d.ts +2 -2
- package/dist/plugins/size-limit/index.js +2 -1
- package/dist/plugins/storybook/index.d.ts +1 -1
- package/dist/plugins/storybook/index.js +5 -5
- package/dist/plugins/stryker/index.d.ts +1 -1
- package/dist/plugins/stryker/index.js +3 -2
- package/dist/plugins/stylelint/index.d.ts +1 -1
- package/dist/plugins/stylelint/index.js +4 -3
- package/dist/plugins/svelte/index.d.ts +1 -1
- package/dist/plugins/svelte/index.js +1 -1
- package/dist/plugins/syncpack/index.d.ts +2 -3
- package/dist/plugins/syncpack/index.js +2 -4
- package/dist/plugins/tailwind/index.d.ts +1 -1
- package/dist/plugins/tailwind/index.js +1 -1
- package/dist/plugins/travis/index.d.ts +1 -1
- package/dist/plugins/travis/index.js +3 -4
- package/dist/plugins/ts-node/index.d.ts +15 -0
- package/dist/plugins/ts-node/index.js +12 -0
- package/dist/plugins/tsup/index.d.ts +4 -1
- package/dist/plugins/tsup/index.js +7 -3
- package/dist/plugins/tsx/index.d.ts +9 -0
- package/dist/plugins/tsx/index.js +10 -0
- package/dist/plugins/typedoc/index.d.ts +4 -1
- package/dist/plugins/typedoc/index.js +10 -3
- package/dist/plugins/typedoc/types.d.ts +1 -0
- package/dist/plugins/typescript/index.d.ts +11 -2
- package/dist/plugins/typescript/index.js +19 -34
- package/dist/plugins/unbuild/index.d.ts +1 -1
- package/dist/plugins/unbuild/index.js +3 -3
- package/dist/plugins/unocss/index.d.ts +2 -2
- package/dist/plugins/unocss/index.js +2 -1
- package/dist/plugins/vercel-og/index.d.ts +1 -1
- package/dist/plugins/vercel-og/index.js +1 -1
- package/dist/plugins/vike/index.d.ts +2 -2
- package/dist/plugins/vike/index.js +1 -1
- package/dist/plugins/vite/index.d.ts +3 -3
- package/dist/plugins/vite/index.js +2 -2
- package/dist/plugins/vitest/index.d.ts +4 -1
- package/dist/plugins/vitest/index.js +31 -20
- package/dist/plugins/vue/index.d.ts +1 -1
- package/dist/plugins/vue/index.js +10 -10
- package/dist/plugins/webdriver-io/index.d.ts +1 -1
- package/dist/plugins/webdriver-io/index.js +3 -2
- package/dist/plugins/webpack/index.d.ts +3 -5
- package/dist/plugins/webpack/index.js +18 -19
- package/dist/plugins/wireit/index.d.ts +1 -1
- package/dist/plugins/wireit/index.js +2 -2
- package/dist/plugins/wrangler/index.d.ts +1 -1
- package/dist/plugins/wrangler/index.js +3 -2
- package/dist/plugins/xo/index.d.ts +2 -2
- package/dist/plugins/xo/index.js +4 -4
- package/dist/plugins/yorkie/index.d.ts +1 -1
- package/dist/plugins/yorkie/index.js +6 -5
- package/dist/plugins.d.ts +7 -4
- package/dist/plugins.js +17 -10
- package/dist/reporters/symbols.js +1 -1
- package/dist/types/PluginNames.d.ts +2 -0
- package/dist/types/PluginNames.js +86 -0
- package/dist/types/args.d.ts +14 -0
- package/dist/types/config.d.ts +84 -21
- package/dist/types/package-json.d.ts +10 -0
- package/dist/types/project.d.ts +18 -0
- package/dist/typescript/ast-helpers.d.ts +1 -1
- package/dist/typescript/ast-helpers.js +5 -1
- package/dist/typescript/find-internal-references.d.ts +1 -1
- package/dist/typescript/find-internal-references.js +12 -10
- package/dist/typescript/get-imports-and-exports.d.ts +1 -11
- package/dist/typescript/get-imports-and-exports.js +19 -14
- package/dist/typescript/visitors/dynamic-imports/importCall.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/importType.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/index.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/jsDocType.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/requireCall.d.ts +1 -1
- package/dist/typescript/visitors/dynamic-imports/resolveCall.d.ts +1 -1
- package/dist/typescript/visitors/exports/exportAssignment.d.ts +1 -1
- package/dist/typescript/visitors/exports/exportDeclaration.d.ts +1 -1
- package/dist/typescript/visitors/exports/exportKeyword.d.ts +1 -1
- package/dist/typescript/visitors/exports/exportKeyword.js +2 -0
- package/dist/typescript/visitors/exports/exportsAccessExpression.d.ts +1 -1
- package/dist/typescript/visitors/exports/index.d.ts +1 -1
- package/dist/typescript/visitors/exports/moduleExportsAccessExpression.d.ts +1 -1
- package/dist/typescript/visitors/imports/importDeclaration.d.ts +1 -1
- package/dist/typescript/visitors/imports/importEqualsDeclaration.d.ts +1 -1
- package/dist/typescript/visitors/imports/index.d.ts +1 -1
- package/dist/typescript/visitors/imports/reExportDeclaration.d.ts +1 -1
- package/dist/typescript/visitors/index.d.ts +1 -1
- package/dist/typescript/visitors/scripts/bun.d.ts +1 -1
- package/dist/typescript/visitors/scripts/execa.d.ts +1 -1
- package/dist/typescript/visitors/scripts/index.d.ts +1 -1
- package/dist/typescript/visitors/scripts/zx.d.ts +1 -1
- package/dist/util/create-workspace-graph.d.ts +1 -1
- package/dist/util/create-workspace-graph.js +7 -7
- package/dist/util/debug.d.ts +2 -2
- package/dist/util/debug.js +1 -1
- package/dist/util/glob.js +2 -2
- package/dist/util/{handle-dependency.d.ts → handle-referenced-dependency.d.ts} +2 -1
- package/dist/util/handle-referenced-dependency.js +82 -0
- package/dist/util/input.d.ts +37 -0
- package/dist/util/input.js +36 -0
- package/dist/util/map-workspaces.d.ts +5 -2
- package/dist/util/map-workspaces.js +6 -6
- package/dist/util/modules.d.ts +1 -0
- package/dist/util/modules.js +4 -3
- package/dist/util/object.d.ts +1 -0
- package/dist/util/object.js +19 -0
- package/dist/util/plugin-config.d.ts +24 -0
- package/dist/util/plugin-config.js +32 -0
- package/dist/util/plugin.d.ts +3 -31
- package/dist/util/plugin.js +9 -54
- package/dist/util/regex.js +3 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +7 -10
- package/schema.json +28 -0
- package/dist/binaries/resolvers/bun.d.ts +0 -2
- package/dist/binaries/resolvers/c8.d.ts +0 -2
- package/dist/binaries/resolvers/c8.js +0 -11
- package/dist/binaries/resolvers/dotenv.d.ts +0 -2
- package/dist/binaries/resolvers/dotenv.js +0 -7
- package/dist/binaries/resolvers/fallback.d.ts +0 -2
- package/dist/binaries/resolvers/fallback.js +0 -26
- package/dist/binaries/resolvers/index.d.ts +0 -15
- package/dist/binaries/resolvers/index.js +0 -26
- package/dist/binaries/resolvers/node.js +0 -11
- package/dist/binaries/resolvers/nodemon.d.ts +0 -2
- package/dist/binaries/resolvers/nodemon.js +0 -16
- package/dist/binaries/resolvers/npx.d.ts +0 -2
- package/dist/binaries/resolvers/nx.d.ts +0 -2
- package/dist/binaries/resolvers/nx.js +0 -9
- package/dist/binaries/resolvers/pnpm.d.ts +0 -2
- package/dist/binaries/resolvers/rollup.d.ts +0 -2
- package/dist/binaries/resolvers/rollup.js +0 -12
- package/dist/binaries/resolvers/ts-node.d.ts +0 -2
- package/dist/binaries/resolvers/ts-node.js +0 -16
- package/dist/binaries/resolvers/tsx.d.ts +0 -2
- package/dist/binaries/resolvers/tsx.js +0 -6
- package/dist/binaries/resolvers/yarn.d.ts +0 -2
- package/dist/binaries/types.d.ts +0 -11
- package/dist/types/plugins.d.ts +0 -42
- package/dist/util/handle-dependency.js +0 -63
- package/dist/util/protocols.d.ts +0 -9
- package/dist/util/protocols.js +0 -9
- /package/dist/{binaries/types.js → types/args.js} +0 -0
- /package/dist/types/{plugins.js → project.js} +0 -0
package/dist/plugins/index.d.ts
CHANGED
|
@@ -1,77 +1,685 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
1
|
+
export declare const Plugins: {
|
|
2
|
+
angular: {
|
|
3
|
+
title: string;
|
|
4
|
+
enablers: string[];
|
|
5
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
6
|
+
config: string[];
|
|
7
|
+
production: string[];
|
|
8
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./angular/types.js").AngularCLIWorkspaceConfiguration>;
|
|
9
|
+
};
|
|
10
|
+
astro: {
|
|
11
|
+
title: string;
|
|
12
|
+
enablers: string[];
|
|
13
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
14
|
+
entry: string[];
|
|
15
|
+
production: string[];
|
|
16
|
+
resolve: import("../types/config.js").Resolve;
|
|
17
|
+
};
|
|
18
|
+
ava: {
|
|
19
|
+
title: string;
|
|
20
|
+
enablers: string[];
|
|
21
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
22
|
+
config: string[];
|
|
23
|
+
entry: string[];
|
|
24
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./ava/types.js").AvaConfig>;
|
|
25
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./ava/types.js").AvaConfig>;
|
|
26
|
+
};
|
|
27
|
+
babel: {
|
|
28
|
+
title: string;
|
|
29
|
+
enablers: RegExp[];
|
|
30
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
31
|
+
config: string[];
|
|
32
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./babel/types.js").BabelConfig>;
|
|
33
|
+
};
|
|
34
|
+
c8: {
|
|
35
|
+
title: string;
|
|
36
|
+
args: {
|
|
37
|
+
args: (args: string[]) => string[];
|
|
38
|
+
boolean: string[];
|
|
39
|
+
fromArgs: (parsed: import("minimist").ParsedArgs, args: string[]) => string[];
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
capacitor: {
|
|
43
|
+
title: string;
|
|
44
|
+
enablers: RegExp[];
|
|
45
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
46
|
+
config: string[];
|
|
47
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./capacitor/types.js").CapacitorConfig>;
|
|
48
|
+
};
|
|
49
|
+
changesets: {
|
|
50
|
+
title: string;
|
|
51
|
+
enablers: string[];
|
|
52
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
53
|
+
config: string[];
|
|
54
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./changesets/types.js").ChangesetsConfig>;
|
|
55
|
+
};
|
|
56
|
+
commitizen: {
|
|
57
|
+
title: string;
|
|
58
|
+
enablers: string[];
|
|
59
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
60
|
+
packageJsonPath: string;
|
|
61
|
+
config: string[];
|
|
62
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./commitizen/types.js").CommitizenConfig>;
|
|
63
|
+
};
|
|
64
|
+
commitlint: {
|
|
65
|
+
title: string;
|
|
66
|
+
enablers: string[];
|
|
67
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
68
|
+
config: string[];
|
|
69
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./commitlint/types.js").CommitLintConfig>;
|
|
70
|
+
};
|
|
71
|
+
cspell: {
|
|
72
|
+
title: string;
|
|
73
|
+
enablers: string[];
|
|
74
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
75
|
+
config: string[];
|
|
76
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./cspell/types.js").CSpellConfig>;
|
|
77
|
+
};
|
|
78
|
+
cucumber: {
|
|
79
|
+
title: string;
|
|
80
|
+
enablers: string[];
|
|
81
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
82
|
+
config: string[];
|
|
83
|
+
entry: string[];
|
|
84
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./cucumber/types.js").CucumberConfig>;
|
|
85
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./cucumber/types.js").CucumberConfig>;
|
|
86
|
+
};
|
|
87
|
+
cypress: {
|
|
88
|
+
title: string;
|
|
89
|
+
enablers: string[];
|
|
90
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
91
|
+
config: string[];
|
|
92
|
+
entry: string[];
|
|
93
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths;
|
|
94
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./cypress/types.js").CypressConfig>;
|
|
95
|
+
};
|
|
96
|
+
dotenv: {
|
|
97
|
+
title: string;
|
|
98
|
+
args: {
|
|
99
|
+
fromArgs: (parsed: import("minimist").ParsedArgs, args: string[]) => string[];
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
drizzle: {
|
|
103
|
+
title: string;
|
|
104
|
+
enablers: string[];
|
|
105
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
106
|
+
config: string[];
|
|
107
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./drizzle/types.js").DrizzleConfig>;
|
|
108
|
+
};
|
|
109
|
+
eleventy: {
|
|
110
|
+
title: string;
|
|
111
|
+
enablers: string[];
|
|
112
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
113
|
+
config: string[];
|
|
114
|
+
production: string[];
|
|
115
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<Partial<import("./eleventy/types.js").EleventyConfig> | ((arg: import("./eleventy/helpers.js").DummyEleventyConfig) => Promise<Partial<import("./eleventy/types.js").EleventyConfig>>)>;
|
|
116
|
+
resolveConfig: import("../types/config.js").ResolveConfig<Partial<import("./eleventy/types.js").EleventyConfig> | ((arg: import("./eleventy/helpers.js").DummyEleventyConfig) => Promise<Partial<import("./eleventy/types.js").EleventyConfig>>)>;
|
|
117
|
+
};
|
|
118
|
+
eslint: {
|
|
119
|
+
title: string;
|
|
120
|
+
enablers: string[];
|
|
121
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
122
|
+
packageJsonPath: string;
|
|
123
|
+
entry: string[];
|
|
124
|
+
config: string[];
|
|
125
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./eslint/types.js").ESLintConfig>;
|
|
126
|
+
};
|
|
127
|
+
gatsby: {
|
|
128
|
+
title: string;
|
|
129
|
+
enablers: string[];
|
|
130
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
131
|
+
config: string[];
|
|
132
|
+
production: string[];
|
|
133
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./gatsby/types.js").GatsbyConfig | import("./gatsby/types.js").GatsbyNode>;
|
|
134
|
+
};
|
|
135
|
+
'github-actions': {
|
|
136
|
+
title: string;
|
|
137
|
+
enablers: string;
|
|
138
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
139
|
+
config: string[];
|
|
140
|
+
resolveConfig: import("../types/config.js").ResolveConfig;
|
|
141
|
+
};
|
|
142
|
+
'graphql-codegen': {
|
|
143
|
+
title: string;
|
|
144
|
+
enablers: (string | RegExp)[];
|
|
145
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
146
|
+
packageJsonPath: (manifest: import("../types/package-json.js").PackageJson) => string;
|
|
147
|
+
config: string[];
|
|
148
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./graphql-codegen/types.js").GraphqlCodegenTypes | import("./graphql-codegen/types.js").GraphqlConfigTypes | import("./graphql-codegen/types.js").GraphqlProjectsConfigTypes>;
|
|
149
|
+
};
|
|
150
|
+
husky: {
|
|
151
|
+
title: string;
|
|
152
|
+
enablers: string[];
|
|
153
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
154
|
+
config: string[];
|
|
155
|
+
resolveConfig: import("../types/config.js").ResolveConfig;
|
|
156
|
+
};
|
|
157
|
+
jest: {
|
|
158
|
+
title: string;
|
|
159
|
+
enablers: string[];
|
|
160
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
161
|
+
config: string[];
|
|
162
|
+
entry: string[];
|
|
163
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./jest/types.js").JestConfig>;
|
|
164
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./jest/types.js").JestConfig>;
|
|
165
|
+
};
|
|
166
|
+
ladle: {
|
|
167
|
+
title: string;
|
|
168
|
+
enablers: string[];
|
|
169
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
170
|
+
config: string[];
|
|
171
|
+
entry: string[];
|
|
172
|
+
project: string[];
|
|
173
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./ladle/types.js").LadleConfig>;
|
|
174
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./ladle/types.js").LadleConfig>;
|
|
175
|
+
};
|
|
176
|
+
lefthook: {
|
|
177
|
+
title: string;
|
|
178
|
+
enablers: string[];
|
|
179
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
180
|
+
config: string[];
|
|
181
|
+
resolveConfig: import("../types/config.js").ResolveConfig;
|
|
182
|
+
};
|
|
183
|
+
linthtml: {
|
|
184
|
+
title: string;
|
|
185
|
+
enablers: string[];
|
|
186
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
187
|
+
packageJsonPath: string;
|
|
188
|
+
config: string[];
|
|
189
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./linthtml/types.js").PluginConfig>;
|
|
190
|
+
};
|
|
191
|
+
'lint-staged': {
|
|
192
|
+
title: string;
|
|
193
|
+
enablers: string[];
|
|
194
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
195
|
+
packageJsonPath: string;
|
|
196
|
+
config: string[];
|
|
197
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./lint-staged/types.js").LintStagedConfig>;
|
|
198
|
+
};
|
|
199
|
+
'lockfile-lint': {
|
|
200
|
+
title: string;
|
|
201
|
+
enablers: string[];
|
|
202
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
203
|
+
config: string[];
|
|
204
|
+
};
|
|
205
|
+
'lost-pixel': {
|
|
206
|
+
title: string;
|
|
207
|
+
enablers: string[];
|
|
208
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
209
|
+
config: string[];
|
|
210
|
+
};
|
|
211
|
+
markdownlint: {
|
|
212
|
+
title: string;
|
|
213
|
+
enablers: string[];
|
|
214
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
215
|
+
config: string[];
|
|
216
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./markdownlint/types.js").MarkdownlintConfig>;
|
|
217
|
+
};
|
|
218
|
+
mocha: {
|
|
219
|
+
title: string;
|
|
220
|
+
enablers: string[];
|
|
221
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
222
|
+
config: string[];
|
|
223
|
+
entry: string[];
|
|
224
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./mocha/types.js").MochaConfig>;
|
|
225
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./mocha/types.js").MochaConfig>;
|
|
226
|
+
args: {
|
|
227
|
+
nodeImportArgs: boolean;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
moonrepo: {
|
|
231
|
+
title: string;
|
|
232
|
+
enablers: string[];
|
|
233
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
234
|
+
config: string[];
|
|
235
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./moonrepo/types.js").MoonConfiguration>;
|
|
236
|
+
};
|
|
237
|
+
msw: {
|
|
238
|
+
title: string;
|
|
239
|
+
enablers: string[];
|
|
240
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
241
|
+
config: string[];
|
|
242
|
+
entry: string[];
|
|
243
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./msw/types.js").MSWConfig>;
|
|
244
|
+
};
|
|
245
|
+
nest: {
|
|
246
|
+
title: string;
|
|
247
|
+
enablers: RegExp[];
|
|
248
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
249
|
+
config: string[];
|
|
250
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./nest/types.js").NestConfig>;
|
|
251
|
+
};
|
|
252
|
+
netlify: {
|
|
253
|
+
title: string;
|
|
254
|
+
enablers: (string | RegExp)[];
|
|
255
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
256
|
+
config: string[];
|
|
257
|
+
production: string[];
|
|
258
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./netlify/types.js").NetlifyConfig>;
|
|
259
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./netlify/types.js").NetlifyConfig>;
|
|
260
|
+
};
|
|
261
|
+
next: {
|
|
262
|
+
title: string;
|
|
263
|
+
enablers: string[];
|
|
264
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
265
|
+
entry: string[];
|
|
266
|
+
production: string[];
|
|
267
|
+
};
|
|
268
|
+
node: {
|
|
269
|
+
title: string;
|
|
270
|
+
args: {
|
|
271
|
+
positional: boolean;
|
|
272
|
+
nodeImportArgs: boolean;
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
nodemon: {
|
|
276
|
+
title: string;
|
|
277
|
+
args: {
|
|
278
|
+
positional: boolean;
|
|
279
|
+
nodeImportArgs: boolean;
|
|
280
|
+
string: string[];
|
|
281
|
+
fromArgs: string[];
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
'node-test-runner': {
|
|
285
|
+
title: string;
|
|
286
|
+
enablers: string;
|
|
287
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
288
|
+
entry: string[];
|
|
289
|
+
};
|
|
290
|
+
'npm-package-json-lint': {
|
|
291
|
+
title: string;
|
|
292
|
+
enablers: string[];
|
|
293
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
294
|
+
packageJsonPath: string;
|
|
295
|
+
config: string[];
|
|
296
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./npm-package-json-lint/types.js").NpmPkgJsonLintConfig>;
|
|
297
|
+
};
|
|
298
|
+
nuxt: {
|
|
299
|
+
title: string;
|
|
300
|
+
note: string;
|
|
301
|
+
enablers: string[];
|
|
302
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
303
|
+
entry: string[];
|
|
304
|
+
production: string[];
|
|
305
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./nuxt/types.js").NuxtConfig>;
|
|
306
|
+
};
|
|
307
|
+
nx: {
|
|
308
|
+
title: string;
|
|
309
|
+
enablers: (string | RegExp)[];
|
|
310
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
311
|
+
config: string[];
|
|
312
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./nx/types.js").NxProjectConfiguration | import("./nx/types.js").NxConfigRoot>;
|
|
313
|
+
args: {
|
|
314
|
+
fromArgs: (parsed: import("minimist").ParsedArgs) => string[];
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
nyc: {
|
|
318
|
+
title: string;
|
|
319
|
+
enablers: string[];
|
|
320
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
321
|
+
config: string[];
|
|
322
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./nyc/types.js").NycConfig>;
|
|
323
|
+
};
|
|
324
|
+
oclif: {
|
|
325
|
+
title: string;
|
|
326
|
+
enablers: string[];
|
|
327
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
328
|
+
config: string[];
|
|
329
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./oclif/types.js").OclifConfig>;
|
|
330
|
+
};
|
|
331
|
+
playwright: {
|
|
332
|
+
title: string;
|
|
333
|
+
enablers: string[];
|
|
334
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
335
|
+
config: string[];
|
|
336
|
+
entry: string[];
|
|
337
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./playwright/types.js").PlaywrightTestConfig>;
|
|
338
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./playwright/types.js").PlaywrightTestConfig>;
|
|
339
|
+
args: {
|
|
340
|
+
binaries: string[];
|
|
341
|
+
positional: boolean;
|
|
342
|
+
args: (args: string[]) => string[];
|
|
343
|
+
config: boolean;
|
|
344
|
+
};
|
|
345
|
+
};
|
|
346
|
+
'playwright-ct': {
|
|
347
|
+
title: string;
|
|
348
|
+
enablers: RegExp[];
|
|
349
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
350
|
+
config: string[];
|
|
351
|
+
entry: string[];
|
|
352
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./playwright/types.js").PlaywrightTestConfig>;
|
|
353
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./playwright/types.js").PlaywrightTestConfig>;
|
|
354
|
+
args: {
|
|
355
|
+
binaries: string[];
|
|
356
|
+
positional: boolean;
|
|
357
|
+
args: (args: string[]) => string[];
|
|
358
|
+
config: boolean;
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
'playwright-test': {
|
|
362
|
+
title: string;
|
|
363
|
+
enablers: string[];
|
|
364
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
365
|
+
args: {
|
|
366
|
+
binaries: string[];
|
|
367
|
+
positional: boolean;
|
|
368
|
+
args: (args: string[]) => string[];
|
|
369
|
+
config: boolean;
|
|
370
|
+
};
|
|
371
|
+
};
|
|
372
|
+
postcss: {
|
|
373
|
+
title: string;
|
|
374
|
+
enablers: string[];
|
|
375
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
376
|
+
config: string[];
|
|
377
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./postcss/types.js").PostCSSConfig>;
|
|
378
|
+
};
|
|
379
|
+
preconstruct: {
|
|
380
|
+
title: string;
|
|
381
|
+
enablers: string[];
|
|
382
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
383
|
+
config: string[];
|
|
384
|
+
resolveEntryPaths: import("../types/config.js").ResolveConfig<import("./preconstruct/types.js").PreconstructConfig>;
|
|
385
|
+
};
|
|
386
|
+
prettier: {
|
|
387
|
+
title: string;
|
|
388
|
+
enablers: string[];
|
|
389
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
390
|
+
config: string[];
|
|
391
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./prettier/types.js").PrettierConfig>;
|
|
392
|
+
};
|
|
393
|
+
'react-cosmos': {
|
|
394
|
+
title: string;
|
|
395
|
+
enablers: string[];
|
|
396
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
397
|
+
config: string[];
|
|
398
|
+
entry: string[];
|
|
399
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./react-cosmos/types.js").ReactCosmosConfig>;
|
|
400
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./react-cosmos/types.js").ReactCosmosConfig>;
|
|
401
|
+
};
|
|
402
|
+
'release-it': {
|
|
403
|
+
title: string;
|
|
404
|
+
enablers: string[];
|
|
405
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
406
|
+
packageJsonPath: string;
|
|
407
|
+
config: string[];
|
|
408
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./release-it/types.js").ReleaseItConfig>;
|
|
409
|
+
};
|
|
410
|
+
remark: {
|
|
411
|
+
title: string;
|
|
412
|
+
enablers: string[];
|
|
413
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
414
|
+
packageJsonPath: string;
|
|
415
|
+
config: string[];
|
|
416
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./remark/types.js").RemarkConfig>;
|
|
417
|
+
};
|
|
418
|
+
remix: {
|
|
419
|
+
title: string;
|
|
420
|
+
enablers: RegExp[];
|
|
421
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
422
|
+
entry: string[];
|
|
423
|
+
production: string[];
|
|
424
|
+
};
|
|
425
|
+
rollup: {
|
|
426
|
+
title: string;
|
|
427
|
+
enablers: string[];
|
|
428
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
429
|
+
entry: string[];
|
|
430
|
+
args: import("../types/args.js").Args;
|
|
431
|
+
};
|
|
432
|
+
rsbuild: {
|
|
433
|
+
title: string;
|
|
434
|
+
enablers: string[];
|
|
435
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
436
|
+
config: string[];
|
|
437
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./rsbuild/types.js").RsbuildConfig>;
|
|
438
|
+
};
|
|
439
|
+
rspack: {
|
|
440
|
+
title: string;
|
|
441
|
+
enablers: string[];
|
|
442
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
443
|
+
config: string[];
|
|
444
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./webpack/types.js").WebpackConfig>;
|
|
445
|
+
};
|
|
446
|
+
'semantic-release': {
|
|
447
|
+
title: string;
|
|
448
|
+
enablers: string[];
|
|
449
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
450
|
+
packageJsonPath: string;
|
|
451
|
+
config: string[];
|
|
452
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./semantic-release/types.js").SemanticReleaseConfig>;
|
|
453
|
+
};
|
|
454
|
+
sentry: {
|
|
455
|
+
title: string;
|
|
456
|
+
enablers: RegExp[];
|
|
457
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
458
|
+
entry: string[];
|
|
459
|
+
};
|
|
460
|
+
'simple-git-hooks': {
|
|
461
|
+
title: string;
|
|
462
|
+
enablers: string[];
|
|
463
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
464
|
+
packageJsonPath: string;
|
|
465
|
+
config: string[];
|
|
466
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./simple-git-hooks/types.js").PluginConfig>;
|
|
467
|
+
};
|
|
468
|
+
'size-limit': {
|
|
469
|
+
title: string;
|
|
470
|
+
enablers: string[];
|
|
471
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
472
|
+
config: string[];
|
|
473
|
+
};
|
|
474
|
+
storybook: {
|
|
475
|
+
title: string;
|
|
476
|
+
enablers: (string | RegExp)[];
|
|
477
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
478
|
+
config: string[];
|
|
479
|
+
entry: string[];
|
|
480
|
+
project: string[];
|
|
481
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./storybook/types.js").StorybookConfig>;
|
|
482
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./storybook/types.js").StorybookConfig>;
|
|
483
|
+
};
|
|
484
|
+
stryker: {
|
|
485
|
+
title: string;
|
|
486
|
+
enablers: string[];
|
|
487
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
488
|
+
config: string[];
|
|
489
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./stryker/types.js").StrykerConfig>;
|
|
490
|
+
};
|
|
491
|
+
stylelint: {
|
|
492
|
+
title: string;
|
|
493
|
+
enablers: string[];
|
|
494
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
495
|
+
config: string[];
|
|
496
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./stylelint/types.js").StyleLintConfig>;
|
|
497
|
+
};
|
|
498
|
+
svelte: {
|
|
499
|
+
title: string;
|
|
500
|
+
enablers: string[];
|
|
501
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
502
|
+
entry: string[];
|
|
503
|
+
production: string[];
|
|
504
|
+
};
|
|
505
|
+
syncpack: {
|
|
506
|
+
title: string;
|
|
507
|
+
enablers: string[];
|
|
508
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
509
|
+
config: string[];
|
|
510
|
+
};
|
|
511
|
+
tailwind: {
|
|
512
|
+
title: string;
|
|
513
|
+
enablers: string[];
|
|
514
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
515
|
+
entry: string[];
|
|
516
|
+
};
|
|
517
|
+
travis: {
|
|
518
|
+
title: string;
|
|
519
|
+
enablers: string;
|
|
520
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
521
|
+
config: string[];
|
|
522
|
+
resolveConfig: import("../types/config.js").ResolveConfig;
|
|
523
|
+
};
|
|
524
|
+
'ts-node': {
|
|
525
|
+
title: string;
|
|
526
|
+
args: {
|
|
527
|
+
binaries: string[];
|
|
528
|
+
positional: boolean;
|
|
529
|
+
nodeImportArgs: boolean;
|
|
530
|
+
boolean: string[];
|
|
531
|
+
alias: {
|
|
532
|
+
transpileOnly: string[];
|
|
533
|
+
compilerHost: string[];
|
|
534
|
+
ignoreDiagnostics: string[];
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
};
|
|
538
|
+
tsup: {
|
|
539
|
+
title: string;
|
|
540
|
+
enablers: string[];
|
|
541
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
542
|
+
config: string[];
|
|
543
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./tsup/types.js").TsupConfig>;
|
|
544
|
+
args: {
|
|
545
|
+
config: boolean;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
548
|
+
tsx: {
|
|
549
|
+
title: string;
|
|
550
|
+
args: {
|
|
551
|
+
positional: boolean;
|
|
552
|
+
nodeImportArgs: boolean;
|
|
553
|
+
args: (args: string[]) => string[];
|
|
554
|
+
};
|
|
555
|
+
};
|
|
556
|
+
typedoc: {
|
|
557
|
+
title: string;
|
|
558
|
+
enablers: string[];
|
|
559
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
560
|
+
packageJsonPath: string;
|
|
561
|
+
config: string[];
|
|
562
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./typedoc/types.js").TypeDocConfig | {
|
|
563
|
+
typedocOptions: import("./typedoc/types.js").TypeDocConfig;
|
|
564
|
+
}>;
|
|
565
|
+
args: {
|
|
566
|
+
resolve: string[];
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
typescript: {
|
|
570
|
+
title: string;
|
|
571
|
+
enablers: string[];
|
|
572
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
573
|
+
config: string[];
|
|
574
|
+
production: string[];
|
|
575
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("type-fest").TsConfigJson>;
|
|
576
|
+
args: {
|
|
577
|
+
binaries: string[];
|
|
578
|
+
string: string[];
|
|
579
|
+
alias: {
|
|
580
|
+
project: string[];
|
|
581
|
+
};
|
|
582
|
+
config: [string, (p: string) => string][];
|
|
583
|
+
};
|
|
584
|
+
};
|
|
585
|
+
unbuild: {
|
|
586
|
+
title: string;
|
|
587
|
+
enablers: string[];
|
|
588
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
589
|
+
config: string[];
|
|
590
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./unbuild/types.js").UnbuildConfig>;
|
|
591
|
+
};
|
|
592
|
+
unocss: {
|
|
593
|
+
title: string;
|
|
594
|
+
enablers: string[];
|
|
595
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
596
|
+
config: string[];
|
|
597
|
+
};
|
|
598
|
+
'vercel-og': {
|
|
599
|
+
title: string;
|
|
600
|
+
enablers: string[];
|
|
601
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
602
|
+
production: string[];
|
|
603
|
+
};
|
|
604
|
+
vike: {
|
|
605
|
+
title: string;
|
|
606
|
+
enablers: string[];
|
|
607
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
608
|
+
production: string[];
|
|
609
|
+
};
|
|
610
|
+
vite: {
|
|
611
|
+
title: string;
|
|
612
|
+
enablers: string[];
|
|
613
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
614
|
+
config: string[];
|
|
615
|
+
production: string[];
|
|
616
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./vitest/types.js").ViteConfigOrFn | import("./vitest/types.js").VitestWorkspaceConfig>;
|
|
617
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./vitest/types.js").ViteConfigOrFn | import("./vitest/types.js").VitestWorkspaceConfig>;
|
|
618
|
+
};
|
|
619
|
+
vitest: {
|
|
620
|
+
title: string;
|
|
621
|
+
enablers: string[];
|
|
622
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
623
|
+
config: string[];
|
|
624
|
+
entry: string[];
|
|
625
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./vitest/types.js").ViteConfigOrFn | import("./vitest/types.js").VitestWorkspaceConfig>;
|
|
626
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./vitest/types.js").ViteConfigOrFn | import("./vitest/types.js").VitestWorkspaceConfig>;
|
|
627
|
+
args: {
|
|
628
|
+
config: boolean;
|
|
629
|
+
};
|
|
630
|
+
};
|
|
631
|
+
vue: {
|
|
632
|
+
title: string;
|
|
633
|
+
enablers: string[];
|
|
634
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
635
|
+
config: string[];
|
|
636
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./vue/types.js").VueConfig>;
|
|
637
|
+
};
|
|
638
|
+
'webdriver-io': {
|
|
639
|
+
title: string;
|
|
640
|
+
enablers: string[];
|
|
641
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
642
|
+
config: string[];
|
|
643
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./webdriver-io/types.js").WebdriverIOConfig>;
|
|
644
|
+
};
|
|
645
|
+
webpack: {
|
|
646
|
+
title: string;
|
|
647
|
+
enablers: string[];
|
|
648
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
649
|
+
config: string[];
|
|
650
|
+
production: string[];
|
|
651
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./webpack/types.js").WebpackConfig>;
|
|
652
|
+
};
|
|
653
|
+
wireit: {
|
|
654
|
+
title: string;
|
|
655
|
+
enablers: string[];
|
|
656
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
657
|
+
packageJsonPath: string;
|
|
658
|
+
config: string[];
|
|
659
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./wireit/types.js").WireitConfig>;
|
|
660
|
+
};
|
|
661
|
+
wrangler: {
|
|
662
|
+
title: string;
|
|
663
|
+
enablers: string[];
|
|
664
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
665
|
+
config: string[];
|
|
666
|
+
resolveEntryPaths: import("../types/config.js").ResolveEntryPaths<import("./wrangler/types.js").WranglerConfig>;
|
|
667
|
+
};
|
|
668
|
+
xo: {
|
|
669
|
+
title: string;
|
|
670
|
+
enablers: string[];
|
|
671
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
672
|
+
packageJsonPath: string;
|
|
673
|
+
entry: string[];
|
|
674
|
+
config: string[];
|
|
675
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./xo/types.js").XOConfig>;
|
|
676
|
+
};
|
|
677
|
+
yorkie: {
|
|
678
|
+
title: string;
|
|
679
|
+
enablers: string[];
|
|
680
|
+
isEnabled: import("../types/config.js").IsPluginEnabled;
|
|
681
|
+
packageJsonPath: string;
|
|
682
|
+
config: string[];
|
|
683
|
+
resolveConfig: import("../types/config.js").ResolveConfig<import("./lint-staged/types.js").LintStagedConfig>;
|
|
684
|
+
};
|
|
685
|
+
};
|