exupery 0.1.10 → 0.1.11
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 +5 -4
- 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
package/dist/generated/interface/schemas/implementation/{resolve.d.ts → data_types/resolve.d.ts}
RENAMED
|
@@ -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_Initialization<G_Source> = ($$_: _i_unresolved._T_Initialization<G_Source>, $$_p: {
|
package/dist/generated/interface/schemas/implementation/{resolve.js → data_types/resolve.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW1wbGVtZW50YXRpb24vZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
package/dist/generated/interface/schemas/implementation/{resolved.d.ts → data_types/resolved.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _pt from 'exupery-core-types';
|
|
2
|
-
import * as _i_core from "
|
|
3
|
-
import * as _i_imports_interface from "
|
|
2
|
+
import * as _i_core from "../../../core/resolved";
|
|
3
|
+
import * as _i_imports_interface from "../../interface/data_types/resolved";
|
|
4
4
|
export type _T_Initialization = _i_core._T_State_Group<null, readonly [
|
|
5
5
|
'block',
|
|
6
6
|
{
|
package/dist/generated/interface/schemas/implementation/{resolved.js → data_types/resolved.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2ltcGxlbWVudGF0aW9uL2RhdGFfdHlwZXMvcmVzb2x2ZWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _pt from 'exupery-core-types';
|
|
2
|
-
import * as _i_core from "
|
|
3
|
-
import * as _i_imports_interface from "
|
|
2
|
+
import * as _i_core from "../../../core/unresolved";
|
|
3
|
+
import * as _i_imports_interface from "../../interface/data_types/unresolved";
|
|
4
4
|
export type _T_Initialization<G_Source> = _i_core._T_State_Group<G_Source, readonly [
|
|
5
5
|
'block',
|
|
6
6
|
{
|
package/dist/generated/interface/schemas/{interface → implementation/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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaW1wbGVtZW50YXRpb24vZGF0YV90eXBlcy91bnJlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -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_Initialization = ($$_: _i_in._T_Initialization, $$_p: {
|
|
9
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
3
|
+
import * as _i_vs from "./value_serializers";
|
|
4
|
+
export type _T_Initialization = ($$_: _i_in._T_Initialization, $$_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_Literal = ($$_: _i_in._T_Literal, $$_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 = ($$_: _i_in._T_Module, $$_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_Module_Set = ($$_: _i_in._T_Module_Set, $$_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_Selection = ($$_: _i_in._T_Selection, $$_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_Parameters = ($$_: _i_in._T_Type_Parameters, $$_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_Variables = ($$_: _i_in._T_Variables, $$_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_Initialization {
|
|
25
|
+
export type Initialization = _T_Initialization;
|
|
26
|
+
export type Literal = _T_Literal;
|
|
27
|
+
export type Module = _T_Module;
|
|
28
|
+
export type Module_Set = _T_Module_Set;
|
|
29
|
+
export type Selection = _T_Selection;
|
|
30
|
+
export type Type_Parameters = _T_Type_Parameters;
|
|
31
|
+
export type Variables = _T_Variables;
|
|
32
|
+
export declare namespace _T_Initialization {
|
|
57
33
|
namespace CONTEXT {
|
|
58
34
|
}
|
|
59
35
|
type CONTEXT = _i_in._T_Initialization;
|
|
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_Literal {
|
|
70
46
|
namespace CONTEXT {
|
|
71
47
|
}
|
|
72
48
|
type CONTEXT = _i_in._T_Literal;
|
|
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 {
|
|
83
59
|
namespace CONTEXT {
|
|
84
60
|
}
|
|
85
61
|
type CONTEXT = _i_in._T_Module;
|
|
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_Module_Set {
|
|
96
72
|
namespace CONTEXT {
|
|
97
73
|
}
|
|
98
74
|
type CONTEXT = _i_in._T_Module_Set;
|
|
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_Selection {
|
|
109
85
|
namespace CONTEXT {
|
|
110
86
|
}
|
|
111
87
|
type CONTEXT = _i_in._T_Selection;
|
|
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_Parameters {
|
|
122
98
|
namespace CONTEXT {
|
|
123
99
|
}
|
|
124
100
|
type CONTEXT = _i_in._T_Type_Parameters;
|
|
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_Variables {
|
|
135
111
|
namespace CONTEXT {
|
|
136
112
|
}
|
|
137
113
|
type CONTEXT = _i_in._T_Variables;
|
|
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_Initialization {
|
|
123
|
+
export declare namespace Initialization {
|
|
167
124
|
namespace CONTEXT {
|
|
168
125
|
}
|
|
169
126
|
type CONTEXT = _i_in._T_Initialization;
|
|
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 Literal {
|
|
180
137
|
namespace CONTEXT {
|
|
181
138
|
}
|
|
182
139
|
type CONTEXT = _i_in._T_Literal;
|
|
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 {
|
|
193
150
|
namespace CONTEXT {
|
|
194
151
|
}
|
|
195
152
|
type CONTEXT = _i_in._T_Module;
|
|
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 Module_Set {
|
|
206
163
|
namespace CONTEXT {
|
|
207
164
|
}
|
|
208
165
|
type CONTEXT = _i_in._T_Module_Set;
|
|
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 Selection {
|
|
219
176
|
namespace CONTEXT {
|
|
220
177
|
}
|
|
221
178
|
type CONTEXT = _i_in._T_Selection;
|
|
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_Parameters {
|
|
232
189
|
namespace CONTEXT {
|
|
233
190
|
}
|
|
234
191
|
type CONTEXT = _i_in._T_Type_Parameters;
|
|
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 Variables {
|
|
245
202
|
namespace CONTEXT {
|
|
246
203
|
}
|
|
247
204
|
type CONTEXT = _i_in._T_Variables;
|
|
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_Initialization = ($$_: _i_in._T_Initialization, $$_p: null) => _i_out._T_Initialization<null>;
|
|
4
4
|
export type _T_Literal = ($$_: _i_in._T_Literal, $$_p: null) => _i_out._T_Literal<null>;
|
|
5
5
|
export type _T_Module = ($$_: _i_in._T_Module, $$_p: null) => _i_out._T_Module<null>;
|
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
import * as _i_in from "../../core/astn_source";
|
|
2
|
-
import * as _i_out from "./unresolved";
|
|
3
|
-
|
|
4
|
-
export type
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
import * as _i_out from "./data_types/unresolved";
|
|
3
|
+
import * as _i_vd from "./value_deserializers";
|
|
4
|
+
export type _T_Initialization = ($$_: _i_in._T_Value, $$_p: {
|
|
5
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
+
}) => _i_out._T_Initialization<_i_in._T_Range>;
|
|
7
|
+
export type _T_Literal = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
+
}) => _i_out._T_Literal<_i_in._T_Range>;
|
|
10
|
+
export type _T_Module = ($$_: _i_in._T_Value, $$_p: {
|
|
11
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
|
+
}) => _i_out._T_Module<_i_in._T_Range>;
|
|
13
|
+
export type _T_Module_Set = ($$_: _i_in._T_Value, $$_p: {
|
|
14
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
15
|
+
}) => _i_out._T_Module_Set<_i_in._T_Range>;
|
|
16
|
+
export type _T_Selection = ($$_: _i_in._T_Value, $$_p: {
|
|
17
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
18
|
+
}) => _i_out._T_Selection<_i_in._T_Range>;
|
|
19
|
+
export type _T_Type_Parameters = ($$_: _i_in._T_Value, $$_p: {
|
|
20
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
21
|
+
}) => _i_out._T_Type_Parameters<_i_in._T_Range>;
|
|
22
|
+
export type _T_Variables = ($$_: _i_in._T_Value, $$_p: {
|
|
23
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
24
|
+
}) => _i_out._T_Variables<_i_in._T_Range>;
|
|
10
25
|
export type Initialization = _T_Initialization;
|
|
11
26
|
export type Literal = _T_Literal;
|
|
12
27
|
export type Module = _T_Module;
|
|
@@ -19,152 +34,222 @@ export declare namespace _T_Initialization {
|
|
|
19
34
|
}
|
|
20
35
|
type CONTEXT = _i_in._T_Value;
|
|
21
36
|
namespace PARAMS {
|
|
37
|
+
namespace value_deserializers {
|
|
38
|
+
}
|
|
39
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
22
40
|
}
|
|
23
41
|
namespace RESULT {
|
|
24
|
-
|
|
42
|
+
namespace annotation {
|
|
43
|
+
}
|
|
44
|
+
type annotation = _i_in._T_Range;
|
|
25
45
|
}
|
|
26
|
-
type RESULT = _i_out._T_Initialization<
|
|
46
|
+
type RESULT = _i_out._T_Initialization<_i_in._T_Range>;
|
|
27
47
|
}
|
|
28
48
|
export declare namespace _T_Literal {
|
|
29
49
|
namespace CONTEXT {
|
|
30
50
|
}
|
|
31
51
|
type CONTEXT = _i_in._T_Value;
|
|
32
52
|
namespace PARAMS {
|
|
53
|
+
namespace value_deserializers {
|
|
54
|
+
}
|
|
55
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
33
56
|
}
|
|
34
57
|
namespace RESULT {
|
|
35
|
-
|
|
58
|
+
namespace annotation {
|
|
59
|
+
}
|
|
60
|
+
type annotation = _i_in._T_Range;
|
|
36
61
|
}
|
|
37
|
-
type RESULT = _i_out._T_Literal<
|
|
62
|
+
type RESULT = _i_out._T_Literal<_i_in._T_Range>;
|
|
38
63
|
}
|
|
39
64
|
export declare namespace _T_Module {
|
|
40
65
|
namespace CONTEXT {
|
|
41
66
|
}
|
|
42
67
|
type CONTEXT = _i_in._T_Value;
|
|
43
68
|
namespace PARAMS {
|
|
69
|
+
namespace value_deserializers {
|
|
70
|
+
}
|
|
71
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
44
72
|
}
|
|
45
73
|
namespace RESULT {
|
|
46
|
-
|
|
74
|
+
namespace annotation {
|
|
75
|
+
}
|
|
76
|
+
type annotation = _i_in._T_Range;
|
|
47
77
|
}
|
|
48
|
-
type RESULT = _i_out._T_Module<
|
|
78
|
+
type RESULT = _i_out._T_Module<_i_in._T_Range>;
|
|
49
79
|
}
|
|
50
80
|
export declare namespace _T_Module_Set {
|
|
51
81
|
namespace CONTEXT {
|
|
52
82
|
}
|
|
53
83
|
type CONTEXT = _i_in._T_Value;
|
|
54
84
|
namespace PARAMS {
|
|
85
|
+
namespace value_deserializers {
|
|
86
|
+
}
|
|
87
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
55
88
|
}
|
|
56
89
|
namespace RESULT {
|
|
57
|
-
|
|
90
|
+
namespace annotation {
|
|
91
|
+
}
|
|
92
|
+
type annotation = _i_in._T_Range;
|
|
58
93
|
}
|
|
59
|
-
type RESULT = _i_out._T_Module_Set<
|
|
94
|
+
type RESULT = _i_out._T_Module_Set<_i_in._T_Range>;
|
|
60
95
|
}
|
|
61
96
|
export declare namespace _T_Selection {
|
|
62
97
|
namespace CONTEXT {
|
|
63
98
|
}
|
|
64
99
|
type CONTEXT = _i_in._T_Value;
|
|
65
100
|
namespace PARAMS {
|
|
101
|
+
namespace value_deserializers {
|
|
102
|
+
}
|
|
103
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
66
104
|
}
|
|
67
105
|
namespace RESULT {
|
|
68
|
-
|
|
106
|
+
namespace annotation {
|
|
107
|
+
}
|
|
108
|
+
type annotation = _i_in._T_Range;
|
|
69
109
|
}
|
|
70
|
-
type RESULT = _i_out._T_Selection<
|
|
110
|
+
type RESULT = _i_out._T_Selection<_i_in._T_Range>;
|
|
71
111
|
}
|
|
72
112
|
export declare namespace _T_Type_Parameters {
|
|
73
113
|
namespace CONTEXT {
|
|
74
114
|
}
|
|
75
115
|
type CONTEXT = _i_in._T_Value;
|
|
76
116
|
namespace PARAMS {
|
|
117
|
+
namespace value_deserializers {
|
|
118
|
+
}
|
|
119
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
77
120
|
}
|
|
78
121
|
namespace RESULT {
|
|
79
|
-
|
|
122
|
+
namespace annotation {
|
|
123
|
+
}
|
|
124
|
+
type annotation = _i_in._T_Range;
|
|
80
125
|
}
|
|
81
|
-
type RESULT = _i_out._T_Type_Parameters<
|
|
126
|
+
type RESULT = _i_out._T_Type_Parameters<_i_in._T_Range>;
|
|
82
127
|
}
|
|
83
128
|
export declare namespace _T_Variables {
|
|
84
129
|
namespace CONTEXT {
|
|
85
130
|
}
|
|
86
131
|
type CONTEXT = _i_in._T_Value;
|
|
87
132
|
namespace PARAMS {
|
|
133
|
+
namespace value_deserializers {
|
|
134
|
+
}
|
|
135
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
88
136
|
}
|
|
89
137
|
namespace RESULT {
|
|
90
|
-
|
|
138
|
+
namespace annotation {
|
|
139
|
+
}
|
|
140
|
+
type annotation = _i_in._T_Range;
|
|
91
141
|
}
|
|
92
|
-
type RESULT = _i_out._T_Variables<
|
|
142
|
+
type RESULT = _i_out._T_Variables<_i_in._T_Range>;
|
|
93
143
|
}
|
|
94
144
|
export declare namespace Initialization {
|
|
95
145
|
namespace CONTEXT {
|
|
96
146
|
}
|
|
97
147
|
type CONTEXT = _i_in._T_Value;
|
|
98
148
|
namespace PARAMS {
|
|
149
|
+
namespace value_deserializers {
|
|
150
|
+
}
|
|
151
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
99
152
|
}
|
|
100
153
|
namespace RESULT {
|
|
101
|
-
|
|
154
|
+
namespace annotation {
|
|
155
|
+
}
|
|
156
|
+
type annotation = _i_in._T_Range;
|
|
102
157
|
}
|
|
103
|
-
type RESULT = _i_out._T_Initialization<
|
|
158
|
+
type RESULT = _i_out._T_Initialization<_i_in._T_Range>;
|
|
104
159
|
}
|
|
105
160
|
export declare namespace Literal {
|
|
106
161
|
namespace CONTEXT {
|
|
107
162
|
}
|
|
108
163
|
type CONTEXT = _i_in._T_Value;
|
|
109
164
|
namespace PARAMS {
|
|
165
|
+
namespace value_deserializers {
|
|
166
|
+
}
|
|
167
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
110
168
|
}
|
|
111
169
|
namespace RESULT {
|
|
112
|
-
|
|
170
|
+
namespace annotation {
|
|
171
|
+
}
|
|
172
|
+
type annotation = _i_in._T_Range;
|
|
113
173
|
}
|
|
114
|
-
type RESULT = _i_out._T_Literal<
|
|
174
|
+
type RESULT = _i_out._T_Literal<_i_in._T_Range>;
|
|
115
175
|
}
|
|
116
176
|
export declare namespace Module {
|
|
117
177
|
namespace CONTEXT {
|
|
118
178
|
}
|
|
119
179
|
type CONTEXT = _i_in._T_Value;
|
|
120
180
|
namespace PARAMS {
|
|
181
|
+
namespace value_deserializers {
|
|
182
|
+
}
|
|
183
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
121
184
|
}
|
|
122
185
|
namespace RESULT {
|
|
123
|
-
|
|
186
|
+
namespace annotation {
|
|
187
|
+
}
|
|
188
|
+
type annotation = _i_in._T_Range;
|
|
124
189
|
}
|
|
125
|
-
type RESULT = _i_out._T_Module<
|
|
190
|
+
type RESULT = _i_out._T_Module<_i_in._T_Range>;
|
|
126
191
|
}
|
|
127
192
|
export declare namespace Module_Set {
|
|
128
193
|
namespace CONTEXT {
|
|
129
194
|
}
|
|
130
195
|
type CONTEXT = _i_in._T_Value;
|
|
131
196
|
namespace PARAMS {
|
|
197
|
+
namespace value_deserializers {
|
|
198
|
+
}
|
|
199
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
132
200
|
}
|
|
133
201
|
namespace RESULT {
|
|
134
|
-
|
|
202
|
+
namespace annotation {
|
|
203
|
+
}
|
|
204
|
+
type annotation = _i_in._T_Range;
|
|
135
205
|
}
|
|
136
|
-
type RESULT = _i_out._T_Module_Set<
|
|
206
|
+
type RESULT = _i_out._T_Module_Set<_i_in._T_Range>;
|
|
137
207
|
}
|
|
138
208
|
export declare namespace Selection {
|
|
139
209
|
namespace CONTEXT {
|
|
140
210
|
}
|
|
141
211
|
type CONTEXT = _i_in._T_Value;
|
|
142
212
|
namespace PARAMS {
|
|
213
|
+
namespace value_deserializers {
|
|
214
|
+
}
|
|
215
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
143
216
|
}
|
|
144
217
|
namespace RESULT {
|
|
145
|
-
|
|
218
|
+
namespace annotation {
|
|
219
|
+
}
|
|
220
|
+
type annotation = _i_in._T_Range;
|
|
146
221
|
}
|
|
147
|
-
type RESULT = _i_out._T_Selection<
|
|
222
|
+
type RESULT = _i_out._T_Selection<_i_in._T_Range>;
|
|
148
223
|
}
|
|
149
224
|
export declare namespace Type_Parameters {
|
|
150
225
|
namespace CONTEXT {
|
|
151
226
|
}
|
|
152
227
|
type CONTEXT = _i_in._T_Value;
|
|
153
228
|
namespace PARAMS {
|
|
229
|
+
namespace value_deserializers {
|
|
230
|
+
}
|
|
231
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
154
232
|
}
|
|
155
233
|
namespace RESULT {
|
|
156
|
-
|
|
234
|
+
namespace annotation {
|
|
235
|
+
}
|
|
236
|
+
type annotation = _i_in._T_Range;
|
|
157
237
|
}
|
|
158
|
-
type RESULT = _i_out._T_Type_Parameters<
|
|
238
|
+
type RESULT = _i_out._T_Type_Parameters<_i_in._T_Range>;
|
|
159
239
|
}
|
|
160
240
|
export declare namespace Variables {
|
|
161
241
|
namespace CONTEXT {
|
|
162
242
|
}
|
|
163
243
|
type CONTEXT = _i_in._T_Value;
|
|
164
244
|
namespace PARAMS {
|
|
245
|
+
namespace value_deserializers {
|
|
246
|
+
}
|
|
247
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
165
248
|
}
|
|
166
249
|
namespace RESULT {
|
|
167
|
-
|
|
250
|
+
namespace annotation {
|
|
251
|
+
}
|
|
252
|
+
type annotation = _i_in._T_Range;
|
|
168
253
|
}
|
|
169
|
-
type RESULT = _i_out._T_Variables<
|
|
254
|
+
type RESULT = _i_out._T_Variables<_i_in._T_Range>;
|
|
170
255
|
}
|