astn 0.113.26 → 0.113.28
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/implementation/generated/pareto/schemas/astn_schema/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +3 -3
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/token/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +1 -1
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +2 -2
- package/dist/interface/generated/pareto/core/location.d.ts +11 -0
- package/dist/interface/generated/pareto/core/location.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +192 -1125
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +54 -243
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +54 -243
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +138 -931
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +138 -931
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
- package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +47 -245
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -245
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
- package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
- package/dist/shorthands/parse_result.d.ts +1 -1
- package/dist/shorthands/parse_result.js +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
export declare namespace Schemas_ {
|
|
3
|
+
type I = string;
|
|
4
|
+
type O = i_out.Schemas;
|
|
5
|
+
namespace P {
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
|
|
9
|
+
export declare namespace Text_Type_ {
|
|
10
|
+
type I = string;
|
|
11
|
+
type O = i_out.Text_Type;
|
|
12
|
+
namespace P {
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
16
|
+
export declare namespace Globals_ {
|
|
17
|
+
type I = string;
|
|
18
|
+
type O = i_out.Globals;
|
|
19
|
+
namespace P {
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export type Globals_ = ($$_: Globals_.I) => Globals_.O;
|
|
23
|
+
export declare namespace Type_ {
|
|
24
|
+
type I = string;
|
|
25
|
+
type O = i_out.Type;
|
|
26
|
+
namespace P {
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
export type Type_ = ($$_: Type_.I) => Type_.O;
|
|
30
|
+
export declare namespace Types_ {
|
|
31
|
+
type I = string;
|
|
32
|
+
type O = i_out.Types;
|
|
33
|
+
namespace P {
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
export type Types_ = ($$_: Types_.I) => Types_.O;
|
|
37
|
+
export declare namespace Schema_ {
|
|
38
|
+
type I = string;
|
|
39
|
+
type O = i_out.Schema;
|
|
40
|
+
namespace P {
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
export type Schema_ = ($$_: Schema_.I) => Schema_.O;
|
|
44
|
+
export declare namespace Schema_Tree_ {
|
|
45
|
+
type I = string;
|
|
46
|
+
type O = i_out.Schema_Tree;
|
|
47
|
+
namespace P {
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
|
|
51
|
+
export declare namespace Imports_ {
|
|
52
|
+
type I = string;
|
|
53
|
+
type O = i_out.Imports;
|
|
54
|
+
namespace P {
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
export type Imports_ = ($$_: Imports_.I) => Imports_.O;
|
|
58
|
+
export declare namespace Dictionary_ {
|
|
59
|
+
type I = string;
|
|
60
|
+
type O = i_out.Dictionary;
|
|
61
|
+
namespace P {
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
|
|
65
|
+
export declare namespace Group_ {
|
|
66
|
+
type I = string;
|
|
67
|
+
type O = i_out.Group;
|
|
68
|
+
namespace P {
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
export type Group_ = ($$_: Group_.I) => Group_.O;
|
|
72
|
+
export declare namespace Type_Node_ {
|
|
73
|
+
type I = string;
|
|
74
|
+
type O = i_out.Type_Node;
|
|
75
|
+
namespace P {
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
|
|
79
|
+
export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9hc3RuX3NjaGVtYS9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,333 +1,80 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_Text_Type = ($$_: _i_in._T_Text_Type, $$_p: {
|
|
8
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
-
}) => _i_out._T_Value;
|
|
10
|
-
export type _T_Globals = ($$_: _i_in._T_Globals, $$_p: {
|
|
11
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
|
-
}) => _i_out._T_Value;
|
|
13
|
-
export type _T_Type = ($$_: _i_in._T_Type, $$_p: {
|
|
14
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
|
-
}) => _i_out._T_Value;
|
|
16
|
-
export type _T_Types = ($$_: _i_in._T_Types, $$_p: {
|
|
17
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
|
-
}) => _i_out._T_Value;
|
|
19
|
-
export type _T_Schema = ($$_: _i_in._T_Schema, $$_p: {
|
|
20
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
21
|
-
}) => _i_out._T_Value;
|
|
22
|
-
export type _T_Schema_Tree = ($$_: _i_in._T_Schema_Tree, $$_p: {
|
|
23
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
24
|
-
}) => _i_out._T_Value;
|
|
25
|
-
export type _T_Imports = ($$_: _i_in._T_Imports, $$_p: {
|
|
26
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
27
|
-
}) => _i_out._T_Value;
|
|
28
|
-
export type _T_Dictionary = ($$_: _i_in._T_Dictionary, $$_p: {
|
|
29
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
30
|
-
}) => _i_out._T_Value;
|
|
31
|
-
export type _T_Group = ($$_: _i_in._T_Group, $$_p: {
|
|
32
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
33
|
-
}) => _i_out._T_Value;
|
|
34
|
-
export type _T_Type_Node = ($$_: _i_in._T_Type_Node, $$_p: {
|
|
35
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
36
|
-
}) => _i_out._T_Value;
|
|
37
|
-
export type Schemas = _T_Schemas;
|
|
38
|
-
export type Text_Type = _T_Text_Type;
|
|
39
|
-
export type Globals = _T_Globals;
|
|
40
|
-
export type Type = _T_Type;
|
|
41
|
-
export type Types = _T_Types;
|
|
42
|
-
export type Schema = _T_Schema;
|
|
43
|
-
export type Schema_Tree = _T_Schema_Tree;
|
|
44
|
-
export type Imports = _T_Imports;
|
|
45
|
-
export type Dictionary = _T_Dictionary;
|
|
46
|
-
export type Group = _T_Group;
|
|
47
|
-
export type Type_Node = _T_Type_Node;
|
|
48
|
-
export declare namespace _T_Schemas {
|
|
49
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "astn/dist/interface/generated/pareto/schemas/sealed_target/data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Schemas_ {
|
|
4
|
+
type I = i_in.Schemas;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
50
7
|
}
|
|
51
|
-
type CONTEXT = _i_in._T_Schemas;
|
|
52
|
-
namespace PARAMS {
|
|
53
|
-
namespace value_serializers {
|
|
54
|
-
}
|
|
55
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
56
|
-
}
|
|
57
|
-
namespace RESULT {
|
|
58
|
-
}
|
|
59
|
-
type RESULT = _i_out._T_Value;
|
|
60
|
-
}
|
|
61
|
-
export declare namespace _T_Text_Type {
|
|
62
|
-
namespace CONTEXT {
|
|
63
|
-
}
|
|
64
|
-
type CONTEXT = _i_in._T_Text_Type;
|
|
65
|
-
namespace PARAMS {
|
|
66
|
-
namespace value_serializers {
|
|
67
|
-
}
|
|
68
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
69
|
-
}
|
|
70
|
-
namespace RESULT {
|
|
71
|
-
}
|
|
72
|
-
type RESULT = _i_out._T_Value;
|
|
73
|
-
}
|
|
74
|
-
export declare namespace _T_Globals {
|
|
75
|
-
namespace CONTEXT {
|
|
76
|
-
}
|
|
77
|
-
type CONTEXT = _i_in._T_Globals;
|
|
78
|
-
namespace PARAMS {
|
|
79
|
-
namespace value_serializers {
|
|
80
|
-
}
|
|
81
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
82
|
-
}
|
|
83
|
-
namespace RESULT {
|
|
84
|
-
}
|
|
85
|
-
type RESULT = _i_out._T_Value;
|
|
86
|
-
}
|
|
87
|
-
export declare namespace _T_Type {
|
|
88
|
-
namespace CONTEXT {
|
|
89
|
-
}
|
|
90
|
-
type CONTEXT = _i_in._T_Type;
|
|
91
|
-
namespace PARAMS {
|
|
92
|
-
namespace value_serializers {
|
|
93
|
-
}
|
|
94
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
95
|
-
}
|
|
96
|
-
namespace RESULT {
|
|
97
|
-
}
|
|
98
|
-
type RESULT = _i_out._T_Value;
|
|
99
|
-
}
|
|
100
|
-
export declare namespace _T_Types {
|
|
101
|
-
namespace CONTEXT {
|
|
102
|
-
}
|
|
103
|
-
type CONTEXT = _i_in._T_Types;
|
|
104
|
-
namespace PARAMS {
|
|
105
|
-
namespace value_serializers {
|
|
106
|
-
}
|
|
107
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
108
|
-
}
|
|
109
|
-
namespace RESULT {
|
|
110
|
-
}
|
|
111
|
-
type RESULT = _i_out._T_Value;
|
|
112
|
-
}
|
|
113
|
-
export declare namespace _T_Schema {
|
|
114
|
-
namespace CONTEXT {
|
|
115
|
-
}
|
|
116
|
-
type CONTEXT = _i_in._T_Schema;
|
|
117
|
-
namespace PARAMS {
|
|
118
|
-
namespace value_serializers {
|
|
119
|
-
}
|
|
120
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
121
|
-
}
|
|
122
|
-
namespace RESULT {
|
|
123
|
-
}
|
|
124
|
-
type RESULT = _i_out._T_Value;
|
|
125
|
-
}
|
|
126
|
-
export declare namespace _T_Schema_Tree {
|
|
127
|
-
namespace CONTEXT {
|
|
128
|
-
}
|
|
129
|
-
type CONTEXT = _i_in._T_Schema_Tree;
|
|
130
|
-
namespace PARAMS {
|
|
131
|
-
namespace value_serializers {
|
|
132
|
-
}
|
|
133
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
134
|
-
}
|
|
135
|
-
namespace RESULT {
|
|
136
|
-
}
|
|
137
|
-
type RESULT = _i_out._T_Value;
|
|
138
|
-
}
|
|
139
|
-
export declare namespace _T_Imports {
|
|
140
|
-
namespace CONTEXT {
|
|
141
|
-
}
|
|
142
|
-
type CONTEXT = _i_in._T_Imports;
|
|
143
|
-
namespace PARAMS {
|
|
144
|
-
namespace value_serializers {
|
|
145
|
-
}
|
|
146
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
147
|
-
}
|
|
148
|
-
namespace RESULT {
|
|
149
|
-
}
|
|
150
|
-
type RESULT = _i_out._T_Value;
|
|
151
|
-
}
|
|
152
|
-
export declare namespace _T_Dictionary {
|
|
153
|
-
namespace CONTEXT {
|
|
154
|
-
}
|
|
155
|
-
type CONTEXT = _i_in._T_Dictionary;
|
|
156
|
-
namespace PARAMS {
|
|
157
|
-
namespace value_serializers {
|
|
158
|
-
}
|
|
159
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
160
|
-
}
|
|
161
|
-
namespace RESULT {
|
|
162
|
-
}
|
|
163
|
-
type RESULT = _i_out._T_Value;
|
|
164
8
|
}
|
|
165
|
-
export
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
type
|
|
169
|
-
namespace
|
|
170
|
-
namespace value_serializers {
|
|
171
|
-
}
|
|
172
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
173
|
-
}
|
|
174
|
-
namespace RESULT {
|
|
9
|
+
export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
|
|
10
|
+
export declare namespace Text_Type_ {
|
|
11
|
+
type I = i_in.Text_Type;
|
|
12
|
+
type O = i_out.Value;
|
|
13
|
+
namespace P {
|
|
175
14
|
}
|
|
176
|
-
type RESULT = _i_out._T_Value;
|
|
177
15
|
}
|
|
178
|
-
export
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
type
|
|
182
|
-
namespace
|
|
183
|
-
namespace value_serializers {
|
|
184
|
-
}
|
|
185
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
186
|
-
}
|
|
187
|
-
namespace RESULT {
|
|
16
|
+
export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
|
|
17
|
+
export declare namespace Globals_ {
|
|
18
|
+
type I = i_in.Globals;
|
|
19
|
+
type O = i_out.Value;
|
|
20
|
+
namespace P {
|
|
188
21
|
}
|
|
189
|
-
type RESULT = _i_out._T_Value;
|
|
190
22
|
}
|
|
191
|
-
export
|
|
192
|
-
|
|
23
|
+
export type Globals_ = ($$_: Globals_.I) => Globals_.O;
|
|
24
|
+
export declare namespace Type_ {
|
|
25
|
+
type I = i_in.Type;
|
|
26
|
+
type O = i_out.Value;
|
|
27
|
+
namespace P {
|
|
193
28
|
}
|
|
194
|
-
type CONTEXT = _i_in._T_Schemas;
|
|
195
|
-
namespace PARAMS {
|
|
196
|
-
namespace value_serializers {
|
|
197
|
-
}
|
|
198
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
199
|
-
}
|
|
200
|
-
namespace RESULT {
|
|
201
|
-
}
|
|
202
|
-
type RESULT = _i_out._T_Value;
|
|
203
29
|
}
|
|
204
|
-
export
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
type
|
|
208
|
-
namespace
|
|
209
|
-
namespace value_serializers {
|
|
210
|
-
}
|
|
211
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
212
|
-
}
|
|
213
|
-
namespace RESULT {
|
|
30
|
+
export type Type_ = ($$_: Type_.I) => Type_.O;
|
|
31
|
+
export declare namespace Types_ {
|
|
32
|
+
type I = i_in.Types;
|
|
33
|
+
type O = i_out.Value;
|
|
34
|
+
namespace P {
|
|
214
35
|
}
|
|
215
|
-
type RESULT = _i_out._T_Value;
|
|
216
36
|
}
|
|
217
|
-
export
|
|
218
|
-
|
|
37
|
+
export type Types_ = ($$_: Types_.I) => Types_.O;
|
|
38
|
+
export declare namespace Schema_ {
|
|
39
|
+
type I = i_in.Schema;
|
|
40
|
+
type O = i_out.Value;
|
|
41
|
+
namespace P {
|
|
219
42
|
}
|
|
220
|
-
type CONTEXT = _i_in._T_Globals;
|
|
221
|
-
namespace PARAMS {
|
|
222
|
-
namespace value_serializers {
|
|
223
|
-
}
|
|
224
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
225
|
-
}
|
|
226
|
-
namespace RESULT {
|
|
227
|
-
}
|
|
228
|
-
type RESULT = _i_out._T_Value;
|
|
229
43
|
}
|
|
230
|
-
export
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
type
|
|
234
|
-
namespace
|
|
235
|
-
namespace value_serializers {
|
|
236
|
-
}
|
|
237
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
238
|
-
}
|
|
239
|
-
namespace RESULT {
|
|
44
|
+
export type Schema_ = ($$_: Schema_.I) => Schema_.O;
|
|
45
|
+
export declare namespace Schema_Tree_ {
|
|
46
|
+
type I = i_in.Schema_Tree;
|
|
47
|
+
type O = i_out.Value;
|
|
48
|
+
namespace P {
|
|
240
49
|
}
|
|
241
|
-
type RESULT = _i_out._T_Value;
|
|
242
50
|
}
|
|
243
|
-
export
|
|
244
|
-
|
|
51
|
+
export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
|
|
52
|
+
export declare namespace Imports_ {
|
|
53
|
+
type I = i_in.Imports;
|
|
54
|
+
type O = i_out.Value;
|
|
55
|
+
namespace P {
|
|
245
56
|
}
|
|
246
|
-
type CONTEXT = _i_in._T_Types;
|
|
247
|
-
namespace PARAMS {
|
|
248
|
-
namespace value_serializers {
|
|
249
|
-
}
|
|
250
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
251
|
-
}
|
|
252
|
-
namespace RESULT {
|
|
253
|
-
}
|
|
254
|
-
type RESULT = _i_out._T_Value;
|
|
255
57
|
}
|
|
256
|
-
export
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
type
|
|
260
|
-
namespace
|
|
261
|
-
namespace value_serializers {
|
|
262
|
-
}
|
|
263
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
264
|
-
}
|
|
265
|
-
namespace RESULT {
|
|
58
|
+
export type Imports_ = ($$_: Imports_.I) => Imports_.O;
|
|
59
|
+
export declare namespace Dictionary_ {
|
|
60
|
+
type I = i_in.Dictionary;
|
|
61
|
+
type O = i_out.Value;
|
|
62
|
+
namespace P {
|
|
266
63
|
}
|
|
267
|
-
type RESULT = _i_out._T_Value;
|
|
268
64
|
}
|
|
269
|
-
export
|
|
270
|
-
|
|
65
|
+
export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
|
|
66
|
+
export declare namespace Group_ {
|
|
67
|
+
type I = i_in.Group;
|
|
68
|
+
type O = i_out.Value;
|
|
69
|
+
namespace P {
|
|
271
70
|
}
|
|
272
|
-
type CONTEXT = _i_in._T_Schema_Tree;
|
|
273
|
-
namespace PARAMS {
|
|
274
|
-
namespace value_serializers {
|
|
275
|
-
}
|
|
276
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
277
|
-
}
|
|
278
|
-
namespace RESULT {
|
|
279
|
-
}
|
|
280
|
-
type RESULT = _i_out._T_Value;
|
|
281
|
-
}
|
|
282
|
-
export declare namespace Imports {
|
|
283
|
-
namespace CONTEXT {
|
|
284
|
-
}
|
|
285
|
-
type CONTEXT = _i_in._T_Imports;
|
|
286
|
-
namespace PARAMS {
|
|
287
|
-
namespace value_serializers {
|
|
288
|
-
}
|
|
289
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
290
|
-
}
|
|
291
|
-
namespace RESULT {
|
|
292
|
-
}
|
|
293
|
-
type RESULT = _i_out._T_Value;
|
|
294
|
-
}
|
|
295
|
-
export declare namespace Dictionary {
|
|
296
|
-
namespace CONTEXT {
|
|
297
|
-
}
|
|
298
|
-
type CONTEXT = _i_in._T_Dictionary;
|
|
299
|
-
namespace PARAMS {
|
|
300
|
-
namespace value_serializers {
|
|
301
|
-
}
|
|
302
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
303
|
-
}
|
|
304
|
-
namespace RESULT {
|
|
305
|
-
}
|
|
306
|
-
type RESULT = _i_out._T_Value;
|
|
307
|
-
}
|
|
308
|
-
export declare namespace Group {
|
|
309
|
-
namespace CONTEXT {
|
|
310
|
-
}
|
|
311
|
-
type CONTEXT = _i_in._T_Group;
|
|
312
|
-
namespace PARAMS {
|
|
313
|
-
namespace value_serializers {
|
|
314
|
-
}
|
|
315
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
316
|
-
}
|
|
317
|
-
namespace RESULT {
|
|
318
|
-
}
|
|
319
|
-
type RESULT = _i_out._T_Value;
|
|
320
71
|
}
|
|
321
|
-
export
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
type
|
|
325
|
-
namespace
|
|
326
|
-
namespace value_serializers {
|
|
327
|
-
}
|
|
328
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
329
|
-
}
|
|
330
|
-
namespace RESULT {
|
|
72
|
+
export type Group_ = ($$_: Group_.I) => Group_.O;
|
|
73
|
+
export declare namespace Type_Node_ {
|
|
74
|
+
type I = i_in.Type_Node;
|
|
75
|
+
type O = i_out.Value;
|
|
76
|
+
namespace P {
|
|
331
77
|
}
|
|
332
|
-
type RESULT = _i_out._T_Value;
|
|
333
78
|
}
|
|
79
|
+
export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
|
|
80
|
+
export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
|