|
1 | | -import { BuenoCase } from './bueno'; |
2 | | -import { |
3 | | - ClassValidatorAsyncCase, |
4 | | - ClassValidatorSyncCase, |
5 | | -} from './class-validator'; |
6 | | -import { ComputedTypesCase } from './computed-types'; |
7 | | -import { DecodersCase } from './decoders'; |
8 | | -import { IoTsCase } from './io-ts'; |
9 | | -import { JointzCase } from './jointz'; |
10 | | -import { JsonDecoderCase } from './json-decoder'; |
11 | | -import { MarshalCase } from './marshal'; |
12 | | -import { MojoTechJsonTypeValidationCase } from './mojotech-json-type-validation'; |
13 | | -import { MyzodCase } from './myzod'; |
14 | | -import { PurifyCase } from './purify-ts'; |
15 | | -import { RulrCase } from './rulr'; |
16 | | -import { RuntypesCase } from './runtypes'; |
| 1 | +// import { BuenoCase } from './bueno'; |
| 2 | +// import { |
| 3 | +// ClassValidatorAsyncCase, |
| 4 | +// ClassValidatorSyncCase, |
| 5 | +// } from './class-validator'; |
| 6 | +// import { ComputedTypesCase } from './computed-types'; |
| 7 | +// import { DecodersCase } from './decoders'; |
| 8 | +// import { IoTsCase } from './io-ts'; |
| 9 | +// import { JointzCase } from './jointz'; |
| 10 | +// import { JsonDecoderCase } from './json-decoder'; |
| 11 | +// import { MarshalCase } from './marshal'; |
| 12 | +// import { MojoTechJsonTypeValidationCase } from './mojotech-json-type-validation'; |
| 13 | +// import { MyzodCase } from './myzod'; |
| 14 | +// import { PurifyCase } from './purify-ts'; |
| 15 | +// import { RulrCase } from './rulr'; |
| 16 | +// import { RuntypesCase } from './runtypes'; |
17 | 17 | import { SimpleRuntypesCase } from './simple-runtypes'; |
18 | | -import { SuperstructCase } from './superstruct'; |
19 | | -import { SuretypeCase } from './suretype'; |
20 | | -import { ToiCase } from './toi'; |
| 18 | +// import { SuperstructCase } from './superstruct'; |
| 19 | +// import { SuretypeCase } from './suretype'; |
| 20 | +// import { ToiCase } from './toi'; |
21 | 21 | import { TsInterfaceCheckerCase } from './ts-interface-checker'; |
22 | | -import { TsJsonValidatorCase } from './ts-json-validator'; |
23 | | -import { TsUtilsCase } from './ts-utils'; |
24 | | -import { TypeOfWebSchemaCase } from './typeofweb-schema'; |
| 22 | +// import { TsJsonValidatorCase } from './ts-json-validator'; |
| 23 | +// import { TsUtilsCase } from './ts-utils'; |
| 24 | +// import { TypeOfWebSchemaCase } from './typeofweb-schema'; |
25 | 25 | import { ValitaCase } from './valita'; |
26 | | -import { YupCase } from './yup'; |
27 | | -import { ZodCase } from './zod'; |
28 | | -import { AjvCase } from './ajv'; |
| 26 | +// import { YupCase } from './yup'; |
| 27 | +// import { ZodCase } from './zod'; |
29 | 28 |
|
30 | 29 | export const cases = [ |
31 | | - BuenoCase, |
32 | | - ClassValidatorAsyncCase, |
33 | | - ClassValidatorSyncCase, |
34 | | - ComputedTypesCase, |
35 | | - DecodersCase, |
36 | | - IoTsCase, |
37 | | - JointzCase, |
38 | | - JsonDecoderCase, |
39 | | - MarshalCase, |
40 | | - MojoTechJsonTypeValidationCase, |
41 | | - MyzodCase, |
42 | | - PurifyCase, |
43 | | - RulrCase, |
44 | | - RuntypesCase, |
| 30 | + // BuenoCase, |
| 31 | + // ClassValidatorAsyncCase, |
| 32 | + // ClassValidatorSyncCase, |
| 33 | + // ComputedTypesCase, |
| 34 | + // DecodersCase, |
| 35 | + // IoTsCase, |
| 36 | + // JointzCase, |
| 37 | + // JsonDecoderCase, |
| 38 | + // MarshalCase, |
| 39 | + // MojoTechJsonTypeValidationCase, |
| 40 | + // MyzodCase, |
| 41 | + // PurifyCase, |
| 42 | + // RulrCase, |
| 43 | + // RuntypesCase, |
45 | 44 | SimpleRuntypesCase, |
46 | | - SuperstructCase, |
47 | | - SuretypeCase, |
48 | | - ToiCase, |
| 45 | + // SuperstructCase, |
| 46 | + // SuretypeCase, |
| 47 | + // ToiCase, |
49 | 48 | TsInterfaceCheckerCase, |
50 | | - TsJsonValidatorCase, |
51 | | - TsUtilsCase, |
52 | | - TypeOfWebSchemaCase, |
| 49 | + // TsJsonValidatorCase, |
| 50 | + // TsUtilsCase, |
| 51 | + // TypeOfWebSchemaCase, |
53 | 52 | ValitaCase, |
54 | | - YupCase, |
55 | | - ZodCase, |
56 | | - AjvCase, |
| 53 | + // YupCase, |
| 54 | + // ZodCase, |
57 | 55 | ]; |
0 commit comments