astn 0.113.22 → 0.113.23

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 (144) hide show
  1. package/dist/bin/validate_astn.js +0 -0
  2. package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
  3. package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
  4. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +28 -28
  5. package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -29
  6. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +7 -7
  7. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +86 -104
  8. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +8 -8
  9. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +226 -244
  10. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +12 -0
  11. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +73 -0
  12. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +7 -7
  13. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +72 -84
  14. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +84 -84
  15. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +3 -0
  16. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +37 -0
  17. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +42 -42
  18. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +6 -5
  19. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +135 -134
  20. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +9 -0
  21. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +61 -0
  22. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +6 -5
  23. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +172 -175
  24. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +1 -1
  25. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +72 -72
  26. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +3 -0
  27. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +37 -0
  28. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +1 -1
  29. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +48 -48
  30. package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +1 -1
  31. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +29 -29
  32. package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +4 -0
  33. package/dist/implementation/generated/pareto/schemas/ide/serialize.js +41 -0
  34. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +1 -1
  35. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +25 -25
  36. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +1 -1
  37. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +66 -66
  38. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +3 -0
  39. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +37 -0
  40. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +1 -1
  41. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +46 -46
  42. package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +5 -5
  43. package/dist/implementation/generated/pareto/schemas/token/marshall.js +132 -132
  44. package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +11 -0
  45. package/dist/implementation/generated/pareto/schemas/token/serialize.js +69 -0
  46. package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +5 -5
  47. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +122 -120
  48. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
  49. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +10 -11
  50. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +1 -1
  51. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +3 -3
  52. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +3 -3
  53. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +3 -17
  54. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +3 -3
  55. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +3 -3
  56. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +12 -5
  57. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +57 -60
  58. package/dist/implementation/manual/text_to_text/convert_to_json.js +1 -1
  59. package/dist/interface/generated/pareto/core/astn_source.d.ts +9 -9
  60. package/dist/interface/generated/pareto/core/astn_target.d.ts +15 -15
  61. package/dist/interface/generated/pareto/core/parse_result.d.ts +2 -2
  62. package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
  63. package/dist/interface/generated/pareto/core/token.d.ts +4 -4
  64. package/dist/interface/generated/pareto/core/unconstrained.d.ts +3 -3
  65. package/dist/interface/generated/pareto/core/unresolved.d.ts +10 -10
  66. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +548 -548
  67. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +119 -160
  68. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +119 -160
  69. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +56 -56
  70. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +65 -65
  71. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +288 -0
  72. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +3 -0
  73. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +65 -65
  74. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +10 -10
  75. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +10 -10
  76. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -1
  77. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +77 -77
  78. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +77 -77
  79. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +1 -1
  80. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +1 -1
  81. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +54 -0
  82. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +3 -0
  83. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +1 -1
  84. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +10 -10
  85. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +10 -10
  86. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -1
  87. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +347 -356
  88. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +347 -356
  89. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +66 -36
  90. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +68 -46
  91. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +210 -0
  92. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +3 -0
  93. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +71 -41
  94. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +10 -10
  95. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +10 -10
  96. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -1
  97. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +145 -145
  98. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +145 -145
  99. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +12 -12
  100. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +14 -14
  101. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +54 -0
  102. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +3 -0
  103. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -13
  104. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +10 -10
  105. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +10 -10
  106. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -1
  107. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +54 -54
  108. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +54 -54
  109. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +17 -17
  110. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +14 -14
  111. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +80 -0
  112. package/dist/interface/generated/pareto/schemas/ide/serialize.js +3 -0
  113. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +17 -17
  114. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +10 -10
  115. package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +10 -10
  116. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -1
  117. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +114 -114
  118. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +114 -114
  119. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +12 -12
  120. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +14 -14
  121. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +54 -0
  122. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +3 -0
  123. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -13
  124. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +10 -10
  125. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +10 -10
  126. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -1
  127. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +196 -189
  128. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +196 -189
  129. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +56 -56
  130. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +66 -66
  131. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +262 -0
  132. package/dist/interface/generated/pareto/schemas/token/serialize.js +3 -0
  133. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +59 -59
  134. package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +10 -10
  135. package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +10 -10
  136. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +6 -6
  137. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +9 -9
  138. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +15 -15
  139. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +2 -2
  140. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +12 -12
  141. package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +4 -4
  142. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +3 -3
  143. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +10 -10
  144. package/package.json +6 -6
@@ -1,13 +1,24 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Document = _T_Value;
3
2
  export type _T_Value = {
4
- readonly 'type': _i_core._T_State_Group<null, readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
3
+ readonly 'type': _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
5
4
  'dictionary',
6
5
  _i_core._T_List<null, {
7
6
  readonly 'key': string;
8
7
  readonly 'value': _T_Value;
9
8
  }>
10
- ] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
9
+ ] | readonly [
10
+ 'verbose group',
11
+ _i_core._T_List<null, {
12
+ readonly 'key': string;
13
+ readonly 'value': _T_Value;
14
+ }>
15
+ ] | readonly [
16
+ 'text',
17
+ {
18
+ readonly 'value': string;
19
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
20
+ }
21
+ ] | readonly ['nothing', null] | readonly [
11
22
  'optional',
12
23
  _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
13
24
  ] | readonly [
@@ -19,27 +30,20 @@ export type _T_Value = {
19
30
  readonly 'value': _T_Value;
20
31
  }
21
32
  ]>
22
- ] | readonly [
23
- 'text',
24
- {
25
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
26
- readonly 'value': string;
27
- }
28
- ] | readonly [
29
- 'verbose group',
30
- _i_core._T_List<null, {
31
- readonly 'key': string;
32
- readonly 'value': _T_Value;
33
- }>
34
33
  ]>;
35
34
  };
36
- export type Document = _T_Document;
35
+ export type _T_Document = _T_Value;
37
36
  export type Value = _T_Value;
38
- export declare namespace _T_Document {
39
- }
37
+ export type Document = _T_Document;
40
38
  export declare namespace _T_Value {
41
39
  namespace _type {
42
40
  namespace SG {
41
+ namespace list {
42
+ namespace L {
43
+ }
44
+ type L = _T_Value;
45
+ }
46
+ type list = _i_core._T_List<null, _T_Value>;
43
47
  namespace concise_group {
44
48
  namespace L {
45
49
  }
@@ -62,12 +66,38 @@ export declare namespace _T_Value {
62
66
  readonly 'key': string;
63
67
  readonly 'value': _T_Value;
64
68
  }>;
65
- namespace list {
69
+ namespace verbose_group {
66
70
  namespace L {
71
+ type key = string;
72
+ namespace value {
73
+ }
74
+ type value = _T_Value;
67
75
  }
68
- type L = _T_Value;
76
+ type L = {
77
+ readonly 'key': string;
78
+ readonly 'value': _T_Value;
79
+ };
69
80
  }
70
- type list = _i_core._T_List<null, _T_Value>;
81
+ type verbose_group = _i_core._T_List<null, {
82
+ readonly 'key': string;
83
+ readonly 'value': _T_Value;
84
+ }>;
85
+ namespace text {
86
+ type value = string;
87
+ namespace delimiter {
88
+ namespace SG {
89
+ type none = null;
90
+ type quote = null;
91
+ type backtick = null;
92
+ }
93
+ type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
94
+ }
95
+ type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
96
+ }
97
+ type text = {
98
+ readonly 'value': string;
99
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
100
+ };
71
101
  type nothing = null;
72
102
  namespace optional {
73
103
  namespace SG {
@@ -108,46 +138,26 @@ export declare namespace _T_Value {
108
138
  readonly 'value': _T_Value;
109
139
  }
110
140
  ]>;
111
- namespace text {
112
- namespace delimiter {
113
- namespace SG {
114
- type backtick = null;
115
- type none = null;
116
- type quote = null;
117
- }
118
- type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
119
- }
120
- type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
121
- type value = string;
122
- }
123
- type text = {
124
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
125
- readonly 'value': string;
126
- };
127
- namespace verbose_group {
128
- namespace L {
129
- type key = string;
130
- namespace value {
131
- }
132
- type value = _T_Value;
133
- }
134
- type L = {
135
- readonly 'key': string;
136
- readonly 'value': _T_Value;
137
- };
138
- }
139
- type verbose_group = _i_core._T_List<null, {
140
- readonly 'key': string;
141
- readonly 'value': _T_Value;
142
- }>;
143
141
  }
144
- type SG = readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
142
+ type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
145
143
  'dictionary',
146
144
  _i_core._T_List<null, {
147
145
  readonly 'key': string;
148
146
  readonly 'value': _T_Value;
149
147
  }>
150
- ] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
148
+ ] | readonly [
149
+ 'verbose group',
150
+ _i_core._T_List<null, {
151
+ readonly 'key': string;
152
+ readonly 'value': _T_Value;
153
+ }>
154
+ ] | readonly [
155
+ 'text',
156
+ {
157
+ readonly 'value': string;
158
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
159
+ }
160
+ ] | readonly ['nothing', null] | readonly [
151
161
  'optional',
152
162
  _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
153
163
  ] | readonly [
@@ -159,27 +169,27 @@ export declare namespace _T_Value {
159
169
  readonly 'value': _T_Value;
160
170
  }
161
171
  ]>
162
- ] | readonly [
163
- 'text',
164
- {
165
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
166
- readonly 'value': string;
167
- }
168
- ] | readonly [
169
- 'verbose group',
170
- _i_core._T_List<null, {
171
- readonly 'key': string;
172
- readonly 'value': _T_Value;
173
- }>
174
172
  ];
175
173
  }
176
- type _type = _i_core._T_State_Group<null, readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
174
+ type _type = _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
177
175
  'dictionary',
178
176
  _i_core._T_List<null, {
179
177
  readonly 'key': string;
180
178
  readonly 'value': _T_Value;
181
179
  }>
182
- ] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
180
+ ] | readonly [
181
+ 'verbose group',
182
+ _i_core._T_List<null, {
183
+ readonly 'key': string;
184
+ readonly 'value': _T_Value;
185
+ }>
186
+ ] | readonly [
187
+ 'text',
188
+ {
189
+ readonly 'value': string;
190
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
191
+ }
192
+ ] | readonly ['nothing', null] | readonly [
183
193
  'optional',
184
194
  _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
185
195
  ] | readonly [
@@ -191,25 +201,19 @@ export declare namespace _T_Value {
191
201
  readonly 'value': _T_Value;
192
202
  }
193
203
  ]>
194
- ] | readonly [
195
- 'text',
196
- {
197
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
198
- readonly 'value': string;
199
- }
200
- ] | readonly [
201
- 'verbose group',
202
- _i_core._T_List<null, {
203
- readonly 'key': string;
204
- readonly 'value': _T_Value;
205
- }>
206
204
  ]>;
207
205
  }
208
- export declare namespace Document {
206
+ export declare namespace _T_Document {
209
207
  }
210
208
  export declare namespace Value {
211
209
  namespace _type {
212
210
  namespace SG {
211
+ namespace list {
212
+ namespace L {
213
+ }
214
+ type L = _T_Value;
215
+ }
216
+ type list = _i_core._T_List<null, _T_Value>;
213
217
  namespace concise_group {
214
218
  namespace L {
215
219
  }
@@ -232,12 +236,38 @@ export declare namespace Value {
232
236
  readonly 'key': string;
233
237
  readonly 'value': _T_Value;
234
238
  }>;
235
- namespace list {
239
+ namespace verbose_group {
236
240
  namespace L {
241
+ type key = string;
242
+ namespace value {
243
+ }
244
+ type value = _T_Value;
237
245
  }
238
- type L = _T_Value;
246
+ type L = {
247
+ readonly 'key': string;
248
+ readonly 'value': _T_Value;
249
+ };
239
250
  }
240
- type list = _i_core._T_List<null, _T_Value>;
251
+ type verbose_group = _i_core._T_List<null, {
252
+ readonly 'key': string;
253
+ readonly 'value': _T_Value;
254
+ }>;
255
+ namespace text {
256
+ type value = string;
257
+ namespace delimiter {
258
+ namespace SG {
259
+ type none = null;
260
+ type quote = null;
261
+ type backtick = null;
262
+ }
263
+ type SG = readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null];
264
+ }
265
+ type delimiter = _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
266
+ }
267
+ type text = {
268
+ readonly 'value': string;
269
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
270
+ };
241
271
  type nothing = null;
242
272
  namespace optional {
243
273
  namespace SG {
@@ -278,46 +308,26 @@ export declare namespace Value {
278
308
  readonly 'value': _T_Value;
279
309
  }
280
310
  ]>;
281
- namespace text {
282
- namespace delimiter {
283
- namespace SG {
284
- type backtick = null;
285
- type none = null;
286
- type quote = null;
287
- }
288
- type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
289
- }
290
- type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
291
- type value = string;
292
- }
293
- type text = {
294
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
295
- readonly 'value': string;
296
- };
297
- namespace verbose_group {
298
- namespace L {
299
- type key = string;
300
- namespace value {
301
- }
302
- type value = _T_Value;
303
- }
304
- type L = {
305
- readonly 'key': string;
306
- readonly 'value': _T_Value;
307
- };
308
- }
309
- type verbose_group = _i_core._T_List<null, {
310
- readonly 'key': string;
311
- readonly 'value': _T_Value;
312
- }>;
313
311
  }
314
- type SG = readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
312
+ type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
315
313
  'dictionary',
316
314
  _i_core._T_List<null, {
317
315
  readonly 'key': string;
318
316
  readonly 'value': _T_Value;
319
317
  }>
320
- ] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
318
+ ] | readonly [
319
+ 'verbose group',
320
+ _i_core._T_List<null, {
321
+ readonly 'key': string;
322
+ readonly 'value': _T_Value;
323
+ }>
324
+ ] | readonly [
325
+ 'text',
326
+ {
327
+ readonly 'value': string;
328
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
329
+ }
330
+ ] | readonly ['nothing', null] | readonly [
321
331
  'optional',
322
332
  _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
323
333
  ] | readonly [
@@ -329,27 +339,27 @@ export declare namespace Value {
329
339
  readonly 'value': _T_Value;
330
340
  }
331
341
  ]>
332
- ] | readonly [
333
- 'text',
334
- {
335
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
336
- readonly 'value': string;
337
- }
338
- ] | readonly [
339
- 'verbose group',
340
- _i_core._T_List<null, {
341
- readonly 'key': string;
342
- readonly 'value': _T_Value;
343
- }>
344
342
  ];
345
343
  }
346
- type _type = _i_core._T_State_Group<null, readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
344
+ type _type = _i_core._T_State_Group<null, readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
347
345
  'dictionary',
348
346
  _i_core._T_List<null, {
349
347
  readonly 'key': string;
350
348
  readonly 'value': _T_Value;
351
349
  }>
352
- ] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
350
+ ] | readonly [
351
+ 'verbose group',
352
+ _i_core._T_List<null, {
353
+ readonly 'key': string;
354
+ readonly 'value': _T_Value;
355
+ }>
356
+ ] | readonly [
357
+ 'text',
358
+ {
359
+ readonly 'value': string;
360
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['none', null] | readonly ['quote', null] | readonly ['backtick', null]>;
361
+ }
362
+ ] | readonly ['nothing', null] | readonly [
353
363
  'optional',
354
364
  _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
355
365
  ] | readonly [
@@ -361,17 +371,7 @@ export declare namespace Value {
361
371
  readonly 'value': _T_Value;
362
372
  }
363
373
  ]>
364
- ] | readonly [
365
- 'text',
366
- {
367
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
368
- readonly 'value': string;
369
- }
370
- ] | readonly [
371
- 'verbose group',
372
- _i_core._T_List<null, {
373
- readonly 'key': string;
374
- readonly 'value': _T_Value;
375
- }>
376
374
  ]>;
377
375
  }
376
+ export declare namespace Document {
377
+ }
@@ -1,18 +1,18 @@
1
- import * as _i_in from "./data_types/source";
2
1
  import * as _i_out from "../../core/astn_target";
2
+ import * as _i_in from "./data_types/source";
3
3
  import * as _i_vs from "./value_serializers";
4
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
4
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
5
5
  readonly 'value serializers': _i_vs._T_Value_Serializers;
6
6
  }) => _i_out._T_Value;
7
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
7
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
8
8
  readonly 'value serializers': _i_vs._T_Value_Serializers;
9
9
  }) => _i_out._T_Value;
10
- export type Document = _T_Document;
11
10
  export type Value = _T_Value;
12
- export declare namespace _T_Document {
11
+ export type Document = _T_Document;
12
+ export declare namespace _T_Value {
13
13
  namespace CONTEXT {
14
14
  }
15
- type CONTEXT = _i_in._T_Document;
15
+ type CONTEXT = _i_in._T_Value;
16
16
  namespace PARAMS {
17
17
  namespace value_serializers {
18
18
  }
@@ -22,10 +22,10 @@ export declare namespace _T_Document {
22
22
  }
23
23
  type RESULT = _i_out._T_Value;
24
24
  }
25
- export declare namespace _T_Value {
25
+ export declare namespace _T_Document {
26
26
  namespace CONTEXT {
27
27
  }
28
- type CONTEXT = _i_in._T_Value;
28
+ type CONTEXT = _i_in._T_Document;
29
29
  namespace PARAMS {
30
30
  namespace value_serializers {
31
31
  }
@@ -35,10 +35,10 @@ export declare namespace _T_Value {
35
35
  }
36
36
  type RESULT = _i_out._T_Value;
37
37
  }
38
- export declare namespace Document {
38
+ export declare namespace Value {
39
39
  namespace CONTEXT {
40
40
  }
41
- type CONTEXT = _i_in._T_Document;
41
+ type CONTEXT = _i_in._T_Value;
42
42
  namespace PARAMS {
43
43
  namespace value_serializers {
44
44
  }
@@ -48,10 +48,10 @@ export declare namespace Document {
48
48
  }
49
49
  type RESULT = _i_out._T_Value;
50
50
  }
51
- export declare namespace Value {
51
+ export declare namespace Document {
52
52
  namespace CONTEXT {
53
53
  }
54
- type CONTEXT = _i_in._T_Value;
54
+ type CONTEXT = _i_in._T_Document;
55
55
  namespace PARAMS {
56
56
  namespace value_serializers {
57
57
  }
@@ -1,19 +1,9 @@
1
- import * as _i_in from "./data_types/source";
2
1
  import * as _i_out from "./data_types/target";
3
- export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
2
+ import * as _i_in from "./data_types/source";
4
3
  export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
5
- export type Document = _T_Document;
4
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
6
5
  export type Value = _T_Value;
7
- export declare namespace _T_Document {
8
- namespace CONTEXT {
9
- }
10
- type CONTEXT = _i_in._T_Document;
11
- namespace PARAMS {
12
- }
13
- namespace RESULT {
14
- }
15
- type RESULT = _i_out._T_Document;
16
- }
6
+ export type Document = _T_Document;
17
7
  export declare namespace _T_Value {
18
8
  namespace CONTEXT {
19
9
  }
@@ -24,7 +14,7 @@ export declare namespace _T_Value {
24
14
  }
25
15
  type RESULT = _i_out._T_Value;
26
16
  }
27
- export declare namespace Document {
17
+ export declare namespace _T_Document {
28
18
  namespace CONTEXT {
29
19
  }
30
20
  type CONTEXT = _i_in._T_Document;
@@ -44,3 +34,13 @@ export declare namespace Value {
44
34
  }
45
35
  type RESULT = _i_out._T_Value;
46
36
  }
37
+ export declare namespace Document {
38
+ namespace CONTEXT {
39
+ }
40
+ type CONTEXT = _i_in._T_Document;
41
+ namespace PARAMS {
42
+ }
43
+ namespace RESULT {
44
+ }
45
+ type RESULT = _i_out._T_Document;
46
+ }
@@ -0,0 +1,54 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_vs from "./value_serializers";
3
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
4
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
5
+ }) => string;
6
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
7
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
8
+ }) => string;
9
+ export type Value = _T_Value;
10
+ export type Document = _T_Document;
11
+ export declare namespace _T_Value {
12
+ namespace CONTEXT {
13
+ }
14
+ type CONTEXT = _i_in._T_Value;
15
+ namespace PARAMS {
16
+ namespace value_serializers {
17
+ }
18
+ type value_serializers = _i_vs._T_Value_Serializers;
19
+ }
20
+ type RESULT = string;
21
+ }
22
+ export declare namespace _T_Document {
23
+ namespace CONTEXT {
24
+ }
25
+ type CONTEXT = _i_in._T_Document;
26
+ namespace PARAMS {
27
+ namespace value_serializers {
28
+ }
29
+ type value_serializers = _i_vs._T_Value_Serializers;
30
+ }
31
+ type RESULT = string;
32
+ }
33
+ export declare namespace Value {
34
+ namespace CONTEXT {
35
+ }
36
+ type CONTEXT = _i_in._T_Value;
37
+ namespace PARAMS {
38
+ namespace value_serializers {
39
+ }
40
+ type value_serializers = _i_vs._T_Value_Serializers;
41
+ }
42
+ type RESULT = string;
43
+ }
44
+ export declare namespace Document {
45
+ namespace CONTEXT {
46
+ }
47
+ type CONTEXT = _i_in._T_Document;
48
+ namespace PARAMS {
49
+ namespace value_serializers {
50
+ }
51
+ type value_serializers = _i_vs._T_Value_Serializers;
52
+ }
53
+ type RESULT = string;
54
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,15 +1,15 @@
1
- import * as _i_in from "../../core/astn_source";
2
1
  import * as _i_out from "./data_types/target";
2
+ import * as _i_in from "../../core/astn_source";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Document;
7
4
  export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
8
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
6
  }) => _i_out._T_Value;
10
- export type Document = _T_Document;
7
+ export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
8
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
+ }) => _i_out._T_Document;
11
10
  export type Value = _T_Value;
12
- export declare namespace _T_Document {
11
+ export type Document = _T_Document;
12
+ export declare namespace _T_Value {
13
13
  namespace CONTEXT {
14
14
  }
15
15
  type CONTEXT = _i_in._T_Value;
@@ -20,9 +20,9 @@ export declare namespace _T_Document {
20
20
  }
21
21
  namespace RESULT {
22
22
  }
23
- type RESULT = _i_out._T_Document;
23
+ type RESULT = _i_out._T_Value;
24
24
  }
25
- export declare namespace _T_Value {
25
+ export declare namespace _T_Document {
26
26
  namespace CONTEXT {
27
27
  }
28
28
  type CONTEXT = _i_in._T_Value;
@@ -33,9 +33,9 @@ export declare namespace _T_Value {
33
33
  }
34
34
  namespace RESULT {
35
35
  }
36
- type RESULT = _i_out._T_Value;
36
+ type RESULT = _i_out._T_Document;
37
37
  }
38
- export declare namespace Document {
38
+ export declare namespace Value {
39
39
  namespace CONTEXT {
40
40
  }
41
41
  type CONTEXT = _i_in._T_Value;
@@ -46,9 +46,9 @@ export declare namespace Document {
46
46
  }
47
47
  namespace RESULT {
48
48
  }
49
- type RESULT = _i_out._T_Document;
49
+ type RESULT = _i_out._T_Value;
50
50
  }
51
- export declare namespace Value {
51
+ export declare namespace Document {
52
52
  namespace CONTEXT {
53
53
  }
54
54
  type CONTEXT = _i_in._T_Value;
@@ -59,5 +59,5 @@ export declare namespace Value {
59
59
  }
60
60
  namespace RESULT {
61
61
  }
62
- type RESULT = _i_out._T_Value;
62
+ type RESULT = _i_out._T_Document;
63
63
  }
@@ -1,12 +1,19 @@
1
1
  export type _T_Value_Deserializers = {
2
+ readonly 'default number': ($$_: string, $$_p: null) => number;
2
3
  readonly 'boolean': ($$_: string, $$_p: null) => boolean;
3
4
  readonly 'custom numbers': {
4
5
  readonly 'Position': ($$_: string, $$_p: null) => number;
5
6
  };
6
- readonly 'default number': ($$_: string, $$_p: null) => number;
7
7
  };
8
8
  export type Value_Deserializers = _T_Value_Deserializers;
9
9
  export declare namespace _T_Value_Deserializers {
10
+ namespace default_number {
11
+ type CONTEXT = string;
12
+ namespace PARAMS {
13
+ }
14
+ type RESULT = number;
15
+ }
16
+ type default_number = ($$_: string, $$_p: null) => number;
10
17
  namespace _boolean {
11
18
  type CONTEXT = string;
12
19
  namespace PARAMS {
@@ -26,6 +33,8 @@ export declare namespace _T_Value_Deserializers {
26
33
  type custom_numbers = {
27
34
  readonly 'Position': ($$_: string, $$_p: null) => number;
28
35
  };
36
+ }
37
+ export declare namespace Value_Deserializers {
29
38
  namespace default_number {
30
39
  type CONTEXT = string;
31
40
  namespace PARAMS {
@@ -33,8 +42,6 @@ export declare namespace _T_Value_Deserializers {
33
42
  type RESULT = number;
34
43
  }
35
44
  type default_number = ($$_: string, $$_p: null) => number;
36
- }
37
- export declare namespace Value_Deserializers {
38
45
  namespace _boolean {
39
46
  type CONTEXT = string;
40
47
  namespace PARAMS {
@@ -54,11 +61,4 @@ export declare namespace Value_Deserializers {
54
61
  type custom_numbers = {
55
62
  readonly 'Position': ($$_: string, $$_p: null) => number;
56
63
  };
57
- namespace default_number {
58
- type CONTEXT = string;
59
- namespace PARAMS {
60
- }
61
- type RESULT = number;
62
- }
63
- type default_number = ($$_: string, $$_p: null) => number;
64
64
  }