knip 5.36.4 → 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/binaries/bash-parser.js +4 -1
- 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
|
@@ -1,17 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const pluginSchema: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
3
|
-
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
4
|
-
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
5
|
-
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6
|
-
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
config?: string | string[] | undefined;
|
|
8
|
-
entry?: string | string[] | undefined;
|
|
9
|
-
project?: string | string[] | undefined;
|
|
10
|
-
}, {
|
|
11
|
-
config?: string | string[] | undefined;
|
|
12
|
-
entry?: string | string[] | undefined;
|
|
13
|
-
project?: string | string[] | undefined;
|
|
14
|
-
}>]>;
|
|
15
2
|
export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
16
3
|
rules: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"files">, z.ZodLiteral<"dependencies">, z.ZodLiteral<"devDependencies">, z.ZodLiteral<"optionalPeerDependencies">, z.ZodLiteral<"unlisted">, z.ZodLiteral<"binaries">, z.ZodLiteral<"unresolved">, z.ZodLiteral<"exports">, z.ZodLiteral<"types">, z.ZodLiteral<"nsExports">, z.ZodLiteral<"nsTypes">, z.ZodLiteral<"duplicates">, z.ZodLiteral<"enumMembers">, z.ZodLiteral<"classMembers">]>, z.ZodEnum<["error", "warn", "off"]>>>;
|
|
17
4
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -41,7 +28,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
41
28
|
ignoreMembers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
42
29
|
includeEntryExports: z.ZodOptional<z.ZodBoolean>;
|
|
43
30
|
}, {
|
|
44
|
-
|
|
31
|
+
angular: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
45
32
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
46
33
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
47
34
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -54,7 +41,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
54
41
|
entry?: string | string[] | undefined;
|
|
55
42
|
project?: string | string[] | undefined;
|
|
56
43
|
}>]>>;
|
|
57
|
-
|
|
44
|
+
astro: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
58
45
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
59
46
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
60
47
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -210,6 +197,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
210
197
|
entry?: string | string[] | undefined;
|
|
211
198
|
project?: string | string[] | undefined;
|
|
212
199
|
}>]>>;
|
|
200
|
+
drizzle: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
201
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
202
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
203
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
204
|
+
}, "strip", z.ZodTypeAny, {
|
|
205
|
+
config?: string | string[] | undefined;
|
|
206
|
+
entry?: string | string[] | undefined;
|
|
207
|
+
project?: string | string[] | undefined;
|
|
208
|
+
}, {
|
|
209
|
+
config?: string | string[] | undefined;
|
|
210
|
+
entry?: string | string[] | undefined;
|
|
211
|
+
project?: string | string[] | undefined;
|
|
212
|
+
}>]>>;
|
|
213
213
|
eleventy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
214
214
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
215
215
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -262,6 +262,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
262
262
|
entry?: string | string[] | undefined;
|
|
263
263
|
project?: string | string[] | undefined;
|
|
264
264
|
}>]>>;
|
|
265
|
+
glob: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
266
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
267
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
268
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
269
|
+
}, "strip", z.ZodTypeAny, {
|
|
270
|
+
config?: string | string[] | undefined;
|
|
271
|
+
entry?: string | string[] | undefined;
|
|
272
|
+
project?: string | string[] | undefined;
|
|
273
|
+
}, {
|
|
274
|
+
config?: string | string[] | undefined;
|
|
275
|
+
entry?: string | string[] | undefined;
|
|
276
|
+
project?: string | string[] | undefined;
|
|
277
|
+
}>]>>;
|
|
265
278
|
'graphql-codegen': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
266
279
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
267
280
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -483,7 +496,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
483
496
|
entry?: string | string[] | undefined;
|
|
484
497
|
project?: string | string[] | undefined;
|
|
485
498
|
}>]>>;
|
|
486
|
-
|
|
499
|
+
'node-test-runner': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
487
500
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
488
501
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
489
502
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -496,7 +509,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
496
509
|
entry?: string | string[] | undefined;
|
|
497
510
|
project?: string | string[] | undefined;
|
|
498
511
|
}>]>>;
|
|
499
|
-
|
|
512
|
+
nodemon: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
500
513
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
501
514
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
502
515
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -990,7 +1003,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
990
1003
|
entry?: string | string[] | undefined;
|
|
991
1004
|
project?: string | string[] | undefined;
|
|
992
1005
|
}>]>>;
|
|
993
|
-
|
|
1006
|
+
vike: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
994
1007
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
995
1008
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
996
1009
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1003,7 +1016,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1003
1016
|
entry?: string | string[] | undefined;
|
|
1004
1017
|
project?: string | string[] | undefined;
|
|
1005
1018
|
}>]>>;
|
|
1006
|
-
|
|
1019
|
+
vite: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1007
1020
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1008
1021
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1009
1022
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1016,7 +1029,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1016
1029
|
entry?: string | string[] | undefined;
|
|
1017
1030
|
project?: string | string[] | undefined;
|
|
1018
1031
|
}>]>>;
|
|
1019
|
-
|
|
1032
|
+
vitest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1020
1033
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1021
1034
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1022
1035
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1029,7 +1042,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1029
1042
|
entry?: string | string[] | undefined;
|
|
1030
1043
|
project?: string | string[] | undefined;
|
|
1031
1044
|
}>]>>;
|
|
1032
|
-
|
|
1045
|
+
vue: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1033
1046
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1034
1047
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1035
1048
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1128,18 +1141,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1128
1141
|
} | undefined;
|
|
1129
1142
|
entry?: string | string[] | undefined;
|
|
1130
1143
|
project?: string | string[] | undefined;
|
|
1131
|
-
|
|
1132
|
-
ignore?: string | string[] | undefined;
|
|
1133
|
-
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
1134
|
-
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
1135
|
-
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
1136
|
-
includeEntryExports?: boolean | undefined;
|
|
1137
|
-
astro?: string | boolean | string[] | {
|
|
1144
|
+
angular?: string | boolean | string[] | {
|
|
1138
1145
|
config?: string | string[] | undefined;
|
|
1139
1146
|
entry?: string | string[] | undefined;
|
|
1140
1147
|
project?: string | string[] | undefined;
|
|
1141
1148
|
} | undefined;
|
|
1142
|
-
|
|
1149
|
+
astro?: string | boolean | string[] | {
|
|
1143
1150
|
config?: string | string[] | undefined;
|
|
1144
1151
|
entry?: string | string[] | undefined;
|
|
1145
1152
|
project?: string | string[] | undefined;
|
|
@@ -1199,6 +1206,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1199
1206
|
entry?: string | string[] | undefined;
|
|
1200
1207
|
project?: string | string[] | undefined;
|
|
1201
1208
|
} | undefined;
|
|
1209
|
+
drizzle?: string | boolean | string[] | {
|
|
1210
|
+
config?: string | string[] | undefined;
|
|
1211
|
+
entry?: string | string[] | undefined;
|
|
1212
|
+
project?: string | string[] | undefined;
|
|
1213
|
+
} | undefined;
|
|
1202
1214
|
eleventy?: string | boolean | string[] | {
|
|
1203
1215
|
config?: string | string[] | undefined;
|
|
1204
1216
|
entry?: string | string[] | undefined;
|
|
@@ -1219,6 +1231,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1219
1231
|
entry?: string | string[] | undefined;
|
|
1220
1232
|
project?: string | string[] | undefined;
|
|
1221
1233
|
} | undefined;
|
|
1234
|
+
glob?: string | boolean | string[] | {
|
|
1235
|
+
config?: string | string[] | undefined;
|
|
1236
|
+
entry?: string | string[] | undefined;
|
|
1237
|
+
project?: string | string[] | undefined;
|
|
1238
|
+
} | undefined;
|
|
1222
1239
|
'graphql-codegen'?: string | boolean | string[] | {
|
|
1223
1240
|
config?: string | string[] | undefined;
|
|
1224
1241
|
entry?: string | string[] | undefined;
|
|
@@ -1299,12 +1316,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1299
1316
|
entry?: string | string[] | undefined;
|
|
1300
1317
|
project?: string | string[] | undefined;
|
|
1301
1318
|
} | undefined;
|
|
1302
|
-
|
|
1319
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
1303
1320
|
config?: string | string[] | undefined;
|
|
1304
1321
|
entry?: string | string[] | undefined;
|
|
1305
1322
|
project?: string | string[] | undefined;
|
|
1306
1323
|
} | undefined;
|
|
1307
|
-
|
|
1324
|
+
nodemon?: string | boolean | string[] | {
|
|
1308
1325
|
config?: string | string[] | undefined;
|
|
1309
1326
|
entry?: string | string[] | undefined;
|
|
1310
1327
|
project?: string | string[] | undefined;
|
|
@@ -1494,22 +1511,22 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1494
1511
|
entry?: string | string[] | undefined;
|
|
1495
1512
|
project?: string | string[] | undefined;
|
|
1496
1513
|
} | undefined;
|
|
1497
|
-
|
|
1514
|
+
vike?: string | boolean | string[] | {
|
|
1498
1515
|
config?: string | string[] | undefined;
|
|
1499
1516
|
entry?: string | string[] | undefined;
|
|
1500
1517
|
project?: string | string[] | undefined;
|
|
1501
1518
|
} | undefined;
|
|
1502
|
-
|
|
1519
|
+
vite?: string | boolean | string[] | {
|
|
1503
1520
|
config?: string | string[] | undefined;
|
|
1504
1521
|
entry?: string | string[] | undefined;
|
|
1505
1522
|
project?: string | string[] | undefined;
|
|
1506
1523
|
} | undefined;
|
|
1507
|
-
|
|
1524
|
+
vitest?: string | boolean | string[] | {
|
|
1508
1525
|
config?: string | string[] | undefined;
|
|
1509
1526
|
entry?: string | string[] | undefined;
|
|
1510
1527
|
project?: string | string[] | undefined;
|
|
1511
1528
|
} | undefined;
|
|
1512
|
-
|
|
1529
|
+
vue?: string | boolean | string[] | {
|
|
1513
1530
|
config?: string | string[] | undefined;
|
|
1514
1531
|
entry?: string | string[] | undefined;
|
|
1515
1532
|
project?: string | string[] | undefined;
|
|
@@ -1544,6 +1561,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1544
1561
|
entry?: string | string[] | undefined;
|
|
1545
1562
|
project?: string | string[] | undefined;
|
|
1546
1563
|
} | undefined;
|
|
1564
|
+
paths?: Record<string, string[]> | undefined;
|
|
1565
|
+
ignore?: string | string[] | undefined;
|
|
1566
|
+
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
1567
|
+
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
1568
|
+
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
1569
|
+
includeEntryExports?: boolean | undefined;
|
|
1547
1570
|
}, {
|
|
1548
1571
|
node?: string | boolean | string[] | {
|
|
1549
1572
|
config?: string | string[] | undefined;
|
|
@@ -1552,18 +1575,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1552
1575
|
} | undefined;
|
|
1553
1576
|
entry?: string | string[] | undefined;
|
|
1554
1577
|
project?: string | string[] | undefined;
|
|
1555
|
-
|
|
1556
|
-
ignore?: string | string[] | undefined;
|
|
1557
|
-
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
1558
|
-
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
1559
|
-
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
1560
|
-
includeEntryExports?: boolean | undefined;
|
|
1561
|
-
astro?: string | boolean | string[] | {
|
|
1578
|
+
angular?: string | boolean | string[] | {
|
|
1562
1579
|
config?: string | string[] | undefined;
|
|
1563
1580
|
entry?: string | string[] | undefined;
|
|
1564
1581
|
project?: string | string[] | undefined;
|
|
1565
1582
|
} | undefined;
|
|
1566
|
-
|
|
1583
|
+
astro?: string | boolean | string[] | {
|
|
1567
1584
|
config?: string | string[] | undefined;
|
|
1568
1585
|
entry?: string | string[] | undefined;
|
|
1569
1586
|
project?: string | string[] | undefined;
|
|
@@ -1623,6 +1640,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1623
1640
|
entry?: string | string[] | undefined;
|
|
1624
1641
|
project?: string | string[] | undefined;
|
|
1625
1642
|
} | undefined;
|
|
1643
|
+
drizzle?: string | boolean | string[] | {
|
|
1644
|
+
config?: string | string[] | undefined;
|
|
1645
|
+
entry?: string | string[] | undefined;
|
|
1646
|
+
project?: string | string[] | undefined;
|
|
1647
|
+
} | undefined;
|
|
1626
1648
|
eleventy?: string | boolean | string[] | {
|
|
1627
1649
|
config?: string | string[] | undefined;
|
|
1628
1650
|
entry?: string | string[] | undefined;
|
|
@@ -1643,6 +1665,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1643
1665
|
entry?: string | string[] | undefined;
|
|
1644
1666
|
project?: string | string[] | undefined;
|
|
1645
1667
|
} | undefined;
|
|
1668
|
+
glob?: string | boolean | string[] | {
|
|
1669
|
+
config?: string | string[] | undefined;
|
|
1670
|
+
entry?: string | string[] | undefined;
|
|
1671
|
+
project?: string | string[] | undefined;
|
|
1672
|
+
} | undefined;
|
|
1646
1673
|
'graphql-codegen'?: string | boolean | string[] | {
|
|
1647
1674
|
config?: string | string[] | undefined;
|
|
1648
1675
|
entry?: string | string[] | undefined;
|
|
@@ -1723,12 +1750,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1723
1750
|
entry?: string | string[] | undefined;
|
|
1724
1751
|
project?: string | string[] | undefined;
|
|
1725
1752
|
} | undefined;
|
|
1726
|
-
|
|
1753
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
1727
1754
|
config?: string | string[] | undefined;
|
|
1728
1755
|
entry?: string | string[] | undefined;
|
|
1729
1756
|
project?: string | string[] | undefined;
|
|
1730
1757
|
} | undefined;
|
|
1731
|
-
|
|
1758
|
+
nodemon?: string | boolean | string[] | {
|
|
1732
1759
|
config?: string | string[] | undefined;
|
|
1733
1760
|
entry?: string | string[] | undefined;
|
|
1734
1761
|
project?: string | string[] | undefined;
|
|
@@ -1918,22 +1945,22 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1918
1945
|
entry?: string | string[] | undefined;
|
|
1919
1946
|
project?: string | string[] | undefined;
|
|
1920
1947
|
} | undefined;
|
|
1921
|
-
|
|
1948
|
+
vike?: string | boolean | string[] | {
|
|
1922
1949
|
config?: string | string[] | undefined;
|
|
1923
1950
|
entry?: string | string[] | undefined;
|
|
1924
1951
|
project?: string | string[] | undefined;
|
|
1925
1952
|
} | undefined;
|
|
1926
|
-
|
|
1953
|
+
vite?: string | boolean | string[] | {
|
|
1927
1954
|
config?: string | string[] | undefined;
|
|
1928
1955
|
entry?: string | string[] | undefined;
|
|
1929
1956
|
project?: string | string[] | undefined;
|
|
1930
1957
|
} | undefined;
|
|
1931
|
-
|
|
1958
|
+
vitest?: string | boolean | string[] | {
|
|
1932
1959
|
config?: string | string[] | undefined;
|
|
1933
1960
|
entry?: string | string[] | undefined;
|
|
1934
1961
|
project?: string | string[] | undefined;
|
|
1935
1962
|
} | undefined;
|
|
1936
|
-
|
|
1963
|
+
vue?: string | boolean | string[] | {
|
|
1937
1964
|
config?: string | string[] | undefined;
|
|
1938
1965
|
entry?: string | string[] | undefined;
|
|
1939
1966
|
project?: string | string[] | undefined;
|
|
@@ -1968,9 +1995,15 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1968
1995
|
entry?: string | string[] | undefined;
|
|
1969
1996
|
project?: string | string[] | undefined;
|
|
1970
1997
|
} | undefined;
|
|
1998
|
+
paths?: Record<string, string[]> | undefined;
|
|
1999
|
+
ignore?: string | string[] | undefined;
|
|
2000
|
+
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
2001
|
+
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
2002
|
+
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
2003
|
+
includeEntryExports?: boolean | undefined;
|
|
1971
2004
|
}>>>;
|
|
1972
2005
|
}>, {
|
|
1973
|
-
|
|
2006
|
+
angular: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1974
2007
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1975
2008
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1976
2009
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1983,7 +2016,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
1983
2016
|
entry?: string | string[] | undefined;
|
|
1984
2017
|
project?: string | string[] | undefined;
|
|
1985
2018
|
}>]>>;
|
|
1986
|
-
|
|
2019
|
+
astro: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1987
2020
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1988
2021
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1989
2022
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2139,6 +2172,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2139
2172
|
entry?: string | string[] | undefined;
|
|
2140
2173
|
project?: string | string[] | undefined;
|
|
2141
2174
|
}>]>>;
|
|
2175
|
+
drizzle: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2176
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2177
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2178
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2179
|
+
}, "strip", z.ZodTypeAny, {
|
|
2180
|
+
config?: string | string[] | undefined;
|
|
2181
|
+
entry?: string | string[] | undefined;
|
|
2182
|
+
project?: string | string[] | undefined;
|
|
2183
|
+
}, {
|
|
2184
|
+
config?: string | string[] | undefined;
|
|
2185
|
+
entry?: string | string[] | undefined;
|
|
2186
|
+
project?: string | string[] | undefined;
|
|
2187
|
+
}>]>>;
|
|
2142
2188
|
eleventy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2143
2189
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2144
2190
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2191,6 +2237,19 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2191
2237
|
entry?: string | string[] | undefined;
|
|
2192
2238
|
project?: string | string[] | undefined;
|
|
2193
2239
|
}>]>>;
|
|
2240
|
+
glob: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2241
|
+
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2242
|
+
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2243
|
+
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2244
|
+
}, "strip", z.ZodTypeAny, {
|
|
2245
|
+
config?: string | string[] | undefined;
|
|
2246
|
+
entry?: string | string[] | undefined;
|
|
2247
|
+
project?: string | string[] | undefined;
|
|
2248
|
+
}, {
|
|
2249
|
+
config?: string | string[] | undefined;
|
|
2250
|
+
entry?: string | string[] | undefined;
|
|
2251
|
+
project?: string | string[] | undefined;
|
|
2252
|
+
}>]>>;
|
|
2194
2253
|
'graphql-codegen': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2195
2254
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2196
2255
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2412,7 +2471,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2412
2471
|
entry?: string | string[] | undefined;
|
|
2413
2472
|
project?: string | string[] | undefined;
|
|
2414
2473
|
}>]>>;
|
|
2415
|
-
|
|
2474
|
+
'node-test-runner': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2416
2475
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2417
2476
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2418
2477
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2425,7 +2484,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2425
2484
|
entry?: string | string[] | undefined;
|
|
2426
2485
|
project?: string | string[] | undefined;
|
|
2427
2486
|
}>]>>;
|
|
2428
|
-
|
|
2487
|
+
nodemon: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2429
2488
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2430
2489
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2431
2490
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2919,7 +2978,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2919
2978
|
entry?: string | string[] | undefined;
|
|
2920
2979
|
project?: string | string[] | undefined;
|
|
2921
2980
|
}>]>>;
|
|
2922
|
-
|
|
2981
|
+
vike: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2923
2982
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2924
2983
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2925
2984
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2932,7 +2991,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2932
2991
|
entry?: string | string[] | undefined;
|
|
2933
2992
|
project?: string | string[] | undefined;
|
|
2934
2993
|
}>]>>;
|
|
2935
|
-
|
|
2994
|
+
vite: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2936
2995
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2937
2996
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2938
2997
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2945,7 +3004,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2945
3004
|
entry?: string | string[] | undefined;
|
|
2946
3005
|
project?: string | string[] | undefined;
|
|
2947
3006
|
}>]>>;
|
|
2948
|
-
|
|
3007
|
+
vitest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2949
3008
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2950
3009
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2951
3010
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -2958,7 +3017,7 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
2958
3017
|
entry?: string | string[] | undefined;
|
|
2959
3018
|
project?: string | string[] | undefined;
|
|
2960
3019
|
}>]>>;
|
|
2961
|
-
|
|
3020
|
+
vue: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
2962
3021
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2963
3022
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
2964
3023
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -3057,26 +3116,14 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3057
3116
|
entry?: string | string[] | undefined;
|
|
3058
3117
|
project?: string | string[] | undefined;
|
|
3059
3118
|
} | undefined;
|
|
3060
|
-
rules?: Partial<Record<"dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers", "error" | "warn" | "off">> | undefined;
|
|
3061
3119
|
entry?: string | string[] | undefined;
|
|
3062
3120
|
project?: string | string[] | undefined;
|
|
3063
|
-
|
|
3064
|
-
ignore?: string | string[] | undefined;
|
|
3065
|
-
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
3066
|
-
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
3067
|
-
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
3068
|
-
ignoreExportsUsedInFile?: boolean | Partial<Record<"function" | "type" | "enum" | "class" | "interface" | "member", boolean>> | undefined;
|
|
3069
|
-
ignoreWorkspaces?: string[] | undefined;
|
|
3070
|
-
includeEntryExports?: boolean | undefined;
|
|
3071
|
-
compilers?: Record<string, ((args_0: string, args_1: string, ...args: unknown[]) => string) | ((args_0: string, args_1: string, ...args: unknown[]) => Promise<string>)> | undefined;
|
|
3072
|
-
syncCompilers?: Record<string, (args_0: string, args_1: string, ...args: unknown[]) => string> | undefined;
|
|
3073
|
-
asyncCompilers?: Record<string, (args_0: string, args_1: string, ...args: unknown[]) => Promise<string>> | undefined;
|
|
3074
|
-
astro?: string | boolean | string[] | {
|
|
3121
|
+
angular?: string | boolean | string[] | {
|
|
3075
3122
|
config?: string | string[] | undefined;
|
|
3076
3123
|
entry?: string | string[] | undefined;
|
|
3077
3124
|
project?: string | string[] | undefined;
|
|
3078
3125
|
} | undefined;
|
|
3079
|
-
|
|
3126
|
+
astro?: string | boolean | string[] | {
|
|
3080
3127
|
config?: string | string[] | undefined;
|
|
3081
3128
|
entry?: string | string[] | undefined;
|
|
3082
3129
|
project?: string | string[] | undefined;
|
|
@@ -3136,6 +3183,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3136
3183
|
entry?: string | string[] | undefined;
|
|
3137
3184
|
project?: string | string[] | undefined;
|
|
3138
3185
|
} | undefined;
|
|
3186
|
+
drizzle?: string | boolean | string[] | {
|
|
3187
|
+
config?: string | string[] | undefined;
|
|
3188
|
+
entry?: string | string[] | undefined;
|
|
3189
|
+
project?: string | string[] | undefined;
|
|
3190
|
+
} | undefined;
|
|
3139
3191
|
eleventy?: string | boolean | string[] | {
|
|
3140
3192
|
config?: string | string[] | undefined;
|
|
3141
3193
|
entry?: string | string[] | undefined;
|
|
@@ -3156,6 +3208,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3156
3208
|
entry?: string | string[] | undefined;
|
|
3157
3209
|
project?: string | string[] | undefined;
|
|
3158
3210
|
} | undefined;
|
|
3211
|
+
glob?: string | boolean | string[] | {
|
|
3212
|
+
config?: string | string[] | undefined;
|
|
3213
|
+
entry?: string | string[] | undefined;
|
|
3214
|
+
project?: string | string[] | undefined;
|
|
3215
|
+
} | undefined;
|
|
3159
3216
|
'graphql-codegen'?: string | boolean | string[] | {
|
|
3160
3217
|
config?: string | string[] | undefined;
|
|
3161
3218
|
entry?: string | string[] | undefined;
|
|
@@ -3236,12 +3293,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3236
3293
|
entry?: string | string[] | undefined;
|
|
3237
3294
|
project?: string | string[] | undefined;
|
|
3238
3295
|
} | undefined;
|
|
3239
|
-
|
|
3296
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
3240
3297
|
config?: string | string[] | undefined;
|
|
3241
3298
|
entry?: string | string[] | undefined;
|
|
3242
3299
|
project?: string | string[] | undefined;
|
|
3243
3300
|
} | undefined;
|
|
3244
|
-
|
|
3301
|
+
nodemon?: string | boolean | string[] | {
|
|
3245
3302
|
config?: string | string[] | undefined;
|
|
3246
3303
|
entry?: string | string[] | undefined;
|
|
3247
3304
|
project?: string | string[] | undefined;
|
|
@@ -3431,22 +3488,22 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3431
3488
|
entry?: string | string[] | undefined;
|
|
3432
3489
|
project?: string | string[] | undefined;
|
|
3433
3490
|
} | undefined;
|
|
3434
|
-
|
|
3491
|
+
vike?: string | boolean | string[] | {
|
|
3435
3492
|
config?: string | string[] | undefined;
|
|
3436
3493
|
entry?: string | string[] | undefined;
|
|
3437
3494
|
project?: string | string[] | undefined;
|
|
3438
3495
|
} | undefined;
|
|
3439
|
-
|
|
3496
|
+
vite?: string | boolean | string[] | {
|
|
3440
3497
|
config?: string | string[] | undefined;
|
|
3441
3498
|
entry?: string | string[] | undefined;
|
|
3442
3499
|
project?: string | string[] | undefined;
|
|
3443
3500
|
} | undefined;
|
|
3444
|
-
|
|
3501
|
+
vitest?: string | boolean | string[] | {
|
|
3445
3502
|
config?: string | string[] | undefined;
|
|
3446
3503
|
entry?: string | string[] | undefined;
|
|
3447
3504
|
project?: string | string[] | undefined;
|
|
3448
3505
|
} | undefined;
|
|
3449
|
-
|
|
3506
|
+
vue?: string | boolean | string[] | {
|
|
3450
3507
|
config?: string | string[] | undefined;
|
|
3451
3508
|
entry?: string | string[] | undefined;
|
|
3452
3509
|
project?: string | string[] | undefined;
|
|
@@ -3481,6 +3538,18 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3481
3538
|
entry?: string | string[] | undefined;
|
|
3482
3539
|
project?: string | string[] | undefined;
|
|
3483
3540
|
} | undefined;
|
|
3541
|
+
rules?: Partial<Record<"dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers", "error" | "warn" | "off">> | undefined;
|
|
3542
|
+
paths?: Record<string, string[]> | undefined;
|
|
3543
|
+
ignore?: string | string[] | undefined;
|
|
3544
|
+
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
3545
|
+
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
3546
|
+
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
3547
|
+
ignoreExportsUsedInFile?: boolean | Partial<Record<"function" | "type" | "enum" | "class" | "interface" | "member", boolean>> | undefined;
|
|
3548
|
+
ignoreWorkspaces?: string[] | undefined;
|
|
3549
|
+
includeEntryExports?: boolean | undefined;
|
|
3550
|
+
compilers?: Record<string, ((args_0: string, args_1: string, ...args: unknown[]) => string) | ((args_0: string, args_1: string, ...args: unknown[]) => Promise<string>)> | undefined;
|
|
3551
|
+
syncCompilers?: Record<string, (args_0: string, args_1: string, ...args: unknown[]) => string> | undefined;
|
|
3552
|
+
asyncCompilers?: Record<string, (args_0: string, args_1: string, ...args: unknown[]) => Promise<string>> | undefined;
|
|
3484
3553
|
workspaces?: Record<string, {
|
|
3485
3554
|
node?: string | boolean | string[] | {
|
|
3486
3555
|
config?: string | string[] | undefined;
|
|
@@ -3489,18 +3558,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3489
3558
|
} | undefined;
|
|
3490
3559
|
entry?: string | string[] | undefined;
|
|
3491
3560
|
project?: string | string[] | undefined;
|
|
3492
|
-
|
|
3493
|
-
ignore?: string | string[] | undefined;
|
|
3494
|
-
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
3495
|
-
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
3496
|
-
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
3497
|
-
includeEntryExports?: boolean | undefined;
|
|
3498
|
-
astro?: string | boolean | string[] | {
|
|
3561
|
+
angular?: string | boolean | string[] | {
|
|
3499
3562
|
config?: string | string[] | undefined;
|
|
3500
3563
|
entry?: string | string[] | undefined;
|
|
3501
3564
|
project?: string | string[] | undefined;
|
|
3502
3565
|
} | undefined;
|
|
3503
|
-
|
|
3566
|
+
astro?: string | boolean | string[] | {
|
|
3504
3567
|
config?: string | string[] | undefined;
|
|
3505
3568
|
entry?: string | string[] | undefined;
|
|
3506
3569
|
project?: string | string[] | undefined;
|
|
@@ -3560,6 +3623,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3560
3623
|
entry?: string | string[] | undefined;
|
|
3561
3624
|
project?: string | string[] | undefined;
|
|
3562
3625
|
} | undefined;
|
|
3626
|
+
drizzle?: string | boolean | string[] | {
|
|
3627
|
+
config?: string | string[] | undefined;
|
|
3628
|
+
entry?: string | string[] | undefined;
|
|
3629
|
+
project?: string | string[] | undefined;
|
|
3630
|
+
} | undefined;
|
|
3563
3631
|
eleventy?: string | boolean | string[] | {
|
|
3564
3632
|
config?: string | string[] | undefined;
|
|
3565
3633
|
entry?: string | string[] | undefined;
|
|
@@ -3580,6 +3648,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3580
3648
|
entry?: string | string[] | undefined;
|
|
3581
3649
|
project?: string | string[] | undefined;
|
|
3582
3650
|
} | undefined;
|
|
3651
|
+
glob?: string | boolean | string[] | {
|
|
3652
|
+
config?: string | string[] | undefined;
|
|
3653
|
+
entry?: string | string[] | undefined;
|
|
3654
|
+
project?: string | string[] | undefined;
|
|
3655
|
+
} | undefined;
|
|
3583
3656
|
'graphql-codegen'?: string | boolean | string[] | {
|
|
3584
3657
|
config?: string | string[] | undefined;
|
|
3585
3658
|
entry?: string | string[] | undefined;
|
|
@@ -3660,12 +3733,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3660
3733
|
entry?: string | string[] | undefined;
|
|
3661
3734
|
project?: string | string[] | undefined;
|
|
3662
3735
|
} | undefined;
|
|
3663
|
-
|
|
3736
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
3664
3737
|
config?: string | string[] | undefined;
|
|
3665
3738
|
entry?: string | string[] | undefined;
|
|
3666
3739
|
project?: string | string[] | undefined;
|
|
3667
3740
|
} | undefined;
|
|
3668
|
-
|
|
3741
|
+
nodemon?: string | boolean | string[] | {
|
|
3669
3742
|
config?: string | string[] | undefined;
|
|
3670
3743
|
entry?: string | string[] | undefined;
|
|
3671
3744
|
project?: string | string[] | undefined;
|
|
@@ -3855,22 +3928,22 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3855
3928
|
entry?: string | string[] | undefined;
|
|
3856
3929
|
project?: string | string[] | undefined;
|
|
3857
3930
|
} | undefined;
|
|
3858
|
-
|
|
3931
|
+
vike?: string | boolean | string[] | {
|
|
3859
3932
|
config?: string | string[] | undefined;
|
|
3860
3933
|
entry?: string | string[] | undefined;
|
|
3861
3934
|
project?: string | string[] | undefined;
|
|
3862
3935
|
} | undefined;
|
|
3863
|
-
|
|
3936
|
+
vite?: string | boolean | string[] | {
|
|
3864
3937
|
config?: string | string[] | undefined;
|
|
3865
3938
|
entry?: string | string[] | undefined;
|
|
3866
3939
|
project?: string | string[] | undefined;
|
|
3867
3940
|
} | undefined;
|
|
3868
|
-
|
|
3941
|
+
vitest?: string | boolean | string[] | {
|
|
3869
3942
|
config?: string | string[] | undefined;
|
|
3870
3943
|
entry?: string | string[] | undefined;
|
|
3871
3944
|
project?: string | string[] | undefined;
|
|
3872
3945
|
} | undefined;
|
|
3873
|
-
|
|
3946
|
+
vue?: string | boolean | string[] | {
|
|
3874
3947
|
config?: string | string[] | undefined;
|
|
3875
3948
|
entry?: string | string[] | undefined;
|
|
3876
3949
|
project?: string | string[] | undefined;
|
|
@@ -3905,6 +3978,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3905
3978
|
entry?: string | string[] | undefined;
|
|
3906
3979
|
project?: string | string[] | undefined;
|
|
3907
3980
|
} | undefined;
|
|
3981
|
+
paths?: Record<string, string[]> | undefined;
|
|
3982
|
+
ignore?: string | string[] | undefined;
|
|
3983
|
+
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
3984
|
+
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
3985
|
+
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
3986
|
+
includeEntryExports?: boolean | undefined;
|
|
3908
3987
|
}> | undefined;
|
|
3909
3988
|
}, {
|
|
3910
3989
|
exclude?: ("dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers")[] | undefined;
|
|
@@ -3914,26 +3993,14 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3914
3993
|
entry?: string | string[] | undefined;
|
|
3915
3994
|
project?: string | string[] | undefined;
|
|
3916
3995
|
} | undefined;
|
|
3917
|
-
rules?: Partial<Record<"dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers", "error" | "warn" | "off">> | undefined;
|
|
3918
3996
|
entry?: string | string[] | undefined;
|
|
3919
3997
|
project?: string | string[] | undefined;
|
|
3920
|
-
|
|
3921
|
-
ignore?: string | string[] | undefined;
|
|
3922
|
-
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
3923
|
-
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
3924
|
-
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
3925
|
-
ignoreExportsUsedInFile?: boolean | Partial<Record<"function" | "type" | "enum" | "class" | "interface" | "member", boolean>> | undefined;
|
|
3926
|
-
ignoreWorkspaces?: string[] | undefined;
|
|
3927
|
-
includeEntryExports?: boolean | undefined;
|
|
3928
|
-
compilers?: Record<string, ((args_0: string, args_1: string, ...args: unknown[]) => string) | ((args_0: string, args_1: string, ...args: unknown[]) => Promise<string>)> | undefined;
|
|
3929
|
-
syncCompilers?: Record<string, (args_0: string, args_1: string, ...args: unknown[]) => string> | undefined;
|
|
3930
|
-
asyncCompilers?: Record<string, (args_0: string, args_1: string, ...args: unknown[]) => Promise<string>> | undefined;
|
|
3931
|
-
astro?: string | boolean | string[] | {
|
|
3998
|
+
angular?: string | boolean | string[] | {
|
|
3932
3999
|
config?: string | string[] | undefined;
|
|
3933
4000
|
entry?: string | string[] | undefined;
|
|
3934
4001
|
project?: string | string[] | undefined;
|
|
3935
4002
|
} | undefined;
|
|
3936
|
-
|
|
4003
|
+
astro?: string | boolean | string[] | {
|
|
3937
4004
|
config?: string | string[] | undefined;
|
|
3938
4005
|
entry?: string | string[] | undefined;
|
|
3939
4006
|
project?: string | string[] | undefined;
|
|
@@ -3993,6 +4060,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
3993
4060
|
entry?: string | string[] | undefined;
|
|
3994
4061
|
project?: string | string[] | undefined;
|
|
3995
4062
|
} | undefined;
|
|
4063
|
+
drizzle?: string | boolean | string[] | {
|
|
4064
|
+
config?: string | string[] | undefined;
|
|
4065
|
+
entry?: string | string[] | undefined;
|
|
4066
|
+
project?: string | string[] | undefined;
|
|
4067
|
+
} | undefined;
|
|
3996
4068
|
eleventy?: string | boolean | string[] | {
|
|
3997
4069
|
config?: string | string[] | undefined;
|
|
3998
4070
|
entry?: string | string[] | undefined;
|
|
@@ -4013,6 +4085,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4013
4085
|
entry?: string | string[] | undefined;
|
|
4014
4086
|
project?: string | string[] | undefined;
|
|
4015
4087
|
} | undefined;
|
|
4088
|
+
glob?: string | boolean | string[] | {
|
|
4089
|
+
config?: string | string[] | undefined;
|
|
4090
|
+
entry?: string | string[] | undefined;
|
|
4091
|
+
project?: string | string[] | undefined;
|
|
4092
|
+
} | undefined;
|
|
4016
4093
|
'graphql-codegen'?: string | boolean | string[] | {
|
|
4017
4094
|
config?: string | string[] | undefined;
|
|
4018
4095
|
entry?: string | string[] | undefined;
|
|
@@ -4093,12 +4170,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4093
4170
|
entry?: string | string[] | undefined;
|
|
4094
4171
|
project?: string | string[] | undefined;
|
|
4095
4172
|
} | undefined;
|
|
4096
|
-
|
|
4173
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
4097
4174
|
config?: string | string[] | undefined;
|
|
4098
4175
|
entry?: string | string[] | undefined;
|
|
4099
4176
|
project?: string | string[] | undefined;
|
|
4100
4177
|
} | undefined;
|
|
4101
|
-
|
|
4178
|
+
nodemon?: string | boolean | string[] | {
|
|
4102
4179
|
config?: string | string[] | undefined;
|
|
4103
4180
|
entry?: string | string[] | undefined;
|
|
4104
4181
|
project?: string | string[] | undefined;
|
|
@@ -4288,22 +4365,22 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4288
4365
|
entry?: string | string[] | undefined;
|
|
4289
4366
|
project?: string | string[] | undefined;
|
|
4290
4367
|
} | undefined;
|
|
4291
|
-
|
|
4368
|
+
vike?: string | boolean | string[] | {
|
|
4292
4369
|
config?: string | string[] | undefined;
|
|
4293
4370
|
entry?: string | string[] | undefined;
|
|
4294
4371
|
project?: string | string[] | undefined;
|
|
4295
4372
|
} | undefined;
|
|
4296
|
-
|
|
4373
|
+
vite?: string | boolean | string[] | {
|
|
4297
4374
|
config?: string | string[] | undefined;
|
|
4298
4375
|
entry?: string | string[] | undefined;
|
|
4299
4376
|
project?: string | string[] | undefined;
|
|
4300
4377
|
} | undefined;
|
|
4301
|
-
|
|
4378
|
+
vitest?: string | boolean | string[] | {
|
|
4302
4379
|
config?: string | string[] | undefined;
|
|
4303
4380
|
entry?: string | string[] | undefined;
|
|
4304
4381
|
project?: string | string[] | undefined;
|
|
4305
4382
|
} | undefined;
|
|
4306
|
-
|
|
4383
|
+
vue?: string | boolean | string[] | {
|
|
4307
4384
|
config?: string | string[] | undefined;
|
|
4308
4385
|
entry?: string | string[] | undefined;
|
|
4309
4386
|
project?: string | string[] | undefined;
|
|
@@ -4338,6 +4415,18 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4338
4415
|
entry?: string | string[] | undefined;
|
|
4339
4416
|
project?: string | string[] | undefined;
|
|
4340
4417
|
} | undefined;
|
|
4418
|
+
rules?: Partial<Record<"dependencies" | "exports" | "files" | "devDependencies" | "optionalPeerDependencies" | "unlisted" | "binaries" | "unresolved" | "types" | "nsExports" | "nsTypes" | "duplicates" | "enumMembers" | "classMembers", "error" | "warn" | "off">> | undefined;
|
|
4419
|
+
paths?: Record<string, string[]> | undefined;
|
|
4420
|
+
ignore?: string | string[] | undefined;
|
|
4421
|
+
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
4422
|
+
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
4423
|
+
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
4424
|
+
ignoreExportsUsedInFile?: boolean | Partial<Record<"function" | "type" | "enum" | "class" | "interface" | "member", boolean>> | undefined;
|
|
4425
|
+
ignoreWorkspaces?: string[] | undefined;
|
|
4426
|
+
includeEntryExports?: boolean | undefined;
|
|
4427
|
+
compilers?: Record<string, ((args_0: string, args_1: string, ...args: unknown[]) => string) | ((args_0: string, args_1: string, ...args: unknown[]) => Promise<string>)> | undefined;
|
|
4428
|
+
syncCompilers?: Record<string, (args_0: string, args_1: string, ...args: unknown[]) => string> | undefined;
|
|
4429
|
+
asyncCompilers?: Record<string, (args_0: string, args_1: string, ...args: unknown[]) => Promise<string>> | undefined;
|
|
4341
4430
|
workspaces?: Record<string, {
|
|
4342
4431
|
node?: string | boolean | string[] | {
|
|
4343
4432
|
config?: string | string[] | undefined;
|
|
@@ -4346,18 +4435,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4346
4435
|
} | undefined;
|
|
4347
4436
|
entry?: string | string[] | undefined;
|
|
4348
4437
|
project?: string | string[] | undefined;
|
|
4349
|
-
|
|
4350
|
-
ignore?: string | string[] | undefined;
|
|
4351
|
-
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
4352
|
-
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
4353
|
-
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
4354
|
-
includeEntryExports?: boolean | undefined;
|
|
4355
|
-
astro?: string | boolean | string[] | {
|
|
4438
|
+
angular?: string | boolean | string[] | {
|
|
4356
4439
|
config?: string | string[] | undefined;
|
|
4357
4440
|
entry?: string | string[] | undefined;
|
|
4358
4441
|
project?: string | string[] | undefined;
|
|
4359
4442
|
} | undefined;
|
|
4360
|
-
|
|
4443
|
+
astro?: string | boolean | string[] | {
|
|
4361
4444
|
config?: string | string[] | undefined;
|
|
4362
4445
|
entry?: string | string[] | undefined;
|
|
4363
4446
|
project?: string | string[] | undefined;
|
|
@@ -4417,6 +4500,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4417
4500
|
entry?: string | string[] | undefined;
|
|
4418
4501
|
project?: string | string[] | undefined;
|
|
4419
4502
|
} | undefined;
|
|
4503
|
+
drizzle?: string | boolean | string[] | {
|
|
4504
|
+
config?: string | string[] | undefined;
|
|
4505
|
+
entry?: string | string[] | undefined;
|
|
4506
|
+
project?: string | string[] | undefined;
|
|
4507
|
+
} | undefined;
|
|
4420
4508
|
eleventy?: string | boolean | string[] | {
|
|
4421
4509
|
config?: string | string[] | undefined;
|
|
4422
4510
|
entry?: string | string[] | undefined;
|
|
@@ -4437,6 +4525,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4437
4525
|
entry?: string | string[] | undefined;
|
|
4438
4526
|
project?: string | string[] | undefined;
|
|
4439
4527
|
} | undefined;
|
|
4528
|
+
glob?: string | boolean | string[] | {
|
|
4529
|
+
config?: string | string[] | undefined;
|
|
4530
|
+
entry?: string | string[] | undefined;
|
|
4531
|
+
project?: string | string[] | undefined;
|
|
4532
|
+
} | undefined;
|
|
4440
4533
|
'graphql-codegen'?: string | boolean | string[] | {
|
|
4441
4534
|
config?: string | string[] | undefined;
|
|
4442
4535
|
entry?: string | string[] | undefined;
|
|
@@ -4517,12 +4610,12 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4517
4610
|
entry?: string | string[] | undefined;
|
|
4518
4611
|
project?: string | string[] | undefined;
|
|
4519
4612
|
} | undefined;
|
|
4520
|
-
|
|
4613
|
+
'node-test-runner'?: string | boolean | string[] | {
|
|
4521
4614
|
config?: string | string[] | undefined;
|
|
4522
4615
|
entry?: string | string[] | undefined;
|
|
4523
4616
|
project?: string | string[] | undefined;
|
|
4524
4617
|
} | undefined;
|
|
4525
|
-
|
|
4618
|
+
nodemon?: string | boolean | string[] | {
|
|
4526
4619
|
config?: string | string[] | undefined;
|
|
4527
4620
|
entry?: string | string[] | undefined;
|
|
4528
4621
|
project?: string | string[] | undefined;
|
|
@@ -4712,22 +4805,22 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4712
4805
|
entry?: string | string[] | undefined;
|
|
4713
4806
|
project?: string | string[] | undefined;
|
|
4714
4807
|
} | undefined;
|
|
4715
|
-
|
|
4808
|
+
vike?: string | boolean | string[] | {
|
|
4716
4809
|
config?: string | string[] | undefined;
|
|
4717
4810
|
entry?: string | string[] | undefined;
|
|
4718
4811
|
project?: string | string[] | undefined;
|
|
4719
4812
|
} | undefined;
|
|
4720
|
-
|
|
4813
|
+
vite?: string | boolean | string[] | {
|
|
4721
4814
|
config?: string | string[] | undefined;
|
|
4722
4815
|
entry?: string | string[] | undefined;
|
|
4723
4816
|
project?: string | string[] | undefined;
|
|
4724
4817
|
} | undefined;
|
|
4725
|
-
|
|
4818
|
+
vitest?: string | boolean | string[] | {
|
|
4726
4819
|
config?: string | string[] | undefined;
|
|
4727
4820
|
entry?: string | string[] | undefined;
|
|
4728
4821
|
project?: string | string[] | undefined;
|
|
4729
4822
|
} | undefined;
|
|
4730
|
-
|
|
4823
|
+
vue?: string | boolean | string[] | {
|
|
4731
4824
|
config?: string | string[] | undefined;
|
|
4732
4825
|
entry?: string | string[] | undefined;
|
|
4733
4826
|
project?: string | string[] | undefined;
|
|
@@ -4762,5 +4855,11 @@ export declare const ConfigurationValidator: z.ZodObject<z.objectUtil.extendShap
|
|
|
4762
4855
|
entry?: string | string[] | undefined;
|
|
4763
4856
|
project?: string | string[] | undefined;
|
|
4764
4857
|
} | undefined;
|
|
4858
|
+
paths?: Record<string, string[]> | undefined;
|
|
4859
|
+
ignore?: string | string[] | undefined;
|
|
4860
|
+
ignoreBinaries?: (string | RegExp)[] | undefined;
|
|
4861
|
+
ignoreDependencies?: (string | RegExp)[] | undefined;
|
|
4862
|
+
ignoreMembers?: (string | RegExp)[] | undefined;
|
|
4863
|
+
includeEntryExports?: boolean | undefined;
|
|
4765
4864
|
}> | undefined;
|
|
4766
4865
|
}>;
|