exupery 0.3.21 → 0.3.22
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/generic/serialize.js +4 -4
- package/dist/implementation/generated/pareto/generic/unmarshall.js +9 -9
- package/dist/implementation/generated/pareto/schemas/implementation/marshall.js +47 -37
- package/dist/implementation/generated/pareto/schemas/implementation/resolve.js +32 -21
- package/dist/implementation/generated/pareto/schemas/implementation/unmarshall.js +18 -10
- package/dist/implementation/generated/pareto/schemas/interface/marshall.js +63 -53
- package/dist/implementation/generated/pareto/schemas/interface/resolve.js +36 -21
- package/dist/implementation/generated/pareto/schemas/interface/unmarshall.js +51 -47
- package/dist/implementation/generated/pareto/schemas/typescript_light/marshall.js +26 -26
- package/dist/implementation/manual/primitives/text/serializers/identifier.js +3 -3
- package/dist/implementation/manual/schemas/implementation/transformers/typescript_light.js +37 -32
- package/dist/implementation/manual/schemas/interface/transformers/typescript_light.js +40 -40
- package/dist/implementation/manual/schemas/typescript_light/transformers/fountain_pen_block.js +21 -21
- package/dist/interface/generated/pareto/schemas/implementation/data_types/source.d.ts +96 -73
- package/dist/interface/generated/pareto/schemas/implementation/data_types/target.d.ts +96 -73
- package/dist/interface/generated/pareto/schemas/interface/data_types/source.d.ts +170 -162
- package/dist/interface/generated/pareto/schemas/interface/data_types/target.d.ts +170 -162
- package/dist/shorthands/implementation.d.ts +5 -5
- package/dist/shorthands/implementation.js +15 -14
- package/dist/shorthands/interface.d.ts +21 -20
- package/dist/shorthands/interface.js +66 -60
- package/package.json +2 -2
|
@@ -21,36 +21,36 @@ export type _T_Module<M_Source> = {
|
|
|
21
21
|
readonly 'variables': _T_Variables<M_Source>;
|
|
22
22
|
};
|
|
23
23
|
export type _T_Module_Set<M_Source> = _i_core._T_Dictionary<M_Source, _i_core._T_State_Group<M_Source, readonly ['module', _T_Module<M_Source>] | readonly ['set', _T_Module_Set<M_Source>]>>;
|
|
24
|
-
export type _T_Literal<M_Source> = _i_core._T_State_Group<M_Source, readonly ['
|
|
24
|
+
export type _T_Literal<M_Source> = _i_core._T_State_Group<M_Source, readonly ['list', _i_core._T_List<M_Source, _T_Initialization<M_Source>>] | readonly [
|
|
25
25
|
'boolean',
|
|
26
26
|
_i_core._T_State_Group<M_Source, readonly ['false', null] | readonly ['true', null]>
|
|
27
27
|
] | readonly ['dictionary', _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>] | readonly [
|
|
28
|
-
'function',
|
|
28
|
+
'deprecated function',
|
|
29
29
|
{
|
|
30
30
|
readonly 'initialization': _T_Initialization<M_Source>;
|
|
31
31
|
readonly 'temp has parameters': boolean;
|
|
32
32
|
readonly 'temp resulting node': _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
33
33
|
}
|
|
34
|
-
] | readonly ['group', _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>] | readonly ['
|
|
34
|
+
] | readonly ['group', _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>] | readonly ['nothing', null] | readonly [
|
|
35
35
|
'number',
|
|
36
|
-
_i_core._T_State_Group<M_Source, readonly ['
|
|
36
|
+
_i_core._T_State_Group<M_Source, readonly ['approximation', number] | readonly ['integer', number] | readonly ['natural', number]>
|
|
37
37
|
] | readonly [
|
|
38
38
|
'optional',
|
|
39
39
|
_i_core._T_State_Group<M_Source, readonly ['not set', null] | readonly ['set', _T_Initialization<M_Source>]>
|
|
40
40
|
] | readonly [
|
|
41
|
-
'
|
|
41
|
+
'text',
|
|
42
42
|
{
|
|
43
43
|
readonly 'delimiter': _i_core._T_State_Group<M_Source, readonly ['backtick', null] | readonly ['quote', null]>;
|
|
44
44
|
readonly 'value': string;
|
|
45
45
|
}
|
|
46
46
|
] | readonly [
|
|
47
|
-
'
|
|
47
|
+
'state',
|
|
48
48
|
{
|
|
49
49
|
readonly 'case': string;
|
|
50
50
|
readonly 'value': _T_Initialization<M_Source>;
|
|
51
51
|
}
|
|
52
52
|
]>;
|
|
53
|
-
export type _T_Initialization<M_Source> = _i_core._T_State_Group<M_Source, readonly [
|
|
53
|
+
export type _T_Initialization<M_Source> = _i_core._T_State_Group<M_Source, readonly ['abort', _T_Initialization<M_Source>] | readonly [
|
|
54
54
|
'block',
|
|
55
55
|
{
|
|
56
56
|
readonly 'variables': _T_Variables<M_Source>;
|
|
@@ -77,7 +77,7 @@ export type _T_Initialization<M_Source> = _i_core._T_State_Group<M_Source, reado
|
|
|
77
77
|
{
|
|
78
78
|
readonly 'source': _T_Selection<M_Source>;
|
|
79
79
|
readonly 'type': _i_core._T_State_Group<M_Source, readonly [
|
|
80
|
-
'
|
|
80
|
+
'list',
|
|
81
81
|
_i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>
|
|
82
82
|
] | readonly [
|
|
83
83
|
'boolean',
|
|
@@ -98,6 +98,7 @@ export type _T_Initialization<M_Source> = _i_core._T_State_Group<M_Source, reado
|
|
|
98
98
|
{
|
|
99
99
|
readonly 'context': _T_Initialization<M_Source>;
|
|
100
100
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
101
|
+
readonly 'abort': boolean;
|
|
101
102
|
}
|
|
102
103
|
]>
|
|
103
104
|
] | readonly [
|
|
@@ -111,7 +112,7 @@ export type _T_Initialization<M_Source> = _i_core._T_State_Group<M_Source, reado
|
|
|
111
112
|
}
|
|
112
113
|
]>
|
|
113
114
|
] | readonly [
|
|
114
|
-
'
|
|
115
|
+
'state group',
|
|
115
116
|
_i_core._T_State_Group<M_Source, readonly [
|
|
116
117
|
'switch',
|
|
117
118
|
{
|
|
@@ -270,12 +271,12 @@ export declare namespace _T_Module_Set {
|
|
|
270
271
|
}
|
|
271
272
|
export declare namespace _T_Literal {
|
|
272
273
|
namespace SG {
|
|
273
|
-
namespace
|
|
274
|
+
namespace list {
|
|
274
275
|
namespace L {
|
|
275
276
|
}
|
|
276
277
|
type L<M_Source> = _T_Initialization<M_Source>;
|
|
277
278
|
}
|
|
278
|
-
type
|
|
279
|
+
type list<M_Source> = _i_core._T_List<M_Source, _T_Initialization<M_Source>>;
|
|
279
280
|
namespace _boolean {
|
|
280
281
|
namespace SG {
|
|
281
282
|
type _false<M_Source> = null;
|
|
@@ -290,7 +291,7 @@ export declare namespace _T_Literal {
|
|
|
290
291
|
type D<M_Source> = _T_Initialization<M_Source>;
|
|
291
292
|
}
|
|
292
293
|
type dictionary<M_Source> = _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>;
|
|
293
|
-
namespace
|
|
294
|
+
namespace deprecated_function {
|
|
294
295
|
namespace initialization {
|
|
295
296
|
}
|
|
296
297
|
type initialization<M_Source> = _T_Initialization<M_Source>;
|
|
@@ -302,7 +303,7 @@ export declare namespace _T_Literal {
|
|
|
302
303
|
}
|
|
303
304
|
type temp_resulting_node<M_Source> = _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
304
305
|
}
|
|
305
|
-
type
|
|
306
|
+
type deprecated_function<M_Source> = {
|
|
306
307
|
readonly 'initialization': _T_Initialization<M_Source>;
|
|
307
308
|
readonly 'temp has parameters': boolean;
|
|
308
309
|
readonly 'temp resulting node': _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
@@ -313,16 +314,16 @@ export declare namespace _T_Literal {
|
|
|
313
314
|
type D<M_Source> = _T_Initialization<M_Source>;
|
|
314
315
|
}
|
|
315
316
|
type group<M_Source> = _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>;
|
|
316
|
-
type
|
|
317
|
+
type nothing<M_Source> = null;
|
|
317
318
|
namespace _number {
|
|
318
319
|
namespace SG {
|
|
319
|
-
type
|
|
320
|
+
type approximation<M_Source> = number;
|
|
320
321
|
type integer<M_Source> = number;
|
|
321
|
-
type
|
|
322
|
+
type natural<M_Source> = number;
|
|
322
323
|
}
|
|
323
|
-
type SG<M_Source> = readonly ['
|
|
324
|
+
type SG<M_Source> = readonly ['approximation', number] | readonly ['integer', number] | readonly ['natural', number];
|
|
324
325
|
}
|
|
325
|
-
type _number<M_Source> = _i_core._T_State_Group<M_Source, readonly ['
|
|
326
|
+
type _number<M_Source> = _i_core._T_State_Group<M_Source, readonly ['approximation', number] | readonly ['integer', number] | readonly ['natural', number]>;
|
|
326
327
|
namespace optional {
|
|
327
328
|
namespace SG {
|
|
328
329
|
type not_set<M_Source> = null;
|
|
@@ -333,7 +334,7 @@ export declare namespace _T_Literal {
|
|
|
333
334
|
type SG<M_Source> = readonly ['not set', null] | readonly ['set', _T_Initialization<M_Source>];
|
|
334
335
|
}
|
|
335
336
|
type optional<M_Source> = _i_core._T_State_Group<M_Source, readonly ['not set', null] | readonly ['set', _T_Initialization<M_Source>]>;
|
|
336
|
-
namespace
|
|
337
|
+
namespace text {
|
|
337
338
|
namespace delimiter {
|
|
338
339
|
namespace SG {
|
|
339
340
|
type backtick<M_Source> = null;
|
|
@@ -344,45 +345,45 @@ export declare namespace _T_Literal {
|
|
|
344
345
|
type delimiter<M_Source> = _i_core._T_State_Group<M_Source, readonly ['backtick', null] | readonly ['quote', null]>;
|
|
345
346
|
type value<M_Source> = string;
|
|
346
347
|
}
|
|
347
|
-
type
|
|
348
|
+
type text<M_Source> = {
|
|
348
349
|
readonly 'delimiter': _i_core._T_State_Group<M_Source, readonly ['backtick', null] | readonly ['quote', null]>;
|
|
349
350
|
readonly 'value': string;
|
|
350
351
|
};
|
|
351
|
-
namespace
|
|
352
|
+
namespace state {
|
|
352
353
|
type _case<M_Source> = string;
|
|
353
354
|
namespace value {
|
|
354
355
|
}
|
|
355
356
|
type value<M_Source> = _T_Initialization<M_Source>;
|
|
356
357
|
}
|
|
357
|
-
type
|
|
358
|
+
type state<M_Source> = {
|
|
358
359
|
readonly 'case': string;
|
|
359
360
|
readonly 'value': _T_Initialization<M_Source>;
|
|
360
361
|
};
|
|
361
362
|
}
|
|
362
|
-
type SG<M_Source> = readonly ['
|
|
363
|
+
type SG<M_Source> = readonly ['list', _i_core._T_List<M_Source, _T_Initialization<M_Source>>] | readonly [
|
|
363
364
|
'boolean',
|
|
364
365
|
_i_core._T_State_Group<M_Source, readonly ['false', null] | readonly ['true', null]>
|
|
365
366
|
] | readonly ['dictionary', _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>] | readonly [
|
|
366
|
-
'function',
|
|
367
|
+
'deprecated function',
|
|
367
368
|
{
|
|
368
369
|
readonly 'initialization': _T_Initialization<M_Source>;
|
|
369
370
|
readonly 'temp has parameters': boolean;
|
|
370
371
|
readonly 'temp resulting node': _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
371
372
|
}
|
|
372
|
-
] | readonly ['group', _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>] | readonly ['
|
|
373
|
+
] | readonly ['group', _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>] | readonly ['nothing', null] | readonly [
|
|
373
374
|
'number',
|
|
374
|
-
_i_core._T_State_Group<M_Source, readonly ['
|
|
375
|
+
_i_core._T_State_Group<M_Source, readonly ['approximation', number] | readonly ['integer', number] | readonly ['natural', number]>
|
|
375
376
|
] | readonly [
|
|
376
377
|
'optional',
|
|
377
378
|
_i_core._T_State_Group<M_Source, readonly ['not set', null] | readonly ['set', _T_Initialization<M_Source>]>
|
|
378
379
|
] | readonly [
|
|
379
|
-
'
|
|
380
|
+
'text',
|
|
380
381
|
{
|
|
381
382
|
readonly 'delimiter': _i_core._T_State_Group<M_Source, readonly ['backtick', null] | readonly ['quote', null]>;
|
|
382
383
|
readonly 'value': string;
|
|
383
384
|
}
|
|
384
385
|
] | readonly [
|
|
385
|
-
'
|
|
386
|
+
'state',
|
|
386
387
|
{
|
|
387
388
|
readonly 'case': string;
|
|
388
389
|
readonly 'value': _T_Initialization<M_Source>;
|
|
@@ -391,6 +392,9 @@ export declare namespace _T_Literal {
|
|
|
391
392
|
}
|
|
392
393
|
export declare namespace _T_Initialization {
|
|
393
394
|
namespace SG {
|
|
395
|
+
namespace abort {
|
|
396
|
+
}
|
|
397
|
+
type abort<M_Source> = _T_Initialization<M_Source>;
|
|
394
398
|
namespace block {
|
|
395
399
|
namespace variables {
|
|
396
400
|
}
|
|
@@ -461,7 +465,7 @@ export declare namespace _T_Initialization {
|
|
|
461
465
|
type source<M_Source> = _T_Selection<M_Source>;
|
|
462
466
|
namespace _type {
|
|
463
467
|
namespace SG {
|
|
464
|
-
namespace
|
|
468
|
+
namespace list {
|
|
465
469
|
namespace SG {
|
|
466
470
|
namespace map {
|
|
467
471
|
}
|
|
@@ -469,7 +473,7 @@ export declare namespace _T_Initialization {
|
|
|
469
473
|
}
|
|
470
474
|
type SG<M_Source> = readonly ['map', _T_Initialization<M_Source>];
|
|
471
475
|
}
|
|
472
|
-
type
|
|
476
|
+
type list<M_Source> = _i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>;
|
|
473
477
|
namespace _boolean {
|
|
474
478
|
namespace SG {
|
|
475
479
|
type not<M_Source> = null;
|
|
@@ -525,10 +529,12 @@ export declare namespace _T_Initialization {
|
|
|
525
529
|
type O<M_Source> = _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>;
|
|
526
530
|
}
|
|
527
531
|
type _arguments<M_Source> = _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
532
|
+
type abort<M_Source> = boolean;
|
|
528
533
|
}
|
|
529
534
|
type call<M_Source> = {
|
|
530
535
|
readonly 'context': _T_Initialization<M_Source>;
|
|
531
536
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
537
|
+
readonly 'abort': boolean;
|
|
532
538
|
};
|
|
533
539
|
}
|
|
534
540
|
type SG<M_Source> = readonly [
|
|
@@ -536,6 +542,7 @@ export declare namespace _T_Initialization {
|
|
|
536
542
|
{
|
|
537
543
|
readonly 'context': _T_Initialization<M_Source>;
|
|
538
544
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
545
|
+
readonly 'abort': boolean;
|
|
539
546
|
}
|
|
540
547
|
];
|
|
541
548
|
}
|
|
@@ -544,6 +551,7 @@ export declare namespace _T_Initialization {
|
|
|
544
551
|
{
|
|
545
552
|
readonly 'context': _T_Initialization<M_Source>;
|
|
546
553
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
554
|
+
readonly 'abort': boolean;
|
|
547
555
|
}
|
|
548
556
|
]>;
|
|
549
557
|
namespace optional {
|
|
@@ -588,7 +596,7 @@ export declare namespace _T_Initialization {
|
|
|
588
596
|
readonly 'temp resulting node': _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
589
597
|
}
|
|
590
598
|
]>;
|
|
591
|
-
namespace
|
|
599
|
+
namespace state_group {
|
|
592
600
|
namespace SG {
|
|
593
601
|
namespace _switch {
|
|
594
602
|
namespace temp_resulting_node {
|
|
@@ -687,7 +695,7 @@ export declare namespace _T_Initialization {
|
|
|
687
695
|
}
|
|
688
696
|
];
|
|
689
697
|
}
|
|
690
|
-
type
|
|
698
|
+
type state_group<M_Source> = _i_core._T_State_Group<M_Source, readonly [
|
|
691
699
|
'switch',
|
|
692
700
|
{
|
|
693
701
|
readonly 'temp resulting node': _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
@@ -707,7 +715,7 @@ export declare namespace _T_Initialization {
|
|
|
707
715
|
]>;
|
|
708
716
|
}
|
|
709
717
|
type SG<M_Source> = readonly [
|
|
710
|
-
'
|
|
718
|
+
'list',
|
|
711
719
|
_i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>
|
|
712
720
|
] | readonly [
|
|
713
721
|
'boolean',
|
|
@@ -728,6 +736,7 @@ export declare namespace _T_Initialization {
|
|
|
728
736
|
{
|
|
729
737
|
readonly 'context': _T_Initialization<M_Source>;
|
|
730
738
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
739
|
+
readonly 'abort': boolean;
|
|
731
740
|
}
|
|
732
741
|
]>
|
|
733
742
|
] | readonly [
|
|
@@ -741,7 +750,7 @@ export declare namespace _T_Initialization {
|
|
|
741
750
|
}
|
|
742
751
|
]>
|
|
743
752
|
] | readonly [
|
|
744
|
-
'
|
|
753
|
+
'state group',
|
|
745
754
|
_i_core._T_State_Group<M_Source, readonly [
|
|
746
755
|
'switch',
|
|
747
756
|
{
|
|
@@ -763,7 +772,7 @@ export declare namespace _T_Initialization {
|
|
|
763
772
|
];
|
|
764
773
|
}
|
|
765
774
|
type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly [
|
|
766
|
-
'
|
|
775
|
+
'list',
|
|
767
776
|
_i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>
|
|
768
777
|
] | readonly [
|
|
769
778
|
'boolean',
|
|
@@ -784,6 +793,7 @@ export declare namespace _T_Initialization {
|
|
|
784
793
|
{
|
|
785
794
|
readonly 'context': _T_Initialization<M_Source>;
|
|
786
795
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
796
|
+
readonly 'abort': boolean;
|
|
787
797
|
}
|
|
788
798
|
]>
|
|
789
799
|
] | readonly [
|
|
@@ -797,7 +807,7 @@ export declare namespace _T_Initialization {
|
|
|
797
807
|
}
|
|
798
808
|
]>
|
|
799
809
|
] | readonly [
|
|
800
|
-
'
|
|
810
|
+
'state group',
|
|
801
811
|
_i_core._T_State_Group<M_Source, readonly [
|
|
802
812
|
'switch',
|
|
803
813
|
{
|
|
@@ -821,7 +831,7 @@ export declare namespace _T_Initialization {
|
|
|
821
831
|
type transformation<M_Source> = {
|
|
822
832
|
readonly 'source': _T_Selection<M_Source>;
|
|
823
833
|
readonly 'type': _i_core._T_State_Group<M_Source, readonly [
|
|
824
|
-
'
|
|
834
|
+
'list',
|
|
825
835
|
_i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>
|
|
826
836
|
] | readonly [
|
|
827
837
|
'boolean',
|
|
@@ -842,6 +852,7 @@ export declare namespace _T_Initialization {
|
|
|
842
852
|
{
|
|
843
853
|
readonly 'context': _T_Initialization<M_Source>;
|
|
844
854
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
855
|
+
readonly 'abort': boolean;
|
|
845
856
|
}
|
|
846
857
|
]>
|
|
847
858
|
] | readonly [
|
|
@@ -855,7 +866,7 @@ export declare namespace _T_Initialization {
|
|
|
855
866
|
}
|
|
856
867
|
]>
|
|
857
868
|
] | readonly [
|
|
858
|
-
'
|
|
869
|
+
'state group',
|
|
859
870
|
_i_core._T_State_Group<M_Source, readonly [
|
|
860
871
|
'switch',
|
|
861
872
|
{
|
|
@@ -877,7 +888,7 @@ export declare namespace _T_Initialization {
|
|
|
877
888
|
]>;
|
|
878
889
|
};
|
|
879
890
|
}
|
|
880
|
-
type SG<M_Source> = readonly [
|
|
891
|
+
type SG<M_Source> = readonly ['abort', _T_Initialization<M_Source>] | readonly [
|
|
881
892
|
'block',
|
|
882
893
|
{
|
|
883
894
|
readonly 'variables': _T_Variables<M_Source>;
|
|
@@ -904,7 +915,7 @@ export declare namespace _T_Initialization {
|
|
|
904
915
|
{
|
|
905
916
|
readonly 'source': _T_Selection<M_Source>;
|
|
906
917
|
readonly 'type': _i_core._T_State_Group<M_Source, readonly [
|
|
907
|
-
'
|
|
918
|
+
'list',
|
|
908
919
|
_i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>
|
|
909
920
|
] | readonly [
|
|
910
921
|
'boolean',
|
|
@@ -925,6 +936,7 @@ export declare namespace _T_Initialization {
|
|
|
925
936
|
{
|
|
926
937
|
readonly 'context': _T_Initialization<M_Source>;
|
|
927
938
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
939
|
+
readonly 'abort': boolean;
|
|
928
940
|
}
|
|
929
941
|
]>
|
|
930
942
|
] | readonly [
|
|
@@ -938,7 +950,7 @@ export declare namespace _T_Initialization {
|
|
|
938
950
|
}
|
|
939
951
|
]>
|
|
940
952
|
] | readonly [
|
|
941
|
-
'
|
|
953
|
+
'state group',
|
|
942
954
|
_i_core._T_State_Group<M_Source, readonly [
|
|
943
955
|
'switch',
|
|
944
956
|
{
|
|
@@ -1172,12 +1184,12 @@ export declare namespace Module_Set {
|
|
|
1172
1184
|
}
|
|
1173
1185
|
export declare namespace Literal {
|
|
1174
1186
|
namespace SG {
|
|
1175
|
-
namespace
|
|
1187
|
+
namespace list {
|
|
1176
1188
|
namespace L {
|
|
1177
1189
|
}
|
|
1178
1190
|
type L<M_Source> = _T_Initialization<M_Source>;
|
|
1179
1191
|
}
|
|
1180
|
-
type
|
|
1192
|
+
type list<M_Source> = _i_core._T_List<M_Source, _T_Initialization<M_Source>>;
|
|
1181
1193
|
namespace _boolean {
|
|
1182
1194
|
namespace SG {
|
|
1183
1195
|
type _false<M_Source> = null;
|
|
@@ -1192,7 +1204,7 @@ export declare namespace Literal {
|
|
|
1192
1204
|
type D<M_Source> = _T_Initialization<M_Source>;
|
|
1193
1205
|
}
|
|
1194
1206
|
type dictionary<M_Source> = _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>;
|
|
1195
|
-
namespace
|
|
1207
|
+
namespace deprecated_function {
|
|
1196
1208
|
namespace initialization {
|
|
1197
1209
|
}
|
|
1198
1210
|
type initialization<M_Source> = _T_Initialization<M_Source>;
|
|
@@ -1204,7 +1216,7 @@ export declare namespace Literal {
|
|
|
1204
1216
|
}
|
|
1205
1217
|
type temp_resulting_node<M_Source> = _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
1206
1218
|
}
|
|
1207
|
-
type
|
|
1219
|
+
type deprecated_function<M_Source> = {
|
|
1208
1220
|
readonly 'initialization': _T_Initialization<M_Source>;
|
|
1209
1221
|
readonly 'temp has parameters': boolean;
|
|
1210
1222
|
readonly 'temp resulting node': _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
@@ -1215,16 +1227,16 @@ export declare namespace Literal {
|
|
|
1215
1227
|
type D<M_Source> = _T_Initialization<M_Source>;
|
|
1216
1228
|
}
|
|
1217
1229
|
type group<M_Source> = _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>;
|
|
1218
|
-
type
|
|
1230
|
+
type nothing<M_Source> = null;
|
|
1219
1231
|
namespace _number {
|
|
1220
1232
|
namespace SG {
|
|
1221
|
-
type
|
|
1233
|
+
type approximation<M_Source> = number;
|
|
1222
1234
|
type integer<M_Source> = number;
|
|
1223
|
-
type
|
|
1235
|
+
type natural<M_Source> = number;
|
|
1224
1236
|
}
|
|
1225
|
-
type SG<M_Source> = readonly ['
|
|
1237
|
+
type SG<M_Source> = readonly ['approximation', number] | readonly ['integer', number] | readonly ['natural', number];
|
|
1226
1238
|
}
|
|
1227
|
-
type _number<M_Source> = _i_core._T_State_Group<M_Source, readonly ['
|
|
1239
|
+
type _number<M_Source> = _i_core._T_State_Group<M_Source, readonly ['approximation', number] | readonly ['integer', number] | readonly ['natural', number]>;
|
|
1228
1240
|
namespace optional {
|
|
1229
1241
|
namespace SG {
|
|
1230
1242
|
type not_set<M_Source> = null;
|
|
@@ -1235,7 +1247,7 @@ export declare namespace Literal {
|
|
|
1235
1247
|
type SG<M_Source> = readonly ['not set', null] | readonly ['set', _T_Initialization<M_Source>];
|
|
1236
1248
|
}
|
|
1237
1249
|
type optional<M_Source> = _i_core._T_State_Group<M_Source, readonly ['not set', null] | readonly ['set', _T_Initialization<M_Source>]>;
|
|
1238
|
-
namespace
|
|
1250
|
+
namespace text {
|
|
1239
1251
|
namespace delimiter {
|
|
1240
1252
|
namespace SG {
|
|
1241
1253
|
type backtick<M_Source> = null;
|
|
@@ -1246,45 +1258,45 @@ export declare namespace Literal {
|
|
|
1246
1258
|
type delimiter<M_Source> = _i_core._T_State_Group<M_Source, readonly ['backtick', null] | readonly ['quote', null]>;
|
|
1247
1259
|
type value<M_Source> = string;
|
|
1248
1260
|
}
|
|
1249
|
-
type
|
|
1261
|
+
type text<M_Source> = {
|
|
1250
1262
|
readonly 'delimiter': _i_core._T_State_Group<M_Source, readonly ['backtick', null] | readonly ['quote', null]>;
|
|
1251
1263
|
readonly 'value': string;
|
|
1252
1264
|
};
|
|
1253
|
-
namespace
|
|
1265
|
+
namespace state {
|
|
1254
1266
|
type _case<M_Source> = string;
|
|
1255
1267
|
namespace value {
|
|
1256
1268
|
}
|
|
1257
1269
|
type value<M_Source> = _T_Initialization<M_Source>;
|
|
1258
1270
|
}
|
|
1259
|
-
type
|
|
1271
|
+
type state<M_Source> = {
|
|
1260
1272
|
readonly 'case': string;
|
|
1261
1273
|
readonly 'value': _T_Initialization<M_Source>;
|
|
1262
1274
|
};
|
|
1263
1275
|
}
|
|
1264
|
-
type SG<M_Source> = readonly ['
|
|
1276
|
+
type SG<M_Source> = readonly ['list', _i_core._T_List<M_Source, _T_Initialization<M_Source>>] | readonly [
|
|
1265
1277
|
'boolean',
|
|
1266
1278
|
_i_core._T_State_Group<M_Source, readonly ['false', null] | readonly ['true', null]>
|
|
1267
1279
|
] | readonly ['dictionary', _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>] | readonly [
|
|
1268
|
-
'function',
|
|
1280
|
+
'deprecated function',
|
|
1269
1281
|
{
|
|
1270
1282
|
readonly 'initialization': _T_Initialization<M_Source>;
|
|
1271
1283
|
readonly 'temp has parameters': boolean;
|
|
1272
1284
|
readonly 'temp resulting node': _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
1273
1285
|
}
|
|
1274
|
-
] | readonly ['group', _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>] | readonly ['
|
|
1286
|
+
] | readonly ['group', _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>] | readonly ['nothing', null] | readonly [
|
|
1275
1287
|
'number',
|
|
1276
|
-
_i_core._T_State_Group<M_Source, readonly ['
|
|
1288
|
+
_i_core._T_State_Group<M_Source, readonly ['approximation', number] | readonly ['integer', number] | readonly ['natural', number]>
|
|
1277
1289
|
] | readonly [
|
|
1278
1290
|
'optional',
|
|
1279
1291
|
_i_core._T_State_Group<M_Source, readonly ['not set', null] | readonly ['set', _T_Initialization<M_Source>]>
|
|
1280
1292
|
] | readonly [
|
|
1281
|
-
'
|
|
1293
|
+
'text',
|
|
1282
1294
|
{
|
|
1283
1295
|
readonly 'delimiter': _i_core._T_State_Group<M_Source, readonly ['backtick', null] | readonly ['quote', null]>;
|
|
1284
1296
|
readonly 'value': string;
|
|
1285
1297
|
}
|
|
1286
1298
|
] | readonly [
|
|
1287
|
-
'
|
|
1299
|
+
'state',
|
|
1288
1300
|
{
|
|
1289
1301
|
readonly 'case': string;
|
|
1290
1302
|
readonly 'value': _T_Initialization<M_Source>;
|
|
@@ -1293,6 +1305,9 @@ export declare namespace Literal {
|
|
|
1293
1305
|
}
|
|
1294
1306
|
export declare namespace Initialization {
|
|
1295
1307
|
namespace SG {
|
|
1308
|
+
namespace abort {
|
|
1309
|
+
}
|
|
1310
|
+
type abort<M_Source> = _T_Initialization<M_Source>;
|
|
1296
1311
|
namespace block {
|
|
1297
1312
|
namespace variables {
|
|
1298
1313
|
}
|
|
@@ -1363,7 +1378,7 @@ export declare namespace Initialization {
|
|
|
1363
1378
|
type source<M_Source> = _T_Selection<M_Source>;
|
|
1364
1379
|
namespace _type {
|
|
1365
1380
|
namespace SG {
|
|
1366
|
-
namespace
|
|
1381
|
+
namespace list {
|
|
1367
1382
|
namespace SG {
|
|
1368
1383
|
namespace map {
|
|
1369
1384
|
}
|
|
@@ -1371,7 +1386,7 @@ export declare namespace Initialization {
|
|
|
1371
1386
|
}
|
|
1372
1387
|
type SG<M_Source> = readonly ['map', _T_Initialization<M_Source>];
|
|
1373
1388
|
}
|
|
1374
|
-
type
|
|
1389
|
+
type list<M_Source> = _i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>;
|
|
1375
1390
|
namespace _boolean {
|
|
1376
1391
|
namespace SG {
|
|
1377
1392
|
type not<M_Source> = null;
|
|
@@ -1427,10 +1442,12 @@ export declare namespace Initialization {
|
|
|
1427
1442
|
type O<M_Source> = _i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>;
|
|
1428
1443
|
}
|
|
1429
1444
|
type _arguments<M_Source> = _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
1445
|
+
type abort<M_Source> = boolean;
|
|
1430
1446
|
}
|
|
1431
1447
|
type call<M_Source> = {
|
|
1432
1448
|
readonly 'context': _T_Initialization<M_Source>;
|
|
1433
1449
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
1450
|
+
readonly 'abort': boolean;
|
|
1434
1451
|
};
|
|
1435
1452
|
}
|
|
1436
1453
|
type SG<M_Source> = readonly [
|
|
@@ -1438,6 +1455,7 @@ export declare namespace Initialization {
|
|
|
1438
1455
|
{
|
|
1439
1456
|
readonly 'context': _T_Initialization<M_Source>;
|
|
1440
1457
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
1458
|
+
readonly 'abort': boolean;
|
|
1441
1459
|
}
|
|
1442
1460
|
];
|
|
1443
1461
|
}
|
|
@@ -1446,6 +1464,7 @@ export declare namespace Initialization {
|
|
|
1446
1464
|
{
|
|
1447
1465
|
readonly 'context': _T_Initialization<M_Source>;
|
|
1448
1466
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
1467
|
+
readonly 'abort': boolean;
|
|
1449
1468
|
}
|
|
1450
1469
|
]>;
|
|
1451
1470
|
namespace optional {
|
|
@@ -1490,7 +1509,7 @@ export declare namespace Initialization {
|
|
|
1490
1509
|
readonly 'temp resulting node': _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
1491
1510
|
}
|
|
1492
1511
|
]>;
|
|
1493
|
-
namespace
|
|
1512
|
+
namespace state_group {
|
|
1494
1513
|
namespace SG {
|
|
1495
1514
|
namespace _switch {
|
|
1496
1515
|
namespace temp_resulting_node {
|
|
@@ -1589,7 +1608,7 @@ export declare namespace Initialization {
|
|
|
1589
1608
|
}
|
|
1590
1609
|
];
|
|
1591
1610
|
}
|
|
1592
|
-
type
|
|
1611
|
+
type state_group<M_Source> = _i_core._T_State_Group<M_Source, readonly [
|
|
1593
1612
|
'switch',
|
|
1594
1613
|
{
|
|
1595
1614
|
readonly 'temp resulting node': _pi.Optional_Value<_i_imports_interface._T_Type<M_Source>>;
|
|
@@ -1609,7 +1628,7 @@ export declare namespace Initialization {
|
|
|
1609
1628
|
]>;
|
|
1610
1629
|
}
|
|
1611
1630
|
type SG<M_Source> = readonly [
|
|
1612
|
-
'
|
|
1631
|
+
'list',
|
|
1613
1632
|
_i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>
|
|
1614
1633
|
] | readonly [
|
|
1615
1634
|
'boolean',
|
|
@@ -1630,6 +1649,7 @@ export declare namespace Initialization {
|
|
|
1630
1649
|
{
|
|
1631
1650
|
readonly 'context': _T_Initialization<M_Source>;
|
|
1632
1651
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
1652
|
+
readonly 'abort': boolean;
|
|
1633
1653
|
}
|
|
1634
1654
|
]>
|
|
1635
1655
|
] | readonly [
|
|
@@ -1643,7 +1663,7 @@ export declare namespace Initialization {
|
|
|
1643
1663
|
}
|
|
1644
1664
|
]>
|
|
1645
1665
|
] | readonly [
|
|
1646
|
-
'
|
|
1666
|
+
'state group',
|
|
1647
1667
|
_i_core._T_State_Group<M_Source, readonly [
|
|
1648
1668
|
'switch',
|
|
1649
1669
|
{
|
|
@@ -1665,7 +1685,7 @@ export declare namespace Initialization {
|
|
|
1665
1685
|
];
|
|
1666
1686
|
}
|
|
1667
1687
|
type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly [
|
|
1668
|
-
'
|
|
1688
|
+
'list',
|
|
1669
1689
|
_i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>
|
|
1670
1690
|
] | readonly [
|
|
1671
1691
|
'boolean',
|
|
@@ -1686,6 +1706,7 @@ export declare namespace Initialization {
|
|
|
1686
1706
|
{
|
|
1687
1707
|
readonly 'context': _T_Initialization<M_Source>;
|
|
1688
1708
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
1709
|
+
readonly 'abort': boolean;
|
|
1689
1710
|
}
|
|
1690
1711
|
]>
|
|
1691
1712
|
] | readonly [
|
|
@@ -1699,7 +1720,7 @@ export declare namespace Initialization {
|
|
|
1699
1720
|
}
|
|
1700
1721
|
]>
|
|
1701
1722
|
] | readonly [
|
|
1702
|
-
'
|
|
1723
|
+
'state group',
|
|
1703
1724
|
_i_core._T_State_Group<M_Source, readonly [
|
|
1704
1725
|
'switch',
|
|
1705
1726
|
{
|
|
@@ -1723,7 +1744,7 @@ export declare namespace Initialization {
|
|
|
1723
1744
|
type transformation<M_Source> = {
|
|
1724
1745
|
readonly 'source': _T_Selection<M_Source>;
|
|
1725
1746
|
readonly 'type': _i_core._T_State_Group<M_Source, readonly [
|
|
1726
|
-
'
|
|
1747
|
+
'list',
|
|
1727
1748
|
_i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>
|
|
1728
1749
|
] | readonly [
|
|
1729
1750
|
'boolean',
|
|
@@ -1744,6 +1765,7 @@ export declare namespace Initialization {
|
|
|
1744
1765
|
{
|
|
1745
1766
|
readonly 'context': _T_Initialization<M_Source>;
|
|
1746
1767
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
1768
|
+
readonly 'abort': boolean;
|
|
1747
1769
|
}
|
|
1748
1770
|
]>
|
|
1749
1771
|
] | readonly [
|
|
@@ -1757,7 +1779,7 @@ export declare namespace Initialization {
|
|
|
1757
1779
|
}
|
|
1758
1780
|
]>
|
|
1759
1781
|
] | readonly [
|
|
1760
|
-
'
|
|
1782
|
+
'state group',
|
|
1761
1783
|
_i_core._T_State_Group<M_Source, readonly [
|
|
1762
1784
|
'switch',
|
|
1763
1785
|
{
|
|
@@ -1779,7 +1801,7 @@ export declare namespace Initialization {
|
|
|
1779
1801
|
]>;
|
|
1780
1802
|
};
|
|
1781
1803
|
}
|
|
1782
|
-
type SG<M_Source> = readonly [
|
|
1804
|
+
type SG<M_Source> = readonly ['abort', _T_Initialization<M_Source>] | readonly [
|
|
1783
1805
|
'block',
|
|
1784
1806
|
{
|
|
1785
1807
|
readonly 'variables': _T_Variables<M_Source>;
|
|
@@ -1806,7 +1828,7 @@ export declare namespace Initialization {
|
|
|
1806
1828
|
{
|
|
1807
1829
|
readonly 'source': _T_Selection<M_Source>;
|
|
1808
1830
|
readonly 'type': _i_core._T_State_Group<M_Source, readonly [
|
|
1809
|
-
'
|
|
1831
|
+
'list',
|
|
1810
1832
|
_i_core._T_State_Group<M_Source, readonly ['map', _T_Initialization<M_Source>]>
|
|
1811
1833
|
] | readonly [
|
|
1812
1834
|
'boolean',
|
|
@@ -1827,6 +1849,7 @@ export declare namespace Initialization {
|
|
|
1827
1849
|
{
|
|
1828
1850
|
readonly 'context': _T_Initialization<M_Source>;
|
|
1829
1851
|
readonly 'arguments': _pi.Optional_Value<_i_core._T_Dictionary<M_Source, _T_Initialization<M_Source>>>;
|
|
1852
|
+
readonly 'abort': boolean;
|
|
1830
1853
|
}
|
|
1831
1854
|
]>
|
|
1832
1855
|
] | readonly [
|
|
@@ -1840,7 +1863,7 @@ export declare namespace Initialization {
|
|
|
1840
1863
|
}
|
|
1841
1864
|
]>
|
|
1842
1865
|
] | readonly [
|
|
1843
|
-
'
|
|
1866
|
+
'state group',
|
|
1844
1867
|
_i_core._T_State_Group<M_Source, readonly [
|
|
1845
1868
|
'switch',
|
|
1846
1869
|
{
|