pareto-fountain-pen 0.3.4 → 0.3.6
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/algorithms/procedures/console_error.d.ts +13 -0
- package/dist/implementation/algorithms/procedures/console_error.js +36 -0
- package/dist/implementation/algorithms/procedures/console_log.d.ts +13 -0
- package/dist/implementation/algorithms/procedures/console_log.js +36 -0
- package/dist/implementation/algorithms/procedures/guaranteed/console_error.d.ts +3 -3
- package/dist/implementation/algorithms/procedures/guaranteed/console_error.js +1 -1
- package/dist/implementation/algorithms/procedures/guaranteed/console_log.d.ts +3 -3
- package/dist/implementation/algorithms/procedures/guaranteed/console_log.js +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.d.ts +5 -5
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.js +2 -2
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.d.ts +4 -4
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.js +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.d.ts +5 -5
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.js +1 -1
- package/dist/implementation/algorithms/procedures/write_to_directory.d.ts +13 -0
- package/dist/implementation/algorithms/procedures/write_to_directory.js +50 -0
- package/dist/implementation/algorithms/procedures/write_to_file.d.ts +11 -0
- package/dist/implementation/algorithms/procedures/write_to_file.js +47 -0
- package/dist/implementation/algorithms/procedures/write_to_node.d.ts +13 -0
- package/dist/implementation/algorithms/procedures/write_to_node.js +58 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +2 -2
- package/dist/implementation/generated/pareto/generic/unmarshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/block/deserialize.d.ts +3 -3
- package/dist/implementation/generated/pareto/schemas/block/deserialize.js +8 -8
- package/dist/implementation/generated/pareto/schemas/block/marshall.d.ts +3 -3
- package/dist/implementation/generated/pareto/schemas/block/marshall.js +45 -45
- package/dist/implementation/generated/pareto/schemas/block/serialize.d.ts +3 -3
- package/dist/implementation/generated/pareto/schemas/block/serialize.js +13 -13
- package/dist/implementation/generated/pareto/schemas/block/unmarshall.d.ts +3 -3
- package/dist/implementation/generated/pareto/schemas/block/unmarshall.js +29 -29
- package/dist/implementation/generated/pareto/schemas/lines/deserialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/lines/deserialize.js +4 -4
- package/dist/implementation/generated/pareto/schemas/lines/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/lines/marshall.js +13 -13
- package/dist/implementation/generated/pareto/schemas/lines/serialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/lines/serialize.js +7 -7
- package/dist/implementation/generated/pareto/schemas/lines/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/lines/unmarshall.js +8 -8
- package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.js +4 -4
- package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.js +19 -19
- package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.js +7 -7
- package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.js +18 -18
- package/dist/implementation/generated/pareto/schemas/text/deserialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/text/deserialize.js +4 -4
- package/dist/implementation/generated/pareto/schemas/text/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/text/marshall.js +13 -13
- package/dist/implementation/generated/pareto/schemas/text/serialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/text/serialize.js +7 -7
- package/dist/implementation/generated/pareto/schemas/text/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/text/unmarshall.js +6 -6
- package/dist/interface/generated/pareto/schemas/block/data_types/source.d.ts +61 -61
- package/dist/interface/generated/pareto/schemas/block/data_types/target.d.ts +61 -61
- package/dist/interface/generated/pareto/schemas/block/deserialize.d.ts +31 -31
- package/dist/interface/generated/pareto/schemas/block/marshall.d.ts +29 -29
- package/dist/interface/generated/pareto/schemas/block/migrate_boilerplate.d.ts +37 -37
- package/dist/interface/generated/pareto/schemas/block/serialize.d.ts +28 -28
- package/dist/interface/generated/pareto/schemas/block/unmarshall.d.ts +32 -32
- package/dist/interface/generated/pareto/schemas/block/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/block/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/lines/data_types/source.d.ts +16 -16
- package/dist/interface/generated/pareto/schemas/lines/data_types/target.d.ts +16 -16
- package/dist/interface/generated/pareto/schemas/lines/deserialize.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/lines/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/lines/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/lines/serialize.d.ts +11 -11
- package/dist/interface/generated/pareto/schemas/lines/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/lines/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/lines/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/semi_lines/data_types/source.d.ts +26 -26
- package/dist/interface/generated/pareto/schemas/semi_lines/data_types/target.d.ts +26 -26
- package/dist/interface/generated/pareto/schemas/semi_lines/deserialize.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/semi_lines/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/semi_lines/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/semi_lines/serialize.d.ts +11 -11
- package/dist/interface/generated/pareto/schemas/semi_lines/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/semi_lines/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/semi_lines/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/text/data_types/source.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/text/data_types/target.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/text/deserialize.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/text/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/text/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/text/serialize.d.ts +11 -11
- package/dist/interface/generated/pareto/schemas/text/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/text/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/text/value_serializers.d.ts +10 -10
- package/package.json +7 -7
|
@@ -1,142 +1,142 @@
|
|
|
1
1
|
import * as _pt from 'exupery-core-types';
|
|
2
2
|
import * as _i_core from "../../../core/unconstrained";
|
|
3
|
+
export type _T_Block_Part = _i_core._T_State_Group<null, readonly ['snippet', string] | readonly ['indent', _T_Group] | readonly ['sub block', _T_Block] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['nothing', null]>;
|
|
3
4
|
export type _T_Block = _i_core._T_List<null, _T_Block_Part>;
|
|
4
|
-
export type
|
|
5
|
-
export type _T_Directory = _i_core._T_Dictionary<null, _T_Node>;
|
|
5
|
+
export type _T_Group_Part = _i_core._T_State_Group<null, readonly ['nested block', _T_Block] | readonly ['block', string] | readonly ['sub group', _T_Group] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['nothing', null]>;
|
|
6
6
|
export type _T_Group = _i_core._T_List<null, _T_Group_Part>;
|
|
7
|
-
export type
|
|
8
|
-
export type
|
|
9
|
-
export type Block = _T_Block;
|
|
7
|
+
export type _T_Node = _i_core._T_State_Group<null, readonly ['file', _T_Group] | readonly ['directory', _T_Directory]>;
|
|
8
|
+
export type _T_Directory = _i_core._T_Dictionary<null, _T_Node>;
|
|
10
9
|
export type Block_Part = _T_Block_Part;
|
|
11
|
-
export type
|
|
12
|
-
export type Group = _T_Group;
|
|
10
|
+
export type Block = _T_Block;
|
|
13
11
|
export type Group_Part = _T_Group_Part;
|
|
12
|
+
export type Group = _T_Group;
|
|
14
13
|
export type Node = _T_Node;
|
|
15
|
-
export
|
|
16
|
-
namespace L {
|
|
17
|
-
}
|
|
18
|
-
type L = _T_Block_Part;
|
|
19
|
-
}
|
|
14
|
+
export type Directory = _T_Directory;
|
|
20
15
|
export declare namespace _T_Block_Part {
|
|
21
16
|
namespace SG {
|
|
17
|
+
type snippet = string;
|
|
22
18
|
namespace indent {
|
|
23
19
|
}
|
|
24
20
|
type indent = _T_Group;
|
|
25
|
-
|
|
21
|
+
namespace sub_block {
|
|
22
|
+
}
|
|
23
|
+
type sub_block = _T_Block;
|
|
26
24
|
namespace optional {
|
|
27
25
|
namespace O {
|
|
28
26
|
}
|
|
29
27
|
type O = _T_Block_Part;
|
|
30
28
|
}
|
|
31
29
|
type optional = _pt.Optional_Value<_T_Block_Part>;
|
|
32
|
-
type
|
|
33
|
-
namespace sub_block {
|
|
34
|
-
}
|
|
35
|
-
type sub_block = _T_Block;
|
|
36
|
-
}
|
|
37
|
-
type SG = readonly ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['snippet', string] | readonly ['sub block', _T_Block];
|
|
38
|
-
}
|
|
39
|
-
export declare namespace _T_Directory {
|
|
40
|
-
namespace D {
|
|
30
|
+
type nothing = null;
|
|
41
31
|
}
|
|
42
|
-
type
|
|
32
|
+
type SG = readonly ['snippet', string] | readonly ['indent', _T_Group] | readonly ['sub block', _T_Block] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['nothing', null];
|
|
43
33
|
}
|
|
44
|
-
export declare namespace
|
|
34
|
+
export declare namespace _T_Block {
|
|
45
35
|
namespace L {
|
|
46
36
|
}
|
|
47
|
-
type L =
|
|
37
|
+
type L = _T_Block_Part;
|
|
48
38
|
}
|
|
49
39
|
export declare namespace _T_Group_Part {
|
|
50
40
|
namespace SG {
|
|
51
|
-
type block = string;
|
|
52
41
|
namespace nested_block {
|
|
53
42
|
}
|
|
54
43
|
type nested_block = _T_Block;
|
|
55
|
-
type
|
|
44
|
+
type block = string;
|
|
45
|
+
namespace sub_group {
|
|
46
|
+
}
|
|
47
|
+
type sub_group = _T_Group;
|
|
56
48
|
namespace optional {
|
|
57
49
|
namespace O {
|
|
58
50
|
}
|
|
59
51
|
type O = _T_Group_Part;
|
|
60
52
|
}
|
|
61
53
|
type optional = _pt.Optional_Value<_T_Group_Part>;
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
type sub_group = _T_Group;
|
|
54
|
+
type nothing = null;
|
|
65
55
|
}
|
|
66
|
-
type SG = readonly ['block',
|
|
56
|
+
type SG = readonly ['nested block', _T_Block] | readonly ['block', string] | readonly ['sub group', _T_Group] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['nothing', null];
|
|
57
|
+
}
|
|
58
|
+
export declare namespace _T_Group {
|
|
59
|
+
namespace L {
|
|
60
|
+
}
|
|
61
|
+
type L = _T_Group_Part;
|
|
67
62
|
}
|
|
68
63
|
export declare namespace _T_Node {
|
|
69
64
|
namespace SG {
|
|
70
|
-
namespace directory {
|
|
71
|
-
}
|
|
72
|
-
type directory = _T_Directory;
|
|
73
65
|
namespace file {
|
|
74
66
|
}
|
|
75
67
|
type file = _T_Group;
|
|
68
|
+
namespace directory {
|
|
69
|
+
}
|
|
70
|
+
type directory = _T_Directory;
|
|
76
71
|
}
|
|
77
|
-
type SG = readonly ['
|
|
72
|
+
type SG = readonly ['file', _T_Group] | readonly ['directory', _T_Directory];
|
|
78
73
|
}
|
|
79
|
-
export declare namespace
|
|
80
|
-
namespace
|
|
74
|
+
export declare namespace _T_Directory {
|
|
75
|
+
namespace D {
|
|
81
76
|
}
|
|
82
|
-
type
|
|
77
|
+
type D = _T_Node;
|
|
83
78
|
}
|
|
84
79
|
export declare namespace Block_Part {
|
|
85
80
|
namespace SG {
|
|
81
|
+
type snippet = string;
|
|
86
82
|
namespace indent {
|
|
87
83
|
}
|
|
88
84
|
type indent = _T_Group;
|
|
89
|
-
|
|
85
|
+
namespace sub_block {
|
|
86
|
+
}
|
|
87
|
+
type sub_block = _T_Block;
|
|
90
88
|
namespace optional {
|
|
91
89
|
namespace O {
|
|
92
90
|
}
|
|
93
91
|
type O = _T_Block_Part;
|
|
94
92
|
}
|
|
95
93
|
type optional = _pt.Optional_Value<_T_Block_Part>;
|
|
96
|
-
type
|
|
97
|
-
namespace sub_block {
|
|
98
|
-
}
|
|
99
|
-
type sub_block = _T_Block;
|
|
100
|
-
}
|
|
101
|
-
type SG = readonly ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['snippet', string] | readonly ['sub block', _T_Block];
|
|
102
|
-
}
|
|
103
|
-
export declare namespace Directory {
|
|
104
|
-
namespace D {
|
|
94
|
+
type nothing = null;
|
|
105
95
|
}
|
|
106
|
-
type
|
|
96
|
+
type SG = readonly ['snippet', string] | readonly ['indent', _T_Group] | readonly ['sub block', _T_Block] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['nothing', null];
|
|
107
97
|
}
|
|
108
|
-
export declare namespace
|
|
98
|
+
export declare namespace Block {
|
|
109
99
|
namespace L {
|
|
110
100
|
}
|
|
111
|
-
type L =
|
|
101
|
+
type L = _T_Block_Part;
|
|
112
102
|
}
|
|
113
103
|
export declare namespace Group_Part {
|
|
114
104
|
namespace SG {
|
|
115
|
-
type block = string;
|
|
116
105
|
namespace nested_block {
|
|
117
106
|
}
|
|
118
107
|
type nested_block = _T_Block;
|
|
119
|
-
type
|
|
108
|
+
type block = string;
|
|
109
|
+
namespace sub_group {
|
|
110
|
+
}
|
|
111
|
+
type sub_group = _T_Group;
|
|
120
112
|
namespace optional {
|
|
121
113
|
namespace O {
|
|
122
114
|
}
|
|
123
115
|
type O = _T_Group_Part;
|
|
124
116
|
}
|
|
125
117
|
type optional = _pt.Optional_Value<_T_Group_Part>;
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
118
|
+
type nothing = null;
|
|
119
|
+
}
|
|
120
|
+
type SG = readonly ['nested block', _T_Block] | readonly ['block', string] | readonly ['sub group', _T_Group] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['nothing', null];
|
|
121
|
+
}
|
|
122
|
+
export declare namespace Group {
|
|
123
|
+
namespace L {
|
|
129
124
|
}
|
|
130
|
-
type
|
|
125
|
+
type L = _T_Group_Part;
|
|
131
126
|
}
|
|
132
127
|
export declare namespace Node {
|
|
133
128
|
namespace SG {
|
|
134
|
-
namespace directory {
|
|
135
|
-
}
|
|
136
|
-
type directory = _T_Directory;
|
|
137
129
|
namespace file {
|
|
138
130
|
}
|
|
139
131
|
type file = _T_Group;
|
|
132
|
+
namespace directory {
|
|
133
|
+
}
|
|
134
|
+
type directory = _T_Directory;
|
|
135
|
+
}
|
|
136
|
+
type SG = readonly ['file', _T_Group] | readonly ['directory', _T_Directory];
|
|
137
|
+
}
|
|
138
|
+
export declare namespace Directory {
|
|
139
|
+
namespace D {
|
|
140
140
|
}
|
|
141
|
-
type
|
|
141
|
+
type D = _T_Node;
|
|
142
142
|
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import * as _i_out from "./data_types/target";
|
|
2
2
|
import * as _i_vd from "./value_deserializers";
|
|
3
|
-
export type _T_Block = ($$_: string, $$_p: {
|
|
4
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
5
|
-
}) => _i_out._T_Block;
|
|
6
3
|
export type _T_Block_Part = ($$_: string, $$_p: {
|
|
7
4
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
8
5
|
}) => _i_out._T_Block_Part;
|
|
9
|
-
export type
|
|
10
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
11
|
-
}) => _i_out._T_Directory;
|
|
12
|
-
export type _T_Group = ($$_: string, $$_p: {
|
|
6
|
+
export type _T_Block = ($$_: string, $$_p: {
|
|
13
7
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
14
|
-
}) => _i_out.
|
|
8
|
+
}) => _i_out._T_Block;
|
|
15
9
|
export type _T_Group_Part = ($$_: string, $$_p: {
|
|
16
10
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
17
11
|
}) => _i_out._T_Group_Part;
|
|
12
|
+
export type _T_Group = ($$_: string, $$_p: {
|
|
13
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
14
|
+
}) => _i_out._T_Group;
|
|
18
15
|
export type _T_Node = ($$_: string, $$_p: {
|
|
19
16
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
20
17
|
}) => _i_out._T_Node;
|
|
21
|
-
export type
|
|
18
|
+
export type _T_Directory = ($$_: string, $$_p: {
|
|
19
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
20
|
+
}) => _i_out._T_Directory;
|
|
22
21
|
export type Block_Part = _T_Block_Part;
|
|
23
|
-
export type
|
|
24
|
-
export type Group = _T_Group;
|
|
22
|
+
export type Block = _T_Block;
|
|
25
23
|
export type Group_Part = _T_Group_Part;
|
|
24
|
+
export type Group = _T_Group;
|
|
26
25
|
export type Node = _T_Node;
|
|
27
|
-
export
|
|
26
|
+
export type Directory = _T_Directory;
|
|
27
|
+
export declare namespace _T_Block_Part {
|
|
28
28
|
type CONTEXT = string;
|
|
29
29
|
namespace PARAMS {
|
|
30
30
|
namespace value_deserializers {
|
|
@@ -33,9 +33,9 @@ export declare namespace _T_Block {
|
|
|
33
33
|
}
|
|
34
34
|
namespace RESULT {
|
|
35
35
|
}
|
|
36
|
-
type RESULT = _i_out.
|
|
36
|
+
type RESULT = _i_out._T_Block_Part;
|
|
37
37
|
}
|
|
38
|
-
export declare namespace
|
|
38
|
+
export declare namespace _T_Block {
|
|
39
39
|
type CONTEXT = string;
|
|
40
40
|
namespace PARAMS {
|
|
41
41
|
namespace value_deserializers {
|
|
@@ -44,9 +44,9 @@ export declare namespace _T_Block_Part {
|
|
|
44
44
|
}
|
|
45
45
|
namespace RESULT {
|
|
46
46
|
}
|
|
47
|
-
type RESULT = _i_out.
|
|
47
|
+
type RESULT = _i_out._T_Block;
|
|
48
48
|
}
|
|
49
|
-
export declare namespace
|
|
49
|
+
export declare namespace _T_Group_Part {
|
|
50
50
|
type CONTEXT = string;
|
|
51
51
|
namespace PARAMS {
|
|
52
52
|
namespace value_deserializers {
|
|
@@ -55,7 +55,7 @@ export declare namespace _T_Directory {
|
|
|
55
55
|
}
|
|
56
56
|
namespace RESULT {
|
|
57
57
|
}
|
|
58
|
-
type RESULT = _i_out.
|
|
58
|
+
type RESULT = _i_out._T_Group_Part;
|
|
59
59
|
}
|
|
60
60
|
export declare namespace _T_Group {
|
|
61
61
|
type CONTEXT = string;
|
|
@@ -68,7 +68,7 @@ export declare namespace _T_Group {
|
|
|
68
68
|
}
|
|
69
69
|
type RESULT = _i_out._T_Group;
|
|
70
70
|
}
|
|
71
|
-
export declare namespace
|
|
71
|
+
export declare namespace _T_Node {
|
|
72
72
|
type CONTEXT = string;
|
|
73
73
|
namespace PARAMS {
|
|
74
74
|
namespace value_deserializers {
|
|
@@ -77,9 +77,9 @@ export declare namespace _T_Group_Part {
|
|
|
77
77
|
}
|
|
78
78
|
namespace RESULT {
|
|
79
79
|
}
|
|
80
|
-
type RESULT = _i_out.
|
|
80
|
+
type RESULT = _i_out._T_Node;
|
|
81
81
|
}
|
|
82
|
-
export declare namespace
|
|
82
|
+
export declare namespace _T_Directory {
|
|
83
83
|
type CONTEXT = string;
|
|
84
84
|
namespace PARAMS {
|
|
85
85
|
namespace value_deserializers {
|
|
@@ -88,9 +88,9 @@ export declare namespace _T_Node {
|
|
|
88
88
|
}
|
|
89
89
|
namespace RESULT {
|
|
90
90
|
}
|
|
91
|
-
type RESULT = _i_out.
|
|
91
|
+
type RESULT = _i_out._T_Directory;
|
|
92
92
|
}
|
|
93
|
-
export declare namespace
|
|
93
|
+
export declare namespace Block_Part {
|
|
94
94
|
type CONTEXT = string;
|
|
95
95
|
namespace PARAMS {
|
|
96
96
|
namespace value_deserializers {
|
|
@@ -99,9 +99,9 @@ export declare namespace Block {
|
|
|
99
99
|
}
|
|
100
100
|
namespace RESULT {
|
|
101
101
|
}
|
|
102
|
-
type RESULT = _i_out.
|
|
102
|
+
type RESULT = _i_out._T_Block_Part;
|
|
103
103
|
}
|
|
104
|
-
export declare namespace
|
|
104
|
+
export declare namespace Block {
|
|
105
105
|
type CONTEXT = string;
|
|
106
106
|
namespace PARAMS {
|
|
107
107
|
namespace value_deserializers {
|
|
@@ -110,9 +110,9 @@ export declare namespace Block_Part {
|
|
|
110
110
|
}
|
|
111
111
|
namespace RESULT {
|
|
112
112
|
}
|
|
113
|
-
type RESULT = _i_out.
|
|
113
|
+
type RESULT = _i_out._T_Block;
|
|
114
114
|
}
|
|
115
|
-
export declare namespace
|
|
115
|
+
export declare namespace Group_Part {
|
|
116
116
|
type CONTEXT = string;
|
|
117
117
|
namespace PARAMS {
|
|
118
118
|
namespace value_deserializers {
|
|
@@ -121,7 +121,7 @@ export declare namespace Directory {
|
|
|
121
121
|
}
|
|
122
122
|
namespace RESULT {
|
|
123
123
|
}
|
|
124
|
-
type RESULT = _i_out.
|
|
124
|
+
type RESULT = _i_out._T_Group_Part;
|
|
125
125
|
}
|
|
126
126
|
export declare namespace Group {
|
|
127
127
|
type CONTEXT = string;
|
|
@@ -134,7 +134,7 @@ export declare namespace Group {
|
|
|
134
134
|
}
|
|
135
135
|
type RESULT = _i_out._T_Group;
|
|
136
136
|
}
|
|
137
|
-
export declare namespace
|
|
137
|
+
export declare namespace Node {
|
|
138
138
|
type CONTEXT = string;
|
|
139
139
|
namespace PARAMS {
|
|
140
140
|
namespace value_deserializers {
|
|
@@ -143,9 +143,9 @@ export declare namespace Group_Part {
|
|
|
143
143
|
}
|
|
144
144
|
namespace RESULT {
|
|
145
145
|
}
|
|
146
|
-
type RESULT = _i_out.
|
|
146
|
+
type RESULT = _i_out._T_Node;
|
|
147
147
|
}
|
|
148
|
-
export declare namespace
|
|
148
|
+
export declare namespace Directory {
|
|
149
149
|
type CONTEXT = string;
|
|
150
150
|
namespace PARAMS {
|
|
151
151
|
namespace value_deserializers {
|
|
@@ -154,5 +154,5 @@ export declare namespace Node {
|
|
|
154
154
|
}
|
|
155
155
|
namespace RESULT {
|
|
156
156
|
}
|
|
157
|
-
type RESULT = _i_out.
|
|
157
|
+
type RESULT = _i_out._T_Directory;
|
|
158
158
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
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
|
|
4
|
+
export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
|
|
5
5
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
6
|
}) => _i_out._T_Value;
|
|
7
|
-
export type
|
|
7
|
+
export type _T_Block = ($$_: _i_in._T_Block, $$_p: {
|
|
8
8
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
9
|
}) => _i_out._T_Value;
|
|
10
|
-
export type
|
|
10
|
+
export type _T_Group_Part = ($$_: _i_in._T_Group_Part, $$_p: {
|
|
11
11
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
12
|
}) => _i_out._T_Value;
|
|
13
13
|
export type _T_Group = ($$_: _i_in._T_Group, $$_p: {
|
|
14
14
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
15
|
}) => _i_out._T_Value;
|
|
16
|
-
export type
|
|
16
|
+
export type _T_Node = ($$_: _i_in._T_Node, $$_p: {
|
|
17
17
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
18
|
}) => _i_out._T_Value;
|
|
19
|
-
export type
|
|
19
|
+
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
|
|
20
20
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
21
21
|
}) => _i_out._T_Value;
|
|
22
|
-
export type Block = _T_Block;
|
|
23
22
|
export type Block_Part = _T_Block_Part;
|
|
24
|
-
export type
|
|
25
|
-
export type Group = _T_Group;
|
|
23
|
+
export type Block = _T_Block;
|
|
26
24
|
export type Group_Part = _T_Group_Part;
|
|
25
|
+
export type Group = _T_Group;
|
|
27
26
|
export type Node = _T_Node;
|
|
28
|
-
export
|
|
27
|
+
export type Directory = _T_Directory;
|
|
28
|
+
export declare namespace _T_Block_Part {
|
|
29
29
|
namespace CONTEXT {
|
|
30
30
|
}
|
|
31
|
-
type CONTEXT = _i_in.
|
|
31
|
+
type CONTEXT = _i_in._T_Block_Part;
|
|
32
32
|
namespace PARAMS {
|
|
33
33
|
namespace value_serializers {
|
|
34
34
|
}
|
|
@@ -38,10 +38,10 @@ export declare namespace _T_Block {
|
|
|
38
38
|
}
|
|
39
39
|
type RESULT = _i_out._T_Value;
|
|
40
40
|
}
|
|
41
|
-
export declare namespace
|
|
41
|
+
export declare namespace _T_Block {
|
|
42
42
|
namespace CONTEXT {
|
|
43
43
|
}
|
|
44
|
-
type CONTEXT = _i_in.
|
|
44
|
+
type CONTEXT = _i_in._T_Block;
|
|
45
45
|
namespace PARAMS {
|
|
46
46
|
namespace value_serializers {
|
|
47
47
|
}
|
|
@@ -51,10 +51,10 @@ export declare namespace _T_Block_Part {
|
|
|
51
51
|
}
|
|
52
52
|
type RESULT = _i_out._T_Value;
|
|
53
53
|
}
|
|
54
|
-
export declare namespace
|
|
54
|
+
export declare namespace _T_Group_Part {
|
|
55
55
|
namespace CONTEXT {
|
|
56
56
|
}
|
|
57
|
-
type CONTEXT = _i_in.
|
|
57
|
+
type CONTEXT = _i_in._T_Group_Part;
|
|
58
58
|
namespace PARAMS {
|
|
59
59
|
namespace value_serializers {
|
|
60
60
|
}
|
|
@@ -77,10 +77,10 @@ export declare namespace _T_Group {
|
|
|
77
77
|
}
|
|
78
78
|
type RESULT = _i_out._T_Value;
|
|
79
79
|
}
|
|
80
|
-
export declare namespace
|
|
80
|
+
export declare namespace _T_Node {
|
|
81
81
|
namespace CONTEXT {
|
|
82
82
|
}
|
|
83
|
-
type CONTEXT = _i_in.
|
|
83
|
+
type CONTEXT = _i_in._T_Node;
|
|
84
84
|
namespace PARAMS {
|
|
85
85
|
namespace value_serializers {
|
|
86
86
|
}
|
|
@@ -90,10 +90,10 @@ export declare namespace _T_Group_Part {
|
|
|
90
90
|
}
|
|
91
91
|
type RESULT = _i_out._T_Value;
|
|
92
92
|
}
|
|
93
|
-
export declare namespace
|
|
93
|
+
export declare namespace _T_Directory {
|
|
94
94
|
namespace CONTEXT {
|
|
95
95
|
}
|
|
96
|
-
type CONTEXT = _i_in.
|
|
96
|
+
type CONTEXT = _i_in._T_Directory;
|
|
97
97
|
namespace PARAMS {
|
|
98
98
|
namespace value_serializers {
|
|
99
99
|
}
|
|
@@ -103,10 +103,10 @@ export declare namespace _T_Node {
|
|
|
103
103
|
}
|
|
104
104
|
type RESULT = _i_out._T_Value;
|
|
105
105
|
}
|
|
106
|
-
export declare namespace
|
|
106
|
+
export declare namespace Block_Part {
|
|
107
107
|
namespace CONTEXT {
|
|
108
108
|
}
|
|
109
|
-
type CONTEXT = _i_in.
|
|
109
|
+
type CONTEXT = _i_in._T_Block_Part;
|
|
110
110
|
namespace PARAMS {
|
|
111
111
|
namespace value_serializers {
|
|
112
112
|
}
|
|
@@ -116,10 +116,10 @@ export declare namespace Block {
|
|
|
116
116
|
}
|
|
117
117
|
type RESULT = _i_out._T_Value;
|
|
118
118
|
}
|
|
119
|
-
export declare namespace
|
|
119
|
+
export declare namespace Block {
|
|
120
120
|
namespace CONTEXT {
|
|
121
121
|
}
|
|
122
|
-
type CONTEXT = _i_in.
|
|
122
|
+
type CONTEXT = _i_in._T_Block;
|
|
123
123
|
namespace PARAMS {
|
|
124
124
|
namespace value_serializers {
|
|
125
125
|
}
|
|
@@ -129,10 +129,10 @@ export declare namespace Block_Part {
|
|
|
129
129
|
}
|
|
130
130
|
type RESULT = _i_out._T_Value;
|
|
131
131
|
}
|
|
132
|
-
export declare namespace
|
|
132
|
+
export declare namespace Group_Part {
|
|
133
133
|
namespace CONTEXT {
|
|
134
134
|
}
|
|
135
|
-
type CONTEXT = _i_in.
|
|
135
|
+
type CONTEXT = _i_in._T_Group_Part;
|
|
136
136
|
namespace PARAMS {
|
|
137
137
|
namespace value_serializers {
|
|
138
138
|
}
|
|
@@ -155,10 +155,10 @@ export declare namespace Group {
|
|
|
155
155
|
}
|
|
156
156
|
type RESULT = _i_out._T_Value;
|
|
157
157
|
}
|
|
158
|
-
export declare namespace
|
|
158
|
+
export declare namespace Node {
|
|
159
159
|
namespace CONTEXT {
|
|
160
160
|
}
|
|
161
|
-
type CONTEXT = _i_in.
|
|
161
|
+
type CONTEXT = _i_in._T_Node;
|
|
162
162
|
namespace PARAMS {
|
|
163
163
|
namespace value_serializers {
|
|
164
164
|
}
|
|
@@ -168,10 +168,10 @@ export declare namespace Group_Part {
|
|
|
168
168
|
}
|
|
169
169
|
type RESULT = _i_out._T_Value;
|
|
170
170
|
}
|
|
171
|
-
export declare namespace
|
|
171
|
+
export declare namespace Directory {
|
|
172
172
|
namespace CONTEXT {
|
|
173
173
|
}
|
|
174
|
-
type CONTEXT = _i_in.
|
|
174
|
+
type CONTEXT = _i_in._T_Directory;
|
|
175
175
|
namespace PARAMS {
|
|
176
176
|
namespace value_serializers {
|
|
177
177
|
}
|