astn 0.113.27 → 0.113.29

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 (72) hide show
  1. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
  2. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
  3. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +4 -4
  4. package/dist/interface/generated/pareto/core/location.d.ts +11 -0
  5. package/dist/interface/generated/pareto/core/location.js +3 -0
  6. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +191 -1124
  7. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
  8. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
  9. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
  10. package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
  11. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
  12. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
  13. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
  14. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
  15. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
  16. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +53 -242
  17. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +53 -242
  18. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
  19. package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
  20. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
  21. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
  22. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
  23. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
  24. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
  25. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +137 -930
  26. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +137 -930
  27. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
  28. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
  29. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
  30. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
  31. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
  32. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
  33. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
  34. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
  35. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
  36. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
  37. package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
  38. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
  39. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
  40. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
  41. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
  42. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
  43. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
  44. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
  45. package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
  46. package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
  47. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
  48. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
  49. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
  50. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
  51. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
  52. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +40 -207
  53. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +0 -212
  54. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.js +0 -1
  55. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
  56. package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
  57. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
  58. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
  59. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
  60. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
  61. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
  62. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
  63. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
  64. package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
  65. package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
  66. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
  67. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
  68. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
  69. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
  70. package/dist/shorthands/parse_result.d.ts +1 -1
  71. package/dist/shorthands/parse_result.js +1 -1
  72. package/package.json +1 -1
@@ -1,377 +1,72 @@
1
- import * as _i_core from "../../../core/resolved";
2
- export type _T_Value = {
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 [
4
- 'dictionary',
5
- _i_core._T_List<null, {
6
- readonly 'key': string;
7
- readonly 'value': _T_Value;
8
- }>
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 [
22
- 'optional',
23
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
24
- ] | readonly [
25
- 'state',
26
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
27
- 'set',
28
- {
29
- readonly 'state': string;
30
- readonly 'value': _T_Value;
31
- }
32
- ]>
33
- ]>;
34
- };
35
- export type _T_Document = _T_Value;
36
- export type Value = _T_Value;
37
- export type Document = _T_Document;
38
- export declare namespace _T_Value {
1
+ import * as _pi from "pareto-core-interface";
2
+ export declare namespace Value_ {
39
3
  namespace _type {
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>;
47
- namespace concise_group {
48
- namespace L {
49
- }
50
- type L = _T_Value;
51
- }
52
- type concise_group = _i_core._T_List<null, _T_Value>;
53
- namespace dictionary {
54
- namespace L {
55
- type key = string;
56
- namespace value {
57
- }
58
- type value = _T_Value;
59
- }
60
- type L = {
61
- readonly 'key': string;
62
- readonly 'value': _T_Value;
63
- };
64
- }
65
- type dictionary = _i_core._T_List<null, {
66
- readonly 'key': string;
67
- readonly 'value': _T_Value;
68
- }>;
69
- namespace verbose_group {
70
- namespace L {
71
- type key = string;
72
- namespace value {
73
- }
74
- type value = _T_Value;
75
- }
76
- type L = {
77
- readonly 'key': string;
78
- readonly 'value': _T_Value;
79
- };
80
- }
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]>;
4
+ namespace list {
5
+ type L = Value_;
6
+ }
7
+ type list = _pi.List<list.L>;
8
+ namespace concise_group {
9
+ type L = Value_;
10
+ }
11
+ type concise_group = _pi.List<concise_group.L>;
12
+ namespace dictionary {
13
+ namespace L {
14
+ type key = string;
15
+ type value = Value_;
16
+ }
17
+ type L = {
18
+ readonly 'key': L.key;
19
+ readonly 'value': L.value;
100
20
  };
101
- type nothing = null;
102
- namespace optional {
103
- namespace SG {
104
- type not_set = null;
105
- namespace _set {
106
- }
107
- type _set = _T_Value;
108
- }
109
- type SG = readonly ['not set', null] | readonly ['set', _T_Value];
110
- }
111
- type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
112
- namespace state {
113
- namespace SG {
114
- type missing_data = null;
115
- namespace _set {
116
- type state = string;
117
- namespace value {
118
- }
119
- type value = _T_Value;
120
- }
121
- type _set = {
122
- readonly 'state': string;
123
- readonly 'value': _T_Value;
124
- };
125
- }
126
- type SG = readonly ['missing data', null] | readonly [
127
- 'set',
128
- {
129
- readonly 'state': string;
130
- readonly 'value': _T_Value;
131
- }
132
- ];
133
- }
134
- type state = _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
135
- 'set',
136
- {
137
- readonly 'state': string;
138
- readonly 'value': _T_Value;
139
- }
140
- ]>;
141
21
  }
142
- type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
143
- 'dictionary',
144
- _i_core._T_List<null, {
145
- readonly 'key': string;
146
- readonly 'value': _T_Value;
147
- }>
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 [
161
- 'optional',
162
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
163
- ] | readonly [
164
- 'state',
165
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
166
- 'set',
167
- {
168
- readonly 'state': string;
169
- readonly 'value': _T_Value;
170
- }
171
- ]>
172
- ];
173
- }
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 [
175
- 'dictionary',
176
- _i_core._T_List<null, {
177
- readonly 'key': string;
178
- readonly 'value': _T_Value;
179
- }>
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]>;
22
+ type dictionary = _pi.List<dictionary.L>;
23
+ namespace verbose_group {
24
+ namespace L {
25
+ type key = string;
26
+ type value = Value_;
27
+ }
28
+ type L = {
29
+ readonly 'key': L.key;
30
+ readonly 'value': L.value;
31
+ };
191
32
  }
192
- ] | readonly ['nothing', null] | readonly [
193
- 'optional',
194
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
195
- ] | readonly [
196
- 'state',
197
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
198
- 'set',
199
- {
200
- readonly 'state': string;
201
- readonly 'value': _T_Value;
202
- }
203
- ]>
204
- ]>;
205
- }
206
- export declare namespace _T_Document {
207
- }
208
- export declare namespace Value {
209
- namespace _type {
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>;
217
- namespace concise_group {
218
- namespace L {
219
- }
220
- type L = _T_Value;
221
- }
222
- type concise_group = _i_core._T_List<null, _T_Value>;
223
- namespace dictionary {
224
- namespace L {
225
- type key = string;
226
- namespace value {
227
- }
228
- type value = _T_Value;
229
- }
230
- type L = {
231
- readonly 'key': string;
232
- readonly 'value': _T_Value;
233
- };
234
- }
235
- type dictionary = _i_core._T_List<null, {
236
- readonly 'key': string;
237
- readonly 'value': _T_Value;
238
- }>;
239
- namespace verbose_group {
240
- namespace L {
241
- type key = string;
242
- namespace value {
243
- }
244
- type value = _T_Value;
245
- }
246
- type L = {
247
- readonly 'key': string;
248
- readonly 'value': _T_Value;
249
- };
250
- }
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]>;
33
+ type verbose_group = _pi.List<verbose_group.L>;
34
+ namespace text {
35
+ type value = string;
36
+ namespace delimiter {
37
+ type none = null;
38
+ type quote = null;
39
+ type backtick = null;
40
+ }
41
+ type delimiter = readonly ['none', delimiter.none] | readonly ['quote', delimiter.quote] | readonly ['backtick', delimiter.backtick];
42
+ }
43
+ type text = {
44
+ readonly 'value': text.value;
45
+ readonly 'delimiter': text.delimiter;
46
+ };
47
+ type nothing = null;
48
+ namespace optional {
49
+ type not_set = null;
50
+ type _set = Value_;
51
+ }
52
+ type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
53
+ namespace state {
54
+ type missing_data = null;
55
+ namespace _set {
56
+ type state = string;
57
+ type value = Value_;
58
+ }
59
+ type _set = {
60
+ readonly 'state': _set.state;
61
+ readonly 'value': _set.value;
270
62
  };
271
- type nothing = null;
272
- namespace optional {
273
- namespace SG {
274
- type not_set = null;
275
- namespace _set {
276
- }
277
- type _set = _T_Value;
278
- }
279
- type SG = readonly ['not set', null] | readonly ['set', _T_Value];
280
- }
281
- type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
282
- namespace state {
283
- namespace SG {
284
- type missing_data = null;
285
- namespace _set {
286
- type state = string;
287
- namespace value {
288
- }
289
- type value = _T_Value;
290
- }
291
- type _set = {
292
- readonly 'state': string;
293
- readonly 'value': _T_Value;
294
- };
295
- }
296
- type SG = readonly ['missing data', null] | readonly [
297
- 'set',
298
- {
299
- readonly 'state': string;
300
- readonly 'value': _T_Value;
301
- }
302
- ];
303
- }
304
- type state = _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
305
- 'set',
306
- {
307
- readonly 'state': string;
308
- readonly 'value': _T_Value;
309
- }
310
- ]>;
311
63
  }
312
- type SG = readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly [
313
- 'dictionary',
314
- _i_core._T_List<null, {
315
- readonly 'key': string;
316
- readonly 'value': _T_Value;
317
- }>
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 [
331
- 'optional',
332
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
333
- ] | readonly [
334
- 'state',
335
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
336
- 'set',
337
- {
338
- readonly 'state': string;
339
- readonly 'value': _T_Value;
340
- }
341
- ]>
342
- ];
64
+ type state = readonly ['missing data', state.missing_data] | readonly ['set', state._set];
343
65
  }
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 [
345
- 'dictionary',
346
- _i_core._T_List<null, {
347
- readonly 'key': string;
348
- readonly 'value': _T_Value;
349
- }>
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 [
363
- 'optional',
364
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
365
- ] | readonly [
366
- 'state',
367
- _i_core._T_State_Group<null, readonly ['missing data', null] | readonly [
368
- 'set',
369
- {
370
- readonly 'state': string;
371
- readonly 'value': _T_Value;
372
- }
373
- ]>
374
- ]>;
375
- }
376
- export declare namespace Document {
66
+ type _type = readonly ['list', _type.list] | readonly ['concise group', _type.concise_group] | readonly ['dictionary', _type.dictionary] | readonly ['verbose group', _type.verbose_group] | readonly ['text', _type.text] | readonly ['nothing', _type.nothing] | readonly ['optional', _type.optional] | readonly ['state', _type.state];
377
67
  }
68
+ export type Value_ = {
69
+ readonly 'type': Value_._type;
70
+ };
71
+ export type Document_ = Value_;
72
+ export { Value_ as Value, Document_ as Document, };