knip 5.36.5 → 5.36.6
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 +5 -5
- package/dist/ConfigurationValidator.d.ts +224 -125
- package/dist/ConfigurationValidator.js +1 -95
- package/dist/compilers/index.d.ts +52 -32
- package/dist/schema/plugins.d.ts +1974 -0
- package/dist/schema/plugins.js +96 -0
- package/dist/types/config.d.ts +2 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -71,8 +71,8 @@ export declare class ConfigurationChief {
|
|
|
71
71
|
};
|
|
72
72
|
getConfigForWorkspace(workspaceName: string, extensions?: string[]): {
|
|
73
73
|
node?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
74
|
-
astro?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
75
74
|
angular?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
75
|
+
astro?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
76
76
|
ava?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
77
77
|
babel?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
78
78
|
c8?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
@@ -84,10 +84,12 @@ export declare class ConfigurationChief {
|
|
|
84
84
|
cucumber?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
85
85
|
cypress?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
86
86
|
dotenv?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
87
|
+
drizzle?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
87
88
|
eleventy?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
88
89
|
eslint?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
89
90
|
gatsby?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
90
91
|
"github-actions"?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
92
|
+
glob?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
91
93
|
"graphql-codegen"?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
92
94
|
husky?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
93
95
|
jest?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
@@ -104,8 +106,8 @@ export declare class ConfigurationChief {
|
|
|
104
106
|
nest?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
105
107
|
netlify?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
106
108
|
next?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
107
|
-
nodemon?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
108
109
|
"node-test-runner"?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
110
|
+
nodemon?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
109
111
|
"npm-package-json-lint"?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
110
112
|
nuxt?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
111
113
|
nx?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
@@ -143,18 +145,16 @@ export declare class ConfigurationChief {
|
|
|
143
145
|
unbuild?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
144
146
|
unocss?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
145
147
|
"vercel-og"?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
146
|
-
vue?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
147
148
|
vike?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
148
149
|
vite?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
149
150
|
vitest?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
151
|
+
vue?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
150
152
|
"webdriver-io"?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
151
153
|
webpack?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
152
154
|
wireit?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
153
155
|
wrangler?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
154
156
|
xo?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
155
157
|
yorkie?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
156
|
-
drizzle?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
157
|
-
glob?: (boolean | import("./types/config.js").EnsuredPluginConfiguration) | undefined;
|
|
158
158
|
entry: string[];
|
|
159
159
|
project: string[];
|
|
160
160
|
paths: any;
|