exupery 0.1.10 → 0.1.12
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/generated/implementation/generic/unmarshall.d.ts +27 -7
- package/dist/generated/implementation/generic/unmarshall.js +126 -34
- package/dist/generated/implementation/schemas/implementation/marshall.d.ts +7 -7
- package/dist/generated/implementation/schemas/implementation/marshall.js +6 -6
- package/dist/generated/implementation/schemas/implementation/resolve.d.ts +1 -1
- package/dist/generated/implementation/schemas/implementation/unmarshall.js +386 -191
- package/dist/generated/implementation/schemas/interface/marshall.d.ts +7 -7
- package/dist/generated/implementation/schemas/interface/marshall.js +7 -3
- package/dist/generated/implementation/schemas/interface/resolve.d.ts +1 -1
- package/dist/generated/implementation/schemas/interface/resolve.js +4 -1
- package/dist/generated/implementation/schemas/interface/unmarshall.js +179 -88
- package/dist/generated/implementation/schemas/typescript_light/marshall.d.ts +10 -10
- package/dist/generated/implementation/schemas/typescript_light/marshall.js +9 -9
- package/dist/generated/implementation/schemas/typescript_light/unmarshall.js +306 -154
- package/dist/generated/interface/schemas/implementation/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
- package/dist/generated/interface/schemas/implementation/{resolve.js → data_types/resolve.js} +1 -1
- package/dist/generated/interface/schemas/implementation/{resolved.d.ts → data_types/resolved.d.ts} +2 -2
- package/dist/generated/interface/schemas/implementation/{resolved.js → data_types/resolved.js} +1 -1
- package/dist/generated/interface/schemas/implementation/{unresolved.d.ts → data_types/unresolved.d.ts} +2 -2
- package/dist/generated/interface/schemas/{interface → implementation/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/implementation/marshall.d.ts +51 -94
- package/dist/generated/interface/schemas/implementation/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/implementation/unmarshall.d.ts +121 -36
- package/dist/generated/interface/schemas/implementation/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/implementation/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/implementation/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/implementation/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/interface/{resolve.d.ts → data_types/resolve.d.ts} +1 -1
- package/dist/generated/interface/schemas/interface/{constrained → data_types}/resolve.js +1 -1
- package/dist/generated/interface/schemas/interface/{resolved.d.ts → data_types/resolved.d.ts} +8 -6
- package/dist/generated/interface/schemas/interface/{resolved.js → data_types/resolved.js} +1 -1
- package/dist/generated/interface/schemas/interface/{unresolved.d.ts → data_types/unresolved.d.ts} +8 -6
- package/dist/generated/interface/schemas/{implementation → interface/data_types}/unresolved.js +1 -1
- package/dist/generated/interface/schemas/interface/marshall.d.ts +51 -94
- package/dist/generated/interface/schemas/interface/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/interface/unmarshall.d.ts +121 -36
- package/dist/generated/interface/schemas/interface/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/interface/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/interface/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/interface/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/{unconstrained.d.ts → data_types/unconstrained.d.ts} +1 -1
- package/dist/generated/interface/schemas/typescript_light/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/typescript_light/marshall.d.ts +72 -115
- package/dist/generated/interface/schemas/typescript_light/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/typescript_light/unmarshall.d.ts +92 -11
- package/dist/generated/interface/schemas/typescript_light/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/typescript_light/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/typescript_light/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/typescript_light/value_serializers.js +3 -0
- package/dist/shorthands/implementation.d.ts +2 -2
- package/dist/shorthands/interface.d.ts +4 -3
- package/dist/shorthands/interface.js +9 -3
- package/dist/shorthands/typescript_light.d.ts +1 -1
- package/dist/transformations/implementation/typescript_light.d.ts +3 -3
- package/dist/transformations/interface/typescript_light.d.ts +3 -3
- package/dist/transformations/interface/typescript_light.js +8 -7
- package/dist/transformations/library/typescript_light.d.ts +3 -3
- package/dist/transformations/typescript_light/fountain_pen_block.d.ts +1 -1
- package/package.json +3 -3
- package/dist/generated/generic/resolve.d.ts +0 -90
- package/dist/generated/generic/resolve.js +0 -251
- package/dist/generated/implementation/schemas/implementation/migration_boilerplate.d.ts +0 -8
- package/dist/generated/implementation/schemas/implementation/migration_boilerplate.js +0 -234
- package/dist/generated/implementation/schemas/implementation/serializer.d.ts +0 -8
- package/dist/generated/implementation/schemas/implementation/serializer.js +0 -533
- package/dist/generated/implementation/schemas/interface/migration_boilerplate.d.ts +0 -0
- package/dist/generated/implementation/schemas/interface/migration_boilerplate.js +0 -165
- package/dist/generated/implementation/schemas/interface/serializer.d.ts +0 -8
- package/dist/generated/implementation/schemas/interface/serializer.js +0 -299
- package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.d.ts +0 -5
- package/dist/generated/implementation/schemas/typescript_light/migration_boilerplate.js +0 -144
- package/dist/generated/implementation/schemas/typescript_light/serializer.d.ts +0 -11
- package/dist/generated/implementation/schemas/typescript_light/serializer.js +0 -429
- package/dist/generated/interface/core/poormans_parser.d.ts +0 -184
- package/dist/generated/interface/core/poormans_parser.js +0 -3
- package/dist/generated/interface/generic/resolve.d.ts +0 -11
- package/dist/generated/interface/generic/resolve.js +0 -3
- package/dist/generated/interface/schemas/implementation/migration_boilerplate.d.ts +0 -170
- package/dist/generated/interface/schemas/implementation/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/implementation/serializer.d.ts +0 -256
- package/dist/generated/interface/schemas/implementation/serializer.js +0 -3
- package/dist/generated/interface/schemas/interface/constrained/resolve.d.ts +0 -437
- package/dist/generated/interface/schemas/interface/migration_boilerplate.d.ts +0 -170
- package/dist/generated/interface/schemas/interface/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/interface/resolve.js +0 -3
- package/dist/generated/interface/schemas/interface/serializer.d.ts +0 -256
- package/dist/generated/interface/schemas/interface/serializer.js +0 -3
- package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.d.ts +0 -222
- package/dist/generated/interface/schemas/typescript_light/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/typescript_light/serializer.d.ts +0 -346
- package/dist/generated/interface/schemas/typescript_light/serializer.js +0 -3
- package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.d.ts +0 -134
- package/dist/generated/interface/schemas/typescript_temp/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/typescript_temp/unconstrained.d.ts +0 -136
- package/dist/generated/interface/schemas/typescript_temp/unconstrained.js +0 -3
- package/dist/transformations/implementation/fountain_pen.d.ts +0 -6
- package/dist/transformations/implementation/fountain_pen.js +0 -36
- package/dist/transformations/implementation/typescript.d.ts +0 -24
- package/dist/transformations/implementation/typescript.js +0 -554
- package/dist/transformations/implementation/typescript_temp.d.ts +0 -24
- package/dist/transformations/implementation/typescript_temp.js +0 -554
- package/dist/transformations/interface/fountain_pen.d.ts +0 -4
- package/dist/transformations/interface/fountain_pen.js +0 -47
- package/dist/transformations/interface/typescript.d.ts +0 -23
- package/dist/transformations/interface/typescript.js +0 -524
- package/dist/transformations/interface/typescript_temp.d.ts +0 -23
- package/dist/transformations/interface/typescript_temp.js +0 -524
- package/dist/transformations/library/typescript_temp.d.ts +0 -10
- package/dist/transformations/library/typescript_temp.js +0 -42
- package/dist/transformations/typescript/fountain_pen.d.ts +0 -15
- package/dist/transformations/typescript/fountain_pen.js +0 -281
- package/dist/transformations/typescript/fountain_pen_block.d.ts +0 -15
- package/dist/transformations/typescript/fountain_pen_block.js +0 -281
- package/dist/transformations/typescript/operations/create_identifier.d.ts +0 -1
- package/dist/transformations/typescript/operations/create_identifier.js +0 -260
- package/dist/transformations/typescript_temp/fountain_pen_block.d.ts +0 -3
- package/dist/transformations/typescript_temp/fountain_pen_block.js +0 -8
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type _T_Value_Deserializers = {
|
|
2
|
+
readonly 'boolean': ($$_: string, $$_p: null) => boolean;
|
|
3
|
+
readonly 'custom numbers': null;
|
|
4
|
+
readonly 'default number': ($$_: string, $$_p: null) => number;
|
|
5
|
+
};
|
|
6
|
+
export type Value_Deserializers = _T_Value_Deserializers;
|
|
7
|
+
export declare namespace _T_Value_Deserializers {
|
|
8
|
+
namespace _boolean {
|
|
9
|
+
type CONTEXT = string;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = boolean;
|
|
13
|
+
}
|
|
14
|
+
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
15
|
+
namespace custom_numbers {
|
|
16
|
+
}
|
|
17
|
+
type custom_numbers = null;
|
|
18
|
+
namespace default_number {
|
|
19
|
+
type CONTEXT = string;
|
|
20
|
+
namespace PARAMS {
|
|
21
|
+
}
|
|
22
|
+
type RESULT = number;
|
|
23
|
+
}
|
|
24
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Deserializers {
|
|
27
|
+
namespace _boolean {
|
|
28
|
+
type CONTEXT = string;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = boolean;
|
|
32
|
+
}
|
|
33
|
+
type _boolean = ($$_: string, $$_p: null) => boolean;
|
|
34
|
+
namespace custom_numbers {
|
|
35
|
+
}
|
|
36
|
+
type custom_numbers = null;
|
|
37
|
+
namespace default_number {
|
|
38
|
+
type CONTEXT = string;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
}
|
|
41
|
+
type RESULT = number;
|
|
42
|
+
}
|
|
43
|
+
type default_number = ($$_: string, $$_p: null) => number;
|
|
44
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW1wbGVtZW50YXRpb24vdmFsdWVfZGVzZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type _T_Value_Serializers = {
|
|
2
|
+
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
3
|
+
readonly 'custom numbers': null;
|
|
4
|
+
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
5
|
+
};
|
|
6
|
+
export type Value_Serializers = _T_Value_Serializers;
|
|
7
|
+
export declare namespace _T_Value_Serializers {
|
|
8
|
+
namespace _boolean {
|
|
9
|
+
type CONTEXT = boolean;
|
|
10
|
+
namespace PARAMS {
|
|
11
|
+
}
|
|
12
|
+
type RESULT = string;
|
|
13
|
+
}
|
|
14
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
15
|
+
namespace custom_numbers {
|
|
16
|
+
}
|
|
17
|
+
type custom_numbers = null;
|
|
18
|
+
namespace default_number {
|
|
19
|
+
type CONTEXT = number;
|
|
20
|
+
namespace PARAMS {
|
|
21
|
+
}
|
|
22
|
+
type RESULT = string;
|
|
23
|
+
}
|
|
24
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Value_Serializers {
|
|
27
|
+
namespace _boolean {
|
|
28
|
+
type CONTEXT = boolean;
|
|
29
|
+
namespace PARAMS {
|
|
30
|
+
}
|
|
31
|
+
type RESULT = string;
|
|
32
|
+
}
|
|
33
|
+
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
34
|
+
namespace custom_numbers {
|
|
35
|
+
}
|
|
36
|
+
type custom_numbers = null;
|
|
37
|
+
namespace default_number {
|
|
38
|
+
type CONTEXT = number;
|
|
39
|
+
namespace PARAMS {
|
|
40
|
+
}
|
|
41
|
+
type RESULT = string;
|
|
42
|
+
}
|
|
43
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2ltcGxlbWVudGF0aW9uL3ZhbHVlX3NlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _i_resolve from "
|
|
1
|
+
import * as _i_resolve from "../../../core/resolve";
|
|
2
2
|
import * as _i_resolved from "./resolved";
|
|
3
3
|
import * as _i_unresolved from "./unresolved";
|
|
4
4
|
export type _T_Imports<G_Source> = ($$_: _i_unresolved._T_Imports<G_Source>, $$_p: {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL2RhdGFfdHlwZXMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
package/dist/generated/interface/schemas/interface/{resolved.d.ts → data_types/resolved.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _i_core from "
|
|
1
|
+
import * as _i_core from "../../../core/resolved";
|
|
2
2
|
export type _T_Imports = _i_core._T_Dictionary<null, {
|
|
3
3
|
readonly 'tail': _i_core._T_List<null, string>;
|
|
4
4
|
readonly 'type': _i_core._T_State_Group<null, readonly [
|
|
@@ -51,7 +51,7 @@ export type _T_Type = _i_core._T_State_Group<null, readonly ['array', _T_Type] |
|
|
|
51
51
|
] | readonly ['optional', _T_Type] | readonly ['parameter', _T_Type_Parameter_Selection] | readonly ['string', null] | readonly ['tagged union', _i_core._T_Dictionary<null, _T_Type>]>;
|
|
52
52
|
export type _T_Type_Arguments = _i_core._T_Dictionary<null, _T_Type>;
|
|
53
53
|
export type _T_Type_Parameter_Selection = {
|
|
54
|
-
readonly 'location': _i_core._T_State_Group<null, readonly ['module', null] | readonly ['type', null]>;
|
|
54
|
+
readonly 'location': _i_core._T_State_Group<null, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
|
|
55
55
|
readonly 'parameter': string;
|
|
56
56
|
};
|
|
57
57
|
export type _T_Type_Parameters = _i_core._T_Dictionary<null, null>;
|
|
@@ -330,12 +330,13 @@ export declare namespace _T_Type_Arguments {
|
|
|
330
330
|
export declare namespace _T_Type_Parameter_Selection {
|
|
331
331
|
namespace location {
|
|
332
332
|
namespace SG {
|
|
333
|
+
type _function = null;
|
|
333
334
|
type _module = null;
|
|
334
335
|
type _type = null;
|
|
335
336
|
}
|
|
336
|
-
type SG = readonly ['module', null] | readonly ['type', null];
|
|
337
|
+
type SG = readonly ['function', null] | readonly ['module', null] | readonly ['type', null];
|
|
337
338
|
}
|
|
338
|
-
type location = _i_core._T_State_Group<null, readonly ['module', null] | readonly ['type', null]>;
|
|
339
|
+
type location = _i_core._T_State_Group<null, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
|
|
339
340
|
type parameter = string;
|
|
340
341
|
}
|
|
341
342
|
export declare namespace _T_Type_Parameters {
|
|
@@ -609,12 +610,13 @@ export declare namespace Type_Arguments {
|
|
|
609
610
|
export declare namespace Type_Parameter_Selection {
|
|
610
611
|
namespace location {
|
|
611
612
|
namespace SG {
|
|
613
|
+
type _function = null;
|
|
612
614
|
type _module = null;
|
|
613
615
|
type _type = null;
|
|
614
616
|
}
|
|
615
|
-
type SG = readonly ['module', null] | readonly ['type', null];
|
|
617
|
+
type SG = readonly ['function', null] | readonly ['module', null] | readonly ['type', null];
|
|
616
618
|
}
|
|
617
|
-
type location = _i_core._T_State_Group<null, readonly ['module', null] | readonly ['type', null]>;
|
|
619
|
+
type location = _i_core._T_State_Group<null, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
|
|
618
620
|
type parameter = string;
|
|
619
621
|
}
|
|
620
622
|
export declare namespace Type_Parameters {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2ludGVyZmFjZS9kYXRhX3R5cGVzL3Jlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
package/dist/generated/interface/schemas/interface/{unresolved.d.ts → data_types/unresolved.d.ts}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _i_core from "
|
|
1
|
+
import * as _i_core from "../../../core/unresolved";
|
|
2
2
|
export type _T_Imports<G_Source> = _i_core._T_Dictionary<G_Source, {
|
|
3
3
|
readonly 'tail': _i_core._T_List<G_Source, string>;
|
|
4
4
|
readonly 'type': _i_core._T_State_Group<G_Source, readonly [
|
|
@@ -51,7 +51,7 @@ export type _T_Type<G_Source> = _i_core._T_State_Group<G_Source, readonly ['arra
|
|
|
51
51
|
] | readonly ['optional', _T_Type<G_Source>] | readonly ['parameter', _T_Type_Parameter_Selection<G_Source>] | readonly ['string', null] | readonly ['tagged union', _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>]>;
|
|
52
52
|
export type _T_Type_Arguments<G_Source> = _i_core._T_Dictionary<G_Source, _T_Type<G_Source>>;
|
|
53
53
|
export type _T_Type_Parameter_Selection<G_Source> = {
|
|
54
|
-
readonly 'location': _i_core._T_State_Group<G_Source, readonly ['module', null] | readonly ['type', null]>;
|
|
54
|
+
readonly 'location': _i_core._T_State_Group<G_Source, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
|
|
55
55
|
readonly 'parameter': string;
|
|
56
56
|
};
|
|
57
57
|
export type _T_Type_Parameters<G_Source> = _i_core._T_Dictionary<G_Source, null>;
|
|
@@ -330,12 +330,13 @@ export declare namespace _T_Type_Arguments {
|
|
|
330
330
|
export declare namespace _T_Type_Parameter_Selection {
|
|
331
331
|
namespace location {
|
|
332
332
|
namespace SG {
|
|
333
|
+
type _function<G_Source> = null;
|
|
333
334
|
type _module<G_Source> = null;
|
|
334
335
|
type _type<G_Source> = null;
|
|
335
336
|
}
|
|
336
|
-
type SG<G_Source> = readonly ['module', null] | readonly ['type', null];
|
|
337
|
+
type SG<G_Source> = readonly ['function', null] | readonly ['module', null] | readonly ['type', null];
|
|
337
338
|
}
|
|
338
|
-
type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['module', null] | readonly ['type', null]>;
|
|
339
|
+
type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
|
|
339
340
|
type parameter<G_Source> = string;
|
|
340
341
|
}
|
|
341
342
|
export declare namespace _T_Type_Parameters {
|
|
@@ -609,12 +610,13 @@ export declare namespace Type_Arguments {
|
|
|
609
610
|
export declare namespace Type_Parameter_Selection {
|
|
610
611
|
namespace location {
|
|
611
612
|
namespace SG {
|
|
613
|
+
type _function<G_Source> = null;
|
|
612
614
|
type _module<G_Source> = null;
|
|
613
615
|
type _type<G_Source> = null;
|
|
614
616
|
}
|
|
615
|
-
type SG<G_Source> = readonly ['module', null] | readonly ['type', null];
|
|
617
|
+
type SG<G_Source> = readonly ['function', null] | readonly ['module', null] | readonly ['type', null];
|
|
616
618
|
}
|
|
617
|
-
type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['module', null] | readonly ['type', null]>;
|
|
619
|
+
type location<G_Source> = _i_core._T_State_Group<G_Source, readonly ['function', null] | readonly ['module', null] | readonly ['type', null]>;
|
|
618
620
|
type parameter<G_Source> = string;
|
|
619
621
|
}
|
|
620
622
|
export declare namespace Type_Parameters {
|
package/dist/generated/interface/schemas/{implementation → interface/data_types}/unresolved.js
RENAMED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW50ZXJmYWNlL2RhdGFfdHlwZXMvdW5yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,254 +1,211 @@
|
|
|
1
|
-
import * as _i_in from "./resolved";
|
|
1
|
+
import * as _i_in from "./data_types/resolved";
|
|
2
2
|
import * as _i_out from "../../core/astn_target";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
readonly '
|
|
6
|
-
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
7
|
-
};
|
|
8
|
-
export type _T_s_Imports = ($$_: _i_in._T_Imports, $$_p: {
|
|
9
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
3
|
+
import * as _i_vs from "./value_serializers";
|
|
4
|
+
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: {
|
|
5
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
10
6
|
}) => _i_out._T_Value;
|
|
11
|
-
export type
|
|
12
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
7
|
+
export type _T_Module = ($$_: _i_in._T_Module, $$_p: {
|
|
8
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
13
9
|
}) => _i_out._T_Value;
|
|
14
|
-
export type
|
|
15
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
10
|
+
export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: {
|
|
11
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
16
12
|
}) => _i_out._T_Value;
|
|
17
|
-
export type
|
|
18
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
13
|
+
export type _T_Type = ($$_: _i_in._T_Type, $$_p: {
|
|
14
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
19
15
|
}) => _i_out._T_Value;
|
|
20
|
-
export type
|
|
21
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
16
|
+
export type _T_Type_Arguments = ($$_: _i_in._T_Type_Arguments, $$_p: {
|
|
17
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
22
18
|
}) => _i_out._T_Value;
|
|
23
|
-
export type
|
|
24
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
19
|
+
export type _T_Type_Parameter_Selection = ($$_: _i_in._T_Type_Parameter_Selection, $$_p: {
|
|
20
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
25
21
|
}) => _i_out._T_Value;
|
|
26
|
-
export type
|
|
27
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
22
|
+
export type _T_Type_Parameters = ($$_: _i_in._T_Type_Parameters, $$_p: {
|
|
23
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
28
24
|
}) => _i_out._T_Value;
|
|
29
|
-
export type
|
|
30
|
-
export type
|
|
31
|
-
export type
|
|
32
|
-
export type
|
|
33
|
-
export type
|
|
34
|
-
export type
|
|
35
|
-
export type
|
|
36
|
-
export
|
|
37
|
-
export declare namespace _T_Value_Serializers {
|
|
38
|
-
namespace _boolean {
|
|
39
|
-
type CONTEXT = boolean;
|
|
40
|
-
namespace PARAMS {
|
|
41
|
-
}
|
|
42
|
-
type RESULT = string;
|
|
43
|
-
}
|
|
44
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
45
|
-
namespace custom_numbers {
|
|
46
|
-
}
|
|
47
|
-
type custom_numbers = null;
|
|
48
|
-
namespace default_number {
|
|
49
|
-
type CONTEXT = number;
|
|
50
|
-
namespace PARAMS {
|
|
51
|
-
}
|
|
52
|
-
type RESULT = string;
|
|
53
|
-
}
|
|
54
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
55
|
-
}
|
|
56
|
-
export declare namespace _T_s_Imports {
|
|
25
|
+
export type Imports = _T_Imports;
|
|
26
|
+
export type Module = _T_Module;
|
|
27
|
+
export type Module_Set = _T_Module_Set;
|
|
28
|
+
export type Type = _T_Type;
|
|
29
|
+
export type Type_Arguments = _T_Type_Arguments;
|
|
30
|
+
export type Type_Parameter_Selection = _T_Type_Parameter_Selection;
|
|
31
|
+
export type Type_Parameters = _T_Type_Parameters;
|
|
32
|
+
export declare namespace _T_Imports {
|
|
57
33
|
namespace CONTEXT {
|
|
58
34
|
}
|
|
59
35
|
type CONTEXT = _i_in._T_Imports;
|
|
60
36
|
namespace PARAMS {
|
|
61
37
|
namespace value_serializers {
|
|
62
38
|
}
|
|
63
|
-
type value_serializers = _T_Value_Serializers;
|
|
39
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
64
40
|
}
|
|
65
41
|
namespace RESULT {
|
|
66
42
|
}
|
|
67
43
|
type RESULT = _i_out._T_Value;
|
|
68
44
|
}
|
|
69
|
-
export declare namespace
|
|
45
|
+
export declare namespace _T_Module {
|
|
70
46
|
namespace CONTEXT {
|
|
71
47
|
}
|
|
72
48
|
type CONTEXT = _i_in._T_Module;
|
|
73
49
|
namespace PARAMS {
|
|
74
50
|
namespace value_serializers {
|
|
75
51
|
}
|
|
76
|
-
type value_serializers = _T_Value_Serializers;
|
|
52
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
77
53
|
}
|
|
78
54
|
namespace RESULT {
|
|
79
55
|
}
|
|
80
56
|
type RESULT = _i_out._T_Value;
|
|
81
57
|
}
|
|
82
|
-
export declare namespace
|
|
58
|
+
export declare namespace _T_Module_Set {
|
|
83
59
|
namespace CONTEXT {
|
|
84
60
|
}
|
|
85
61
|
type CONTEXT = _i_in._T_Module_Set;
|
|
86
62
|
namespace PARAMS {
|
|
87
63
|
namespace value_serializers {
|
|
88
64
|
}
|
|
89
|
-
type value_serializers = _T_Value_Serializers;
|
|
65
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
90
66
|
}
|
|
91
67
|
namespace RESULT {
|
|
92
68
|
}
|
|
93
69
|
type RESULT = _i_out._T_Value;
|
|
94
70
|
}
|
|
95
|
-
export declare namespace
|
|
71
|
+
export declare namespace _T_Type {
|
|
96
72
|
namespace CONTEXT {
|
|
97
73
|
}
|
|
98
74
|
type CONTEXT = _i_in._T_Type;
|
|
99
75
|
namespace PARAMS {
|
|
100
76
|
namespace value_serializers {
|
|
101
77
|
}
|
|
102
|
-
type value_serializers = _T_Value_Serializers;
|
|
78
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
103
79
|
}
|
|
104
80
|
namespace RESULT {
|
|
105
81
|
}
|
|
106
82
|
type RESULT = _i_out._T_Value;
|
|
107
83
|
}
|
|
108
|
-
export declare namespace
|
|
84
|
+
export declare namespace _T_Type_Arguments {
|
|
109
85
|
namespace CONTEXT {
|
|
110
86
|
}
|
|
111
87
|
type CONTEXT = _i_in._T_Type_Arguments;
|
|
112
88
|
namespace PARAMS {
|
|
113
89
|
namespace value_serializers {
|
|
114
90
|
}
|
|
115
|
-
type value_serializers = _T_Value_Serializers;
|
|
91
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
116
92
|
}
|
|
117
93
|
namespace RESULT {
|
|
118
94
|
}
|
|
119
95
|
type RESULT = _i_out._T_Value;
|
|
120
96
|
}
|
|
121
|
-
export declare namespace
|
|
97
|
+
export declare namespace _T_Type_Parameter_Selection {
|
|
122
98
|
namespace CONTEXT {
|
|
123
99
|
}
|
|
124
100
|
type CONTEXT = _i_in._T_Type_Parameter_Selection;
|
|
125
101
|
namespace PARAMS {
|
|
126
102
|
namespace value_serializers {
|
|
127
103
|
}
|
|
128
|
-
type value_serializers = _T_Value_Serializers;
|
|
104
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
129
105
|
}
|
|
130
106
|
namespace RESULT {
|
|
131
107
|
}
|
|
132
108
|
type RESULT = _i_out._T_Value;
|
|
133
109
|
}
|
|
134
|
-
export declare namespace
|
|
110
|
+
export declare namespace _T_Type_Parameters {
|
|
135
111
|
namespace CONTEXT {
|
|
136
112
|
}
|
|
137
113
|
type CONTEXT = _i_in._T_Type_Parameters;
|
|
138
114
|
namespace PARAMS {
|
|
139
115
|
namespace value_serializers {
|
|
140
116
|
}
|
|
141
|
-
type value_serializers = _T_Value_Serializers;
|
|
117
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
142
118
|
}
|
|
143
119
|
namespace RESULT {
|
|
144
120
|
}
|
|
145
121
|
type RESULT = _i_out._T_Value;
|
|
146
122
|
}
|
|
147
|
-
export declare namespace
|
|
148
|
-
namespace _boolean {
|
|
149
|
-
type CONTEXT = boolean;
|
|
150
|
-
namespace PARAMS {
|
|
151
|
-
}
|
|
152
|
-
type RESULT = string;
|
|
153
|
-
}
|
|
154
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
155
|
-
namespace custom_numbers {
|
|
156
|
-
}
|
|
157
|
-
type custom_numbers = null;
|
|
158
|
-
namespace default_number {
|
|
159
|
-
type CONTEXT = number;
|
|
160
|
-
namespace PARAMS {
|
|
161
|
-
}
|
|
162
|
-
type RESULT = string;
|
|
163
|
-
}
|
|
164
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
165
|
-
}
|
|
166
|
-
export declare namespace s_Imports {
|
|
123
|
+
export declare namespace Imports {
|
|
167
124
|
namespace CONTEXT {
|
|
168
125
|
}
|
|
169
126
|
type CONTEXT = _i_in._T_Imports;
|
|
170
127
|
namespace PARAMS {
|
|
171
128
|
namespace value_serializers {
|
|
172
129
|
}
|
|
173
|
-
type value_serializers = _T_Value_Serializers;
|
|
130
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
174
131
|
}
|
|
175
132
|
namespace RESULT {
|
|
176
133
|
}
|
|
177
134
|
type RESULT = _i_out._T_Value;
|
|
178
135
|
}
|
|
179
|
-
export declare namespace
|
|
136
|
+
export declare namespace Module {
|
|
180
137
|
namespace CONTEXT {
|
|
181
138
|
}
|
|
182
139
|
type CONTEXT = _i_in._T_Module;
|
|
183
140
|
namespace PARAMS {
|
|
184
141
|
namespace value_serializers {
|
|
185
142
|
}
|
|
186
|
-
type value_serializers = _T_Value_Serializers;
|
|
143
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
187
144
|
}
|
|
188
145
|
namespace RESULT {
|
|
189
146
|
}
|
|
190
147
|
type RESULT = _i_out._T_Value;
|
|
191
148
|
}
|
|
192
|
-
export declare namespace
|
|
149
|
+
export declare namespace Module_Set {
|
|
193
150
|
namespace CONTEXT {
|
|
194
151
|
}
|
|
195
152
|
type CONTEXT = _i_in._T_Module_Set;
|
|
196
153
|
namespace PARAMS {
|
|
197
154
|
namespace value_serializers {
|
|
198
155
|
}
|
|
199
|
-
type value_serializers = _T_Value_Serializers;
|
|
156
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
200
157
|
}
|
|
201
158
|
namespace RESULT {
|
|
202
159
|
}
|
|
203
160
|
type RESULT = _i_out._T_Value;
|
|
204
161
|
}
|
|
205
|
-
export declare namespace
|
|
162
|
+
export declare namespace Type {
|
|
206
163
|
namespace CONTEXT {
|
|
207
164
|
}
|
|
208
165
|
type CONTEXT = _i_in._T_Type;
|
|
209
166
|
namespace PARAMS {
|
|
210
167
|
namespace value_serializers {
|
|
211
168
|
}
|
|
212
|
-
type value_serializers = _T_Value_Serializers;
|
|
169
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
213
170
|
}
|
|
214
171
|
namespace RESULT {
|
|
215
172
|
}
|
|
216
173
|
type RESULT = _i_out._T_Value;
|
|
217
174
|
}
|
|
218
|
-
export declare namespace
|
|
175
|
+
export declare namespace Type_Arguments {
|
|
219
176
|
namespace CONTEXT {
|
|
220
177
|
}
|
|
221
178
|
type CONTEXT = _i_in._T_Type_Arguments;
|
|
222
179
|
namespace PARAMS {
|
|
223
180
|
namespace value_serializers {
|
|
224
181
|
}
|
|
225
|
-
type value_serializers = _T_Value_Serializers;
|
|
182
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
226
183
|
}
|
|
227
184
|
namespace RESULT {
|
|
228
185
|
}
|
|
229
186
|
type RESULT = _i_out._T_Value;
|
|
230
187
|
}
|
|
231
|
-
export declare namespace
|
|
188
|
+
export declare namespace Type_Parameter_Selection {
|
|
232
189
|
namespace CONTEXT {
|
|
233
190
|
}
|
|
234
191
|
type CONTEXT = _i_in._T_Type_Parameter_Selection;
|
|
235
192
|
namespace PARAMS {
|
|
236
193
|
namespace value_serializers {
|
|
237
194
|
}
|
|
238
|
-
type value_serializers = _T_Value_Serializers;
|
|
195
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
239
196
|
}
|
|
240
197
|
namespace RESULT {
|
|
241
198
|
}
|
|
242
199
|
type RESULT = _i_out._T_Value;
|
|
243
200
|
}
|
|
244
|
-
export declare namespace
|
|
201
|
+
export declare namespace Type_Parameters {
|
|
245
202
|
namespace CONTEXT {
|
|
246
203
|
}
|
|
247
204
|
type CONTEXT = _i_in._T_Type_Parameters;
|
|
248
205
|
namespace PARAMS {
|
|
249
206
|
namespace value_serializers {
|
|
250
207
|
}
|
|
251
|
-
type value_serializers = _T_Value_Serializers;
|
|
208
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
252
209
|
}
|
|
253
210
|
namespace RESULT {
|
|
254
211
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as _i_in from "./resolved";
|
|
2
|
-
import * as _i_out from "./unresolved";
|
|
1
|
+
import * as _i_in from "./data_types/resolved";
|
|
2
|
+
import * as _i_out from "./data_types/unresolved";
|
|
3
3
|
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: null) => _i_out._T_Imports<null>;
|
|
4
4
|
export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Module<null>;
|
|
5
5
|
export type _T_Module_Set = ($$_: _i_in._T_Module_Set, $$_p: null) => _i_out._T_Module_Set<null>;
|