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.
Files changed (93) hide show
  1. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +1 -1
  2. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +3 -3
  3. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +1 -1
  4. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +1 -1
  5. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +1 -1
  6. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +1 -1
  7. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +1 -1
  8. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +1 -1
  9. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +1 -1
  10. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +1 -1
  11. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +1 -1
  12. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +1 -1
  13. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +1 -1
  14. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +1 -1
  15. package/dist/implementation/generated/pareto/schemas/ide/serialize.js +1 -1
  16. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +1 -1
  17. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +1 -1
  18. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +1 -1
  19. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +1 -1
  20. package/dist/implementation/generated/pareto/schemas/token/marshall.js +1 -1
  21. package/dist/implementation/generated/pareto/schemas/token/serialize.js +1 -1
  22. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +1 -1
  23. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
  24. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
  25. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +2 -2
  26. package/dist/interface/generated/pareto/core/location.d.ts +11 -0
  27. package/dist/interface/generated/pareto/core/location.js +3 -0
  28. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +192 -1125
  29. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
  30. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
  31. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
  32. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
  33. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
  34. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
  35. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
  36. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
  37. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
  38. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +54 -243
  39. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +54 -243
  40. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
  41. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
  42. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
  43. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
  44. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
  45. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
  46. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
  47. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +138 -931
  48. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +138 -931
  49. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
  50. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
  51. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
  52. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
  53. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
  54. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
  55. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
  56. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
  57. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
  58. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
  59. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
  60. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
  61. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
  62. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
  63. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
  64. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
  65. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
  66. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
  67. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
  68. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
  69. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
  70. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
  71. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
  72. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
  73. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
  74. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +47 -245
  75. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -245
  76. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
  77. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
  78. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
  79. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
  80. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
  81. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
  82. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
  83. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
  84. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
  85. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
  86. package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
  87. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
  88. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
  89. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
  90. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
  91. package/dist/shorthands/parse_result.d.ts +1 -1
  92. package/dist/shorthands/parse_result.js +1 -1
  93. package/package.json +3 -3
@@ -1,210 +1,58 @@
1
- import * as _i_in from "./data_types/source";
2
- import * as _i_vs from "./value_serializers";
3
- export type _T_Structural_Token = ($$_: _i_in._T_Structural_Token, $$_p: {
4
- readonly 'value serializers': _i_vs._T_Value_Serializers;
5
- }) => string;
6
- export type _T_String = ($$_: _i_in._T_String, $$_p: {
7
- readonly 'value serializers': _i_vs._T_Value_Serializers;
8
- }) => string;
9
- export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: {
10
- readonly 'value serializers': _i_vs._T_Value_Serializers;
11
- }) => string;
12
- export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: {
13
- readonly 'value serializers': _i_vs._T_Value_Serializers;
14
- }) => string;
15
- export type _T_Concrete_Value = ($$_: _i_in._T_Concrete_Value, $$_p: {
16
- readonly 'value serializers': _i_vs._T_Value_Serializers;
17
- }) => string;
18
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
19
- readonly 'value serializers': _i_vs._T_Value_Serializers;
20
- }) => string;
21
- export type _T_Content = ($$_: _i_in._T_Content, $$_p: {
22
- readonly 'value serializers': _i_vs._T_Value_Serializers;
23
- }) => string;
24
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
25
- readonly 'value serializers': _i_vs._T_Value_Serializers;
26
- }) => string;
27
- export type Structural_Token = _T_Structural_Token;
28
- export type String = _T_String;
29
- export type Key_Value_Pairs = _T_Key_Value_Pairs;
30
- export type Elements = _T_Elements;
31
- export type Concrete_Value = _T_Concrete_Value;
32
- export type Value = _T_Value;
33
- export type Content = _T_Content;
34
- export type Document = _T_Document;
35
- export declare namespace _T_Structural_Token {
36
- namespace CONTEXT {
1
+ import * as i_in from "./data_types/source";
2
+ export declare namespace Structural_Token_ {
3
+ type I = i_in.Structural_Token;
4
+ type O = string;
5
+ namespace P {
37
6
  }
38
- type CONTEXT = _i_in._T_Structural_Token;
39
- namespace PARAMS {
40
- namespace value_serializers {
41
- }
42
- type value_serializers = _i_vs._T_Value_Serializers;
43
- }
44
- type RESULT = string;
45
- }
46
- export declare namespace _T_String {
47
- namespace CONTEXT {
48
- }
49
- type CONTEXT = _i_in._T_String;
50
- namespace PARAMS {
51
- namespace value_serializers {
52
- }
53
- type value_serializers = _i_vs._T_Value_Serializers;
54
- }
55
- type RESULT = string;
56
- }
57
- export declare namespace _T_Key_Value_Pairs {
58
- namespace CONTEXT {
59
- }
60
- type CONTEXT = _i_in._T_Key_Value_Pairs;
61
- namespace PARAMS {
62
- namespace value_serializers {
63
- }
64
- type value_serializers = _i_vs._T_Value_Serializers;
65
- }
66
- type RESULT = string;
67
- }
68
- export declare namespace _T_Elements {
69
- namespace CONTEXT {
70
- }
71
- type CONTEXT = _i_in._T_Elements;
72
- namespace PARAMS {
73
- namespace value_serializers {
74
- }
75
- type value_serializers = _i_vs._T_Value_Serializers;
76
- }
77
- type RESULT = string;
78
- }
79
- export declare namespace _T_Concrete_Value {
80
- namespace CONTEXT {
81
- }
82
- type CONTEXT = _i_in._T_Concrete_Value;
83
- namespace PARAMS {
84
- namespace value_serializers {
85
- }
86
- type value_serializers = _i_vs._T_Value_Serializers;
87
- }
88
- type RESULT = string;
89
- }
90
- export declare namespace _T_Value {
91
- namespace CONTEXT {
92
- }
93
- type CONTEXT = _i_in._T_Value;
94
- namespace PARAMS {
95
- namespace value_serializers {
96
- }
97
- type value_serializers = _i_vs._T_Value_Serializers;
98
- }
99
- type RESULT = string;
100
7
  }
101
- export declare namespace _T_Content {
102
- namespace CONTEXT {
8
+ export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
9
+ export declare namespace String_ {
10
+ type I = i_in.String;
11
+ type O = string;
12
+ namespace P {
103
13
  }
104
- type CONTEXT = _i_in._T_Content;
105
- namespace PARAMS {
106
- namespace value_serializers {
107
- }
108
- type value_serializers = _i_vs._T_Value_Serializers;
109
- }
110
- type RESULT = string;
111
- }
112
- export declare namespace _T_Document {
113
- namespace CONTEXT {
114
- }
115
- type CONTEXT = _i_in._T_Document;
116
- namespace PARAMS {
117
- namespace value_serializers {
118
- }
119
- type value_serializers = _i_vs._T_Value_Serializers;
120
- }
121
- type RESULT = string;
122
- }
123
- export declare namespace Structural_Token {
124
- namespace CONTEXT {
125
- }
126
- type CONTEXT = _i_in._T_Structural_Token;
127
- namespace PARAMS {
128
- namespace value_serializers {
129
- }
130
- type value_serializers = _i_vs._T_Value_Serializers;
131
- }
132
- type RESULT = string;
133
- }
134
- export declare namespace String {
135
- namespace CONTEXT {
136
- }
137
- type CONTEXT = _i_in._T_String;
138
- namespace PARAMS {
139
- namespace value_serializers {
140
- }
141
- type value_serializers = _i_vs._T_Value_Serializers;
142
- }
143
- type RESULT = string;
144
14
  }
145
- export declare namespace Key_Value_Pairs {
146
- namespace CONTEXT {
15
+ export type String_ = ($$_: String_.I) => String_.O;
16
+ export declare namespace Key_Value_Pairs_ {
17
+ type I = i_in.Key_Value_Pairs;
18
+ type O = string;
19
+ namespace P {
147
20
  }
148
- type CONTEXT = _i_in._T_Key_Value_Pairs;
149
- namespace PARAMS {
150
- namespace value_serializers {
151
- }
152
- type value_serializers = _i_vs._T_Value_Serializers;
153
- }
154
- type RESULT = string;
155
21
  }
156
- export declare namespace Elements {
157
- namespace CONTEXT {
158
- }
159
- type CONTEXT = _i_in._T_Elements;
160
- namespace PARAMS {
161
- namespace value_serializers {
162
- }
163
- type value_serializers = _i_vs._T_Value_Serializers;
22
+ export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
23
+ export declare namespace Elements_ {
24
+ type I = i_in.Elements;
25
+ type O = string;
26
+ namespace P {
164
27
  }
165
- type RESULT = string;
166
28
  }
167
- export declare namespace Concrete_Value {
168
- namespace CONTEXT {
29
+ export type Elements_ = ($$_: Elements_.I) => Elements_.O;
30
+ export declare namespace Concrete_Value_ {
31
+ type I = i_in.Concrete_Value;
32
+ type O = string;
33
+ namespace P {
169
34
  }
170
- type CONTEXT = _i_in._T_Concrete_Value;
171
- namespace PARAMS {
172
- namespace value_serializers {
173
- }
174
- type value_serializers = _i_vs._T_Value_Serializers;
175
- }
176
- type RESULT = string;
177
35
  }
178
- export declare namespace Value {
179
- namespace CONTEXT {
180
- }
181
- type CONTEXT = _i_in._T_Value;
182
- namespace PARAMS {
183
- namespace value_serializers {
184
- }
185
- type value_serializers = _i_vs._T_Value_Serializers;
36
+ export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
37
+ export declare namespace Value_ {
38
+ type I = i_in.Value;
39
+ type O = string;
40
+ namespace P {
186
41
  }
187
- type RESULT = string;
188
42
  }
189
- export declare namespace Content {
190
- namespace CONTEXT {
43
+ export type Value_ = ($$_: Value_.I) => Value_.O;
44
+ export declare namespace Content_ {
45
+ type I = i_in.Content;
46
+ type O = string;
47
+ namespace P {
191
48
  }
192
- type CONTEXT = _i_in._T_Content;
193
- namespace PARAMS {
194
- namespace value_serializers {
195
- }
196
- type value_serializers = _i_vs._T_Value_Serializers;
197
- }
198
- type RESULT = string;
199
49
  }
200
- export declare namespace Document {
201
- namespace CONTEXT {
202
- }
203
- type CONTEXT = _i_in._T_Document;
204
- namespace PARAMS {
205
- namespace value_serializers {
206
- }
207
- type value_serializers = _i_vs._T_Value_Serializers;
50
+ export type Content_ = ($$_: Content_.I) => Content_.O;
51
+ export declare namespace Document_ {
52
+ type I = i_in.Document;
53
+ type O = string;
54
+ namespace P {
208
55
  }
209
- type RESULT = string;
210
56
  }
57
+ export type Document_ = ($$_: Document_.I) => Document_.O;
58
+ export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -1,243 +1,59 @@
1
- import * as _i_out from "./data_types/target";
2
- import * as _i_in from "../../core/astn_source";
3
- import * as _i_vd from "./value_deserializers";
4
- export type _T_Structural_Token = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Structural_Token;
7
- export type _T_String = ($$_: _i_in._T_Value, $$_p: {
8
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
- }) => _i_out._T_String;
10
- export type _T_Key_Value_Pairs = ($$_: _i_in._T_Value, $$_p: {
11
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
- }) => _i_out._T_Key_Value_Pairs;
13
- export type _T_Elements = ($$_: _i_in._T_Value, $$_p: {
14
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
- }) => _i_out._T_Elements;
16
- export type _T_Concrete_Value = ($$_: _i_in._T_Value, $$_p: {
17
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
- }) => _i_out._T_Concrete_Value;
19
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
20
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
- }) => _i_out._T_Value;
22
- export type _T_Content = ($$_: _i_in._T_Value, $$_p: {
23
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
24
- }) => _i_out._T_Content;
25
- export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
26
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
27
- }) => _i_out._T_Document;
28
- export type Structural_Token = _T_Structural_Token;
29
- export type String = _T_String;
30
- export type Key_Value_Pairs = _T_Key_Value_Pairs;
31
- export type Elements = _T_Elements;
32
- export type Concrete_Value = _T_Concrete_Value;
33
- export type Value = _T_Value;
34
- export type Content = _T_Content;
35
- export type Document = _T_Document;
36
- export declare namespace _T_Structural_Token {
37
- namespace CONTEXT {
1
+ import * as i_out from "./data_types/target";
2
+ import * as i_in from "astn/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target";
3
+ export declare namespace Structural_Token_ {
4
+ type I = i_in.Value;
5
+ type O = i_out.Structural_Token;
6
+ namespace P {
38
7
  }
39
- type CONTEXT = _i_in._T_Value;
40
- namespace PARAMS {
41
- namespace value_deserializers {
42
- }
43
- type value_deserializers = _i_vd._T_Value_Deserializers;
44
- }
45
- namespace RESULT {
46
- }
47
- type RESULT = _i_out._T_Structural_Token;
48
- }
49
- export declare namespace _T_String {
50
- namespace CONTEXT {
51
- }
52
- type CONTEXT = _i_in._T_Value;
53
- namespace PARAMS {
54
- namespace value_deserializers {
55
- }
56
- type value_deserializers = _i_vd._T_Value_Deserializers;
57
- }
58
- namespace RESULT {
59
- }
60
- type RESULT = _i_out._T_String;
61
- }
62
- export declare namespace _T_Key_Value_Pairs {
63
- namespace CONTEXT {
64
- }
65
- type CONTEXT = _i_in._T_Value;
66
- namespace PARAMS {
67
- namespace value_deserializers {
68
- }
69
- type value_deserializers = _i_vd._T_Value_Deserializers;
70
- }
71
- namespace RESULT {
72
- }
73
- type RESULT = _i_out._T_Key_Value_Pairs;
74
- }
75
- export declare namespace _T_Elements {
76
- namespace CONTEXT {
77
- }
78
- type CONTEXT = _i_in._T_Value;
79
- namespace PARAMS {
80
- namespace value_deserializers {
81
- }
82
- type value_deserializers = _i_vd._T_Value_Deserializers;
83
- }
84
- namespace RESULT {
85
- }
86
- type RESULT = _i_out._T_Elements;
87
- }
88
- export declare namespace _T_Concrete_Value {
89
- namespace CONTEXT {
90
- }
91
- type CONTEXT = _i_in._T_Value;
92
- namespace PARAMS {
93
- namespace value_deserializers {
94
- }
95
- type value_deserializers = _i_vd._T_Value_Deserializers;
96
- }
97
- namespace RESULT {
98
- }
99
- type RESULT = _i_out._T_Concrete_Value;
100
- }
101
- export declare namespace _T_Value {
102
- namespace CONTEXT {
103
- }
104
- type CONTEXT = _i_in._T_Value;
105
- namespace PARAMS {
106
- namespace value_deserializers {
107
- }
108
- type value_deserializers = _i_vd._T_Value_Deserializers;
109
- }
110
- namespace RESULT {
111
- }
112
- type RESULT = _i_out._T_Value;
113
- }
114
- export declare namespace _T_Content {
115
- namespace CONTEXT {
116
- }
117
- type CONTEXT = _i_in._T_Value;
118
- namespace PARAMS {
119
- namespace value_deserializers {
120
- }
121
- type value_deserializers = _i_vd._T_Value_Deserializers;
122
- }
123
- namespace RESULT {
124
- }
125
- type RESULT = _i_out._T_Content;
126
- }
127
- export declare namespace _T_Document {
128
- namespace CONTEXT {
129
- }
130
- type CONTEXT = _i_in._T_Value;
131
- namespace PARAMS {
132
- namespace value_deserializers {
133
- }
134
- type value_deserializers = _i_vd._T_Value_Deserializers;
135
- }
136
- namespace RESULT {
137
- }
138
- type RESULT = _i_out._T_Document;
139
8
  }
140
- export declare namespace Structural_Token {
141
- namespace CONTEXT {
142
- }
143
- type CONTEXT = _i_in._T_Value;
144
- namespace PARAMS {
145
- namespace value_deserializers {
146
- }
147
- type value_deserializers = _i_vd._T_Value_Deserializers;
148
- }
149
- namespace RESULT {
150
- }
151
- type RESULT = _i_out._T_Structural_Token;
152
- }
153
- export declare namespace String {
154
- namespace CONTEXT {
155
- }
156
- type CONTEXT = _i_in._T_Value;
157
- namespace PARAMS {
158
- namespace value_deserializers {
159
- }
160
- type value_deserializers = _i_vd._T_Value_Deserializers;
161
- }
162
- namespace RESULT {
9
+ export type Structural_Token_ = ($$_: Structural_Token_.I) => Structural_Token_.O;
10
+ export declare namespace String_ {
11
+ type I = i_in.Value;
12
+ type O = i_out.String;
13
+ namespace P {
163
14
  }
164
- type RESULT = _i_out._T_String;
165
15
  }
166
- export declare namespace Key_Value_Pairs {
167
- namespace CONTEXT {
16
+ export type String_ = ($$_: String_.I) => String_.O;
17
+ export declare namespace Key_Value_Pairs_ {
18
+ type I = i_in.Value;
19
+ type O = i_out.Key_Value_Pairs;
20
+ namespace P {
168
21
  }
169
- type CONTEXT = _i_in._T_Value;
170
- namespace PARAMS {
171
- namespace value_deserializers {
172
- }
173
- type value_deserializers = _i_vd._T_Value_Deserializers;
174
- }
175
- namespace RESULT {
176
- }
177
- type RESULT = _i_out._T_Key_Value_Pairs;
178
22
  }
179
- export declare namespace Elements {
180
- namespace CONTEXT {
181
- }
182
- type CONTEXT = _i_in._T_Value;
183
- namespace PARAMS {
184
- namespace value_deserializers {
185
- }
186
- type value_deserializers = _i_vd._T_Value_Deserializers;
23
+ export type Key_Value_Pairs_ = ($$_: Key_Value_Pairs_.I) => Key_Value_Pairs_.O;
24
+ export declare namespace Elements_ {
25
+ type I = i_in.Value;
26
+ type O = i_out.Elements;
27
+ namespace P {
187
28
  }
188
- namespace RESULT {
189
- }
190
- type RESULT = _i_out._T_Elements;
191
29
  }
192
- export declare namespace Concrete_Value {
193
- namespace CONTEXT {
194
- }
195
- type CONTEXT = _i_in._T_Value;
196
- namespace PARAMS {
197
- namespace value_deserializers {
198
- }
199
- type value_deserializers = _i_vd._T_Value_Deserializers;
200
- }
201
- namespace RESULT {
30
+ export type Elements_ = ($$_: Elements_.I) => Elements_.O;
31
+ export declare namespace Concrete_Value_ {
32
+ type I = i_in.Value;
33
+ type O = i_out.Concrete_Value;
34
+ namespace P {
202
35
  }
203
- type RESULT = _i_out._T_Concrete_Value;
204
36
  }
205
- export declare namespace Value {
206
- namespace CONTEXT {
37
+ export type Concrete_Value_ = ($$_: Concrete_Value_.I) => Concrete_Value_.O;
38
+ export declare namespace Value_ {
39
+ type I = i_in.Value;
40
+ type O = i_out.Value;
41
+ namespace P {
207
42
  }
208
- type CONTEXT = _i_in._T_Value;
209
- namespace PARAMS {
210
- namespace value_deserializers {
211
- }
212
- type value_deserializers = _i_vd._T_Value_Deserializers;
213
- }
214
- namespace RESULT {
215
- }
216
- type RESULT = _i_out._T_Value;
217
43
  }
218
- export declare namespace Content {
219
- namespace CONTEXT {
220
- }
221
- type CONTEXT = _i_in._T_Value;
222
- namespace PARAMS {
223
- namespace value_deserializers {
224
- }
225
- type value_deserializers = _i_vd._T_Value_Deserializers;
44
+ export type Value_ = ($$_: Value_.I) => Value_.O;
45
+ export declare namespace Content_ {
46
+ type I = i_in.Value;
47
+ type O = i_out.Content;
48
+ namespace P {
226
49
  }
227
- namespace RESULT {
228
- }
229
- type RESULT = _i_out._T_Content;
230
50
  }
231
- export declare namespace Document {
232
- namespace CONTEXT {
233
- }
234
- type CONTEXT = _i_in._T_Value;
235
- namespace PARAMS {
236
- namespace value_deserializers {
237
- }
238
- type value_deserializers = _i_vd._T_Value_Deserializers;
239
- }
240
- namespace RESULT {
51
+ export type Content_ = ($$_: Content_.I) => Content_.O;
52
+ export declare namespace Document_ {
53
+ type I = i_in.Value;
54
+ type O = i_out.Document;
55
+ namespace P {
241
56
  }
242
- type RESULT = _i_out._T_Document;
243
57
  }
58
+ export type Document_ = ($$_: Document_.I) => Document_.O;
59
+ export { Structural_Token_ as Structural_Token, String_ as String, Key_Value_Pairs_ as Key_Value_Pairs, Elements_ as Elements, Concrete_Value_ as Concrete_Value, Value_ as Value, Content_ as Content, Document_ as Document, };
@@ -1,7 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- // **** TYPES
4
- // **** FRIENDLY NAMES FOR THE GLOBAL TYPES
5
- // **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
6
- // *** ALIASES FOR NESTED TYPES
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBTUEsYUFBYTtBQUViLDJDQUEyQztBQUUzQyx3REFBd0Q7QUFFeEQsK0JBQStCIn0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvZGF0YV90eXBlcy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==